Skip to content

Commit c707b7d

Browse files
authored
Editorial: Move loading attribute to correct place in attribute index
Fixes #6080.
1 parent f703a2c commit c707b7d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

source

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121652,13 +121652,6 @@ interface <dfn>External</dfn> {
121652121652
<td> "<code data-x="attr-img-decoding-sync">sync</code>";
121653121653
"<code data-x="attr-img-decoding-async">async</code>";
121654121654
"<code data-x="attr-img-decoding-auto">auto</code>"
121655-
<tr>
121656-
<th> <code data-x="">loading</code>
121657-
<td> <code data-x="attr-img-loading">img</code>;
121658-
<code data-x="attr-iframe-loading">iframe</code>
121659-
<td> Used when determining loading deferral
121660-
<td> "<code data-x="attr-loading-lazy">lazy</code>";
121661-
"<code data-x="attr-loading-eager">eager</code>"
121662121655
<tr>
121663121656
<th> <code data-x="">default</code>
121664121657
<td> <code data-x="attr-track-default">track</code>
@@ -121939,6 +121932,13 @@ interface <dfn>External</dfn> {
121939121932
<td> <code data-x="attr-input-list">input</code>
121940121933
<td> List of autocomplete options
121941121934
<td> <span data-x="concept-id">ID</span>*
121935+
<tr>
121936+
<th> <code data-x="">loading</code>
121937+
<td> <code data-x="attr-img-loading">img</code>;
121938+
<code data-x="attr-iframe-loading">iframe</code>
121939+
<td> Used when determining loading deferral
121940+
<td> "<code data-x="attr-loading-lazy">lazy</code>";
121941+
"<code data-x="attr-loading-eager">eager</code>"
121942121942
<tr>
121943121943
<th> <code data-x="">loop</code>
121944121944
<td> <code data-x="attr-media-loop">audio</code>;
@@ -124498,6 +124498,7 @@ INSERT INTERFACES HERE
124498124498
Andrew Clover,
124499124499
Andrew Gove,
124500124500
Andrew Grieve,
124501+
Andrew Macpherson, <!-- fuzzbomb on GitHub -->
124501124502
Andrew Oakley,
124502124503
Andrew Sidwell,
124503124504
Andrew Simons,

0 commit comments

Comments
 (0)