Skip to content

Commit

Permalink
Meta: replace tabs in source to fix failing lint (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed May 28, 2019
1 parent e9982b3 commit 1278531
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -516,16 +516,16 @@ return the result of running <a>exit fullscreen</a> on the <a>context object</a>

<table>
<thead>
<tr>
<th><a lt="event handlers">event handler</a>
<th><a>event handler event type</a>
<tr>
<th><a lt="event handlers">event handler</a>
<th><a>event handler event type</a>
<tbody>
<tr>
<td><dfn attribute for=Document id=handler-document-onfullscreenchange><code>onfullscreenchange</code></dfn>
<td><code>fullscreenchange</code>
<tr>
<td><dfn attribute for=Document id=handler-document-onfullscreenerror><code>onfullscreenerror</code></dfn>
<td><code>fullscreenerror</code>
<tr>
<td><dfn attribute for=Document id=handler-document-onfullscreenchange><code>onfullscreenchange</code></dfn>
<td><code>fullscreenchange</code>
<tr>
<td><dfn attribute for=Document id=handler-document-onfullscreenerror><code>onfullscreenerror</code></dfn>
<td><code>fullscreenerror</code>
</table>

<p class=note>These are not supported by {{ShadowRoot}} or {{Window}} objects, and there are no
Expand Down

0 comments on commit 1278531

Please sign in to comment.