Skip to content

Commit f7a66ed

Browse files
yoavweisszcorpan
authored andcommitted
Add supported tokens to relList and sandbox
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.
1 parent 94750dc commit f7a66ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,6 +3058,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
30583058
<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>
30593059
<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>
30603060
<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>
30613062

30623063
<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>
30633064

@@ -12047,6 +12048,11 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
1204712048
w-nodev>must</span> <span data-x="reflect">reflect</span> the <code
1204812049
data-x="attr-link-rel">rel</code> content attribute.</p>
1204912050

12051+
<p><code data-x="dom-link-rellist">relList</code>'s <code>DOMTokenList</code>'s
12052+
<span data-x="dom-domtokenlist-supported-tokens">supported tokens</span> are the keywords defined
12053+
in <a href="#linkTypes">HTML link types</a> which are allowed on <code>link</code> elements and
12054+
supported by the user agent.</p>
12055+
1205012056
</div>
1205112057

1205212058
<p>The <code>LinkStyle</code> interface is also implemented by this element. <ref spec=CSSOM></p>
@@ -27062,6 +27068,11 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
2706227068
<p>The IDL attributes <dfn><code data-x="dom-iframe-src">src</code></dfn>, <dfn><code data-x="dom-iframe-srcdoc">srcdoc</code></dfn>, <dfn><code data-x="dom-iframe-name">name</code></dfn>, <dfn><code data-x="dom-iframe-sandbox">sandbox</code></dfn>, and <dfn><code data-x="dom-iframe-seamless">seamless</code></dfn> must <span>reflect</span> the respective
2706327069
content attributes of the same name.</p>
2706427070

27071+
<p>The <span data-x="dom-domtokenlist-supported-tokens">supported tokens</span> for
27072+
<code data-x="dom-iframe-sandbox">sandbox</code>'s <code>DOMSettableTokenList</code> are the
27073+
allowed values defined in the <code data-x="attr-iframe-sandbox">sandbox</code> attribute and
27074+
supported by the user agent.</p>
27075+
2706527076
<p>The <dfn><code data-x="dom-iframe-allowFullscreen">allowFullscreen</code></dfn> IDL attribute
2706627077
must <span>reflect</span> the <code data-x="attr-iframe-allowfullscreen">allowfullscreen</code>
2706727078
content attribute.</p>

0 commit comments

Comments
 (0)