2929 <title w-nohtml>HTML Standard, Developer's Edition</title>
3030 <meta name="theme-color" content="#3c790a">
3131 <link w-nodev rel="stylesheet" href="https://resources.whatwg.org/standard.css">
32- <link w-nohtml rel="stylesheet" href="styles.css">
3332 <link rel="icon" href="https://resources.whatwg.org/logo.svg">
3433 <script>
3534 function toggleStatus(div) {
3635 div.parentNode.classList.toggle('wrapped');
3736 }
3837 </script>
39- <style w-nodev>
40- [hidden] { display: none; }
41-
42- .bad, .bad *:not(.X\58X) { color: gray; border-color: gray; background: transparent; }
43-
44- .fingerprint { position: absolute; right: 0; z-index: 5; }
45- @media (max-width: 767px) {
46- .fingerprint { max-width: 35px; }
47- }
48-
38+ <style>
4939 .status { min-height: 0.6em; font: 1em sans-serif; width: 9em; padding: 0.3em; position: absolute; z-index: 8; right: 0.3em; background: #EEE; color: black; box-shadow: 0 0 3px #999; overflow: hidden; margin: -2em 0 0 0; border-collapse: initial; border-spacing: initial; }
5040 .status:hover { z-index: 9; }
5141 .status:focus-within { z-index: 9; }
8070 .status > .support > .opera::before { background-image: url(https://resources.whatwg.org/browser-logos/opera.png); }
8171 .status > .support > .safari::before { background-image: url(https://resources.whatwg.org/browser-logos/safari.png); }
8272 .status > .support > .samsung::before { background-image: url(https://resources.whatwg.org/browser-logos/samsung.png); }
83- .status > .caniuse { text-align: right; font-style: italic; }
73+ .status > .caniuse { text-align: right; font-style: italic; width: 100%; }
8474 .status > .caniuse + p { margin-top: 0.5em; border-top: 1px solid silver; }
8575
8676 @media (max-width: 767px) {
8777 .status { right: -9em; }
8878 }
79+ </style>
80+ <link w-nohtml rel="stylesheet" href="styles.css">
81+ <style w-nodev>
82+ [hidden] { display: none; }
83+
84+ .bad, .bad *:not(.X\58X) { color: gray; border-color: gray; background: transparent; }
85+
86+ .fingerprint { position: absolute; right: 0; z-index: 5; }
87+ @media (max-width: 767px) {
88+ .fingerprint { max-width: 35px; }
89+ }
8990
9091 .applies .yes, .yesno .yes { background: yellow; }
9192 .yesno .yes, .yesno .no { text-align: center; }
@@ -9190,10 +9191,17 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
91909191 <dt><var>document</var> . <code subdfn data-x="dom-document-readyState">readyState</code></dt>
91919192 <dd>
91929193 <p>Returns "<code data-x="">loading</code>" while the <code>Document</code> is loading, "<code
9193- data-x="">interactive</code>" once it is finished parsing but still loading sub-resources , and
9194+ data-x="">interactive</code>" once it is finished parsing but still loading subresources , and
91949195 "<code data-x="">complete</code>" once it has loaded.</p>
9196+
91959197 <p>The <code data-x="event-readystatechange">readystatechange</code> event fires on the
91969198 <code>Document</code> object when this value changes.</p>
9199+
9200+ <p><span w-nohtml subdfn data-x="stop parsing"></span>The <code
9201+ data-x="event-DOMContentLoaded">DOMContentLoaded</code> event fires after the transition to
9202+ "<code data-x="">interactive</code>" but before the transition to "<code
9203+ data-x="">complete</code>", at the point where all subresources apart from <code
9204+ data-x="attr-script-async">async</code> <code>script</code> elements have loaded.</p>
91979205 </dd>
91989206
91999207 </dl>
@@ -22342,10 +22350,11 @@ document.body.appendChild(wbr);</pre>
2234222350 <span>HTTP(S) scheme</span>. <span w-nodev>The value is used by the user agent for <span>hyperlink
2234322351 auditing</span>.</span></p>
2234422352
22345- <p>The <dfn><code data-x="attr-hyperlink-rel">rel</code></dfn> attribute on <code>a</code> and
22346- <code>area</code> elements controls what kinds of links the elements create. The attribute's value
22347- must be a <span>set of space-separated tokens</span>. The <a href="#linkTypes">allowed keywords
22348- and their meanings</a> are defined below.</p>
22353+ <p><span w-nohtml subdfn data-x="dom-a-rellist"></span>The <dfn><code
22354+ data-x="attr-hyperlink-rel">rel</code></dfn> attribute on <code>a</code> and <code>area</code>
22355+ elements controls what kinds of links the elements create. The attribute's value must be a
22356+ <span>set of space-separated tokens</span>. The <a href="#linkTypes">allowed keywords and their
22357+ meanings</a> are defined below.</p>
2234922358
2235022359 <p><code data-x="attr-hyperlink-rel">rel</code>'s
2235122360 <span data-x="concept-supported-tokens">supported tokens</span> are the keywords defined in
@@ -25629,8 +25638,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
2562925638
2563025639 <dl class="domintro">
2563125640
25632- <dt><var>image</var> . <code data-x="dom-img-width">width</code> [ = <var>value</var> ]</dt>
25633- <dt><var>image</var> . <code data-x="dom-img-height">height</code> [ = <var>value</var> ]</dt>
25641+ <dt><var>image</var> . <code subdfn data-x="dom-img-width">width</code> [ = <var>value</var> ]</dt>
25642+ <dt><var>image</var> . <code subdfn data-x="dom-img-height">height</code> [ = <var>value</var> ]</dt>
2563425643
2563525644 <dd>
2563625645
@@ -25643,8 +25652,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
2564325652
2564425653 </dd>
2564525654
25646- <dt><var>image</var> . <code data-x="dom-img-naturalWidth">naturalWidth</code></dt>
25647- <dt><var>image</var> . <code data-x="dom-img-naturalHeight">naturalHeight</code></dt>
25655+ <dt><var>image</var> . <code subdfn data-x="dom-img-naturalWidth">naturalWidth</code></dt>
25656+ <dt><var>image</var> . <code subdfn data-x="dom-img-naturalHeight">naturalHeight</code></dt>
2564825657
2564925658 <dd>
2565025659
@@ -25654,7 +25663,7 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
2565425663
2565525664 </dd>
2565625665
25657- <dt><var>image</var> . <code data-x="dom-img-complete">complete</code></dt>
25666+ <dt><var>image</var> . <code subdfn data-x="dom-img-complete">complete</code></dt>
2565825667
2565925668 <dd>
2566025669
@@ -25664,15 +25673,15 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
2566425673
2566525674 </dd>
2566625675
25667- <dt><var>image</var> . <code data-x="dom-img-currentSrc">currentSrc</code></dt>
25676+ <dt><var>image</var> . <code subdfn data-x="dom-img-currentSrc">currentSrc</code></dt>
2566825677
2566925678 <dd>
2567025679
2567125680 <p>Returns the image's <span>absolute URL</span>.</p>
2567225681
2567325682 </dd>
2567425683
25675- <dt><var>image</var> . <code data-x="dom-img-decode">decode</code>()</dt>
25684+ <dt><var>image</var> . <code subdfn data-x="dom-img-decode">decode</code>()</dt>
2567625685
2567725686 <dd>
2567825687
@@ -25689,7 +25698,7 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
2568925698
2569025699 </dd>
2569125700
25692- <dt><var>image</var> = new <code data-x="dom-image">Image</code>( [ <var>width</var> [, <var>height</var> ] ] )</dt>
25701+ <dt><var>image</var> = new <code subdfn data-x="dom-image">Image</code>( [ <var>width</var> [, <var>height</var> ] ] )</dt>
2569325702
2569425703 <dd>
2569525704
0 commit comments