Skip to content

Commit

Permalink
[e] (0) experimenting with different ways to separate major blocks in…
Browse files Browse the repository at this point in the history
… the definitions of some elements, without using subsections

git-svn-id: http://svn.whatwg.org/webapps@1645 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 21, 2008
1 parent 2d1cbae commit 966773b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -14237,6 +14237,8 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
href="#navigate" title=navigate>navigated</a>, that will further <a
href="#delays">delay the <code title=event-load>load</code> event</a>.

<hr>

<p>The <dfn id=sandbox title=attr-iframe-sandbox><code>sandbox</code></dfn>
attribute, when specified, enables a set of extra restrictions on any
content hosted by the <code><a href="#iframe">iframe</a></code>. Its value
Expand Down Expand Up @@ -14341,6 +14343,8 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<p>These flags must not be set unless the conditions listed above define
them as being set.

<hr>

<p>The <dfn id=seamless
title=attr-iframe-seamless><code>seamless</code></dfn> attribute is a
boolean attribute. When specified, it indicates that the <code><a
Expand Down Expand Up @@ -14445,6 +14449,8 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
href="#nested0">nested browsing context</a> is <a href="#navigate"
title=navigate>navigated</a> to another origin.

<hr>

<p>An <code><a href="#iframe">iframe</a></code> element never has <a
href="#fallback">fallback content</a>, as it will always create a nested
<a href="#browsing1">browsing context</a>, regardless of whether the
Expand Down
3 changes: 3 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -12250,6 +12250,7 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
title="navigate">navigated</span>, that will further <span>delay the
<code title="event-load">load</code> event</span>.</p>

<hr>

<p>The <dfn title="attr-iframe-sandbox"><code>sandbox</code></dfn>
attribute, when specified, enables a set of extra restrictions on
Expand Down Expand Up @@ -12375,6 +12376,7 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<p>These flags must not be set unless the conditions listed above
define them as being set.</p>

<hr>

<p>The <dfn title="attr-iframe-seamless"><code>seamless</code></dfn>
attribute is a boolean attribute. When specified, it indicates that
Expand Down Expand Up @@ -12476,6 +12478,7 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
gets unset if the <span>nested browsing context</span> is <span
title="navigate">navigated</span> to another origin.</p>

<hr>

<p>An <code>iframe</code> element never has <span>fallback
content</span>, as it will always create a nested <span>browsing
Expand Down

0 comments on commit 966773b

Please sign in to comment.