Skip to content

Commit 1278531

Browse files
authored
Meta: replace tabs in source to fix failing lint (#154)
1 parent e9982b3 commit 1278531

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

fullscreen.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -516,16 +516,16 @@ return the result of running <a>exit fullscreen</a> on the <a>context object</a>
516516

517517
<table>
518518
<thead>
519-
<tr>
520-
<th><a lt="event handlers">event handler</a>
521-
<th><a>event handler event type</a>
519+
<tr>
520+
<th><a lt="event handlers">event handler</a>
521+
<th><a>event handler event type</a>
522522
<tbody>
523-
<tr>
524-
<td><dfn attribute for=Document id=handler-document-onfullscreenchange><code>onfullscreenchange</code></dfn>
525-
<td><code>fullscreenchange</code>
526-
<tr>
527-
<td><dfn attribute for=Document id=handler-document-onfullscreenerror><code>onfullscreenerror</code></dfn>
528-
<td><code>fullscreenerror</code>
523+
<tr>
524+
<td><dfn attribute for=Document id=handler-document-onfullscreenchange><code>onfullscreenchange</code></dfn>
525+
<td><code>fullscreenchange</code>
526+
<tr>
527+
<td><dfn attribute for=Document id=handler-document-onfullscreenerror><code>onfullscreenerror</code></dfn>
528+
<td><code>fullscreenerror</code>
529529
</table>
530530

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

0 commit comments

Comments
 (0)