10BC0 Remove <iframe seamless> · whatwg/html@b948696 · GitHub
[go: up one dir, main page]

Skip to content

Commit b948696

Browse files
committed
Remove <iframe seamless>
1 parent 866f722 commit b948696

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

source

Lines changed: 8 additions & 21 deletions
10BC0
Original file line numberDiff line numberDiff line change
@@ -26451,9 +26451,9 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
2645126451
<div class="example">
2645226452

2645326453
<p>Here a blog uses the <code data-x="attr-iframe-srcdoc">srcdoc</code> attribute in conjunction
26454-
with the <code data-x="attr-iframe-sandbox">sandbox</code> attribute described below to provide users of user
26455-
agents that support this feature with an extra layer of protection from script injection in the
26456-
blog post comments:</p>
26454+
with the <code data-x="attr-iframe-sandbox">sandbox</code> attribute described below to provide
26455+
users of user agents that support this feature with an extra layer of protection from script
26456+
injection in the blog post comments:</p>
2645726457

2645826458
<pre>&lt;article>
2645926459
&lt;h1>I got my own magazine!&lt;/h1>
@@ -26628,11 +26628,6 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
2662826628

2662926629
</dl>
2663026630

26631-
<p>Any <span data-x="navigate">navigation</span> required of the user agent in the <span>process
26632-
the <code>iframe</code> attributes</span> algorithm must be completed as an <span>explicit
26633-
self-navigation override</span> and with the <code>iframe</code> element's <span>node document</span>'s
26634-
<span>browsing context</span> as the <span>source browsing context</span>.</p>
26635-
2663626631
<p>Furthermore, if the <span>active document</span> of the element's <span>child browsing
2663726632
context</span> before such a <span data-x="navigate">navigation</span> was not <span>completely
2663826633
loaded</span> at the time of the new <span data-x="navigate">navigation</span>, then the <span
@@ -26936,9 +26931,9 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
2693626931
<hr> <!-- DOM -->
2693726932

2693826933
<p>The IDL attributes <dfn><code data-x="dom-iframe-src">src</code></dfn>, <dfn><code data-x="dom-
26939-
iframe-srcdoc">srcdoc</code></dfn>, <dfn><code data-x="dom-iframe-name">name</code></dfn>, and
26940-
<dfn><code data-x="dom-iframe-sandbox">sandbox</code></dfn> must <span>reflect</span> the respective
26941-
content attributes of the same name.</p>
26934+
iframe-srcdoc">srcdoc</code></dfn>, <dfn><code data-x ="dom-iframe-name">name</code></dfn>, and
26935+
<dfn><code data-x="dom-iframe- sandbox">sandbox</code></dfn> must <span>reflect</span> the
26936+
respective content attributes of the same name.</p>
2694226937

2694326938
<p>The <dfn><code data-x="dom-iframe-allowFullscreen">allowFullscreen</code></dfn> IDL attribute
2694426939
must <span>reflect</span> the <code data-x="attr-iframe-allowfullscreen">allowfullscreen</code>
@@ -78637,9 +78632,6 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
7863778632
arbitrary consistent manner, such as the most recently opened, most recently focused, or more
7863878633
closely related.</p>
7863978634

78640-
<p>If the browsing context is chosen by this step to be the current browsing context, then this
78641-
is also an <span>explicit self-navigation override</span>.</p>
78642-
7864378635
</li>
7864478636

7864578637
<li>
@@ -108174,8 +108166,8 @@ html, body { display: block; }</pre>
108174108166
<!-- body { margin: 8px; } -->
108175108167

108176108168
<p>For each property in the table below, given a <code>body</code> element,
108177-
the first attribute that exists <span>maps to the pixel length property</
108178-
span> on the <code>body</code> element. If none of the attributes for a
108169+
the first attribute that exists <span>maps to the pixel length property
108170+
</span> on the <code>body</code> element. If none of the attributes for a
108179108171
property are found, or if the value of the attribute that was found cannot
108180108172
be parsed successfully, then a default value of 8px is expected to be used
108181108173
for that property instead.</p>
@@ -111580,11 +111572,6 @@ if (s = prompt('What is your name?')) {
111580111572

111581111573
</dl>
111582111574

111583-
<p>Any <span data-x="navigate">navigation</span> required of the user agent in the <span>process
111584-
the <code>frame</code> attributes</span> algorithm must be completed as an <span>explicit
111585-
self-navigation override</span> and with the <code>frame</code> element's <span>node document</span>'s
111586-
<span>browsing context</span> as the <span>source browsing context</span>.</p>
111587-
111588111575
<p>Furthermore, if the <span>active document</span> of the element's <span>child browsing
111589111576
context</span> before such a <span data-x="navigate">navigation</span> was not <span>completely
111590111577
loaded</span> at the time of the new <span data-x="navigate">navigation</span>, then the <span

0 commit comments

Comments
 (0)
0