Skip to content

Commit

Permalink
[e] (0) xref for easier finding of the prose now that this section is…
Browse files Browse the repository at this point in the history
… so long

git-svn-id: http://svn.whatwg.org/webapps@5498 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2010
1 parent bd1922a commit a9b31e6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 36 deletions.
25 changes: 13 additions & 12 deletions complete.html
Expand Up @@ -21721,7 +21721,7 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
<dt>Contexts in which this element can be used:</dt>
<dd>Where <a href=#embedded-content>embedded content</a> is expected.</dd>
<dt>Content model:</dt>
<dd>Text that conforms to the requirements given in the prose.</dd>
<dd>Text that conforms to <a href=#iframe-content-model>the requirements given in the prose</a>.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-iframe-src><a href=#attr-iframe-src>src</a></code></dd>
Expand Down Expand Up @@ -22484,17 +22484,18 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
<code><a href=#the-iframe-element>iframe</a></code> elements, the contents would be parsed as markup
that could act as fallback content.)</p>

<p>When used in <a href=#html-documents>HTML documents</a>, the allowed content
model of <code><a href=#the-iframe-element>iframe</a></code> elements is text, except that invoking
the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a> with the
<code><a href=#the-iframe-element>iframe</a></code> element as the <var title="">context</var>
element and the text contents as the <var title="">input</var> must
result in a list of nodes that are all <a href=#phrasing-content>phrasing
content</a>, with no <a href=#parse-error title="parse error">parse
errors</a> having occurred, with no <code><a href=#script>script</a></code> elements
being anywhere in the list or as descendants of elements in the
list, and with all the elements in the list (including their
descendants) being themselves conforming.</p>
<p id=iframe-content-model>When used in <a href=#html-documents>HTML
documents</a>, the allowed content model of <code><a href=#the-iframe-element>iframe</a></code>
elements is text, except that invoking the <a href=#html-fragment-parsing-algorithm>HTML fragment
parsing algorithm</a> with the <code><a href=#the-iframe-element>iframe</a></code> element as the
<var title="">context</var> element and the text contents as the
<var title="">input</var> must result in a list of nodes that are
all <a href=#phrasing-content>phrasing content</a>, with no <a href=#parse-error title="parse
error">parse errors</a> having occurred, with no
<code><a href=#script>script</a></code> elements being anywhere in the list or as
descendants of elements in the list, and with all the elements in
the list (including their descendants) being themselves
conforming.</p>

<p>The <code><a href=#the-iframe-element>iframe</a></code> element must be empty in <a href=#xml-documents>XML
documents</a>.</p>
Expand Down
25 changes: 13 additions & 12 deletions index
Expand Up @@ -21698,7 +21698,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<dt>Contexts in which this element can be used:</dt>
<dd>Where <a href=#embedded-content>embedded content</a> is expected.</dd>
<dt>Content model:</dt>
<dd>Text that conforms to the requirements given in the prose.</dd>
<dd>Text that conforms to <a href=#iframe-content-model>the requirements given in the prose</a>.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-iframe-src><a href=#attr-iframe-src>src</a></code></dd>
Expand Down Expand Up @@ -22464,17 +22464,18 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<code><a href=#the-iframe-element>iframe</a></code> elements, the contents would be parsed as markup
that could act as fallback content.)</p>

<p>When used in <a href=#html-documents>HTML documents</a>, the allowed content
model of <code><a href=#the-iframe-element>iframe</a></code> elements is text, except that invoking
the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a> with the
<code><a href=#the-iframe-element>iframe</a></code> element as the <var title="">context</var>
element and the text contents as the <var title="">input</var> must
result in a list of nodes that are all <a href=#phrasing-content>phrasing
content</a>, with no <a href=#parse-error title="parse error">parse
errors</a> having occurred, with no <code><a href=#script>script</a></code> elements
being anywhere in the list or as descendants of elements in the
list, and with all the elements in the list (including their
descendants) being themselves conforming.</p>
<p id=iframe-content-model>When used in <a href=#html-documents>HTML
documents</a>, the allowed content model of <code><a href=#the-iframe-element>iframe</a></code>
elements is text, except that invoking the <a href=#html-fragment-parsing-algorithm>HTML fragment
parsing algorithm</a> with the <code><a href=#the-iframe-element>iframe</a></code> element as the
<var title="">context</var> element and the text contents as the
<var title="">input</var> must result in a list of nodes that are
all <a href=#phrasing-content>phrasing content</a>, with no <a href=#parse-error title="parse
error">parse errors</a> having occurred, with no
<code><a href=#script>script</a></code> elements being anywhere in the list or as
descendants of elements in the list, and with all the elements in
the list (including their descendants) being themselves
conforming.</p>

<p>The <code><a href=#the-iframe-element>iframe</a></code> element must be empty in <a href=#xml-documents>XML
documents</a>.</p>
Expand Down
25 changes: 13 additions & 12 deletions source
Expand Up @@ -23195,7 +23195,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<dt>Contexts in which this element can be used:</dt>
<dd>Where <span>embedded content</span> is expected.</dd>
<dt>Content model:</dt>
<dd>Text that conforms to the requirements given in the prose.</dd>
<dd>Text that conforms to <a href="#iframe-content-model">the requirements given in the prose</a>.</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dd><code title="attr-iframe-src">src</code></dd>
Expand Down Expand Up @@ -24059,17 +24059,18 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<code>iframe</code> elements, the contents would be parsed as markup
that could act as fallback content.)</p>

<p>When used in <span>HTML documents</span>, the allowed content
model of <code>iframe</code> elements is text, except that invoking
the <span>HTML fragment parsing algorithm</span> with the
<code>iframe</code> element as the <var title="">context</var>
element and the text contents as the <var title="">input</var> must
result in a list of nodes that are all <span>phrasing
content</span>, with no <span title="parse error">parse
errors</span> having occurred, with no <code>script</code> elements
being anywhere in the list or as descendants of elements in the
list, and with all the elements in the list (including their
descendants) being themselves conforming.</p>
<p id="iframe-content-model">When used in <span>HTML
documents</span>, the allowed content model of <code>iframe</code>
elements is text, except that invoking the <span>HTML fragment
parsing algorithm</span> with the <code>iframe</code> element as the
<var title="">context</var> element and the text contents as the
<var title="">input</var> must result in a list of nodes that are
all <span>phrasing content</span>, with no <span title="parse
error">parse errors</span> having occurred, with no
<code>script</code> elements being anywhere in the list or as
descendants of elements in the list, and with all the elements in
the list (including their descendants) being themselves
conforming.</p>

<p>The <code>iframe</code> element must be empty in <span>XML
documents</span>.</p>
Expand Down

0 comments on commit a9b31e6

Please sign in to comment.