You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following:
* Reference to DOMTokenList's supported tokens in the DOM spec.
* Supported tokens to HTMLLinkElement's relList.
* Supported tokens to HTMLIFrameElement's sandbox.
Closes#340.
Copy file name to clipboardExpand all lines: source
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3058,6 +3058,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
3058
3058
<li>The algorithm to <dfn data-noexport="" data-x="concept-node-clone">clone</dfn> a <code>Node</code>, and the concept of <dfn data-noexport="" data-x="concept-node-clone-ext">cloning steps</dfn> used by that algorithm</li>
3059
3059
<li>The concept of <dfn data-noexport="">base URL change steps</dfn> and the definition of what happens when an element is <dfn data-noexport="">affected by a base URL change</dfn></li>
3060
3060
<li>The concept of an element's <dfn data-noexport="" data-x="concept-id">unique identifier (ID)</dfn></li>
3061
+
<li>The term <dfn data-noexport="" data-x="dom-domtokenlist-supported-tokens">supported tokens</dfn></li>
3061
3062
3062
3063
<li>The concept of a DOM <dfn data-noexport="" data-x="concept-range">range</dfn>, and the terms <dfn data-noexport="" data-x="concept-range-start">start</dfn>, <dfn data-noexport="" data-x="concept-range-end">end</dfn>, and <dfn data-noexport="" data-x="concept-range-bp">boundary point</dfn> as applied to ranges.</li>
3063
3064
@@ -12047,6 +12048,11 @@ gave me some of the songs they wrote. I love sharing my music.</p>
12047
12048
w-nodev>must</span> <span data-x="reflect">reflect</span> the <code
0 commit comments