Skip to content

Commit 16e72f4

Browse files
zhangenminglozy219
authored andcommitted
Remove use of <param> from an example
Since that's an obsolete element, it's not so helpful to include.
1 parent 7a0fbad commit 16e72f4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

source

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12978,18 +12978,15 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%
1297812978
has to be applied iteratively.</p>
1297912979

1298012980
<div class="example">
12981-
1298212981
<p>Consider the following markup fragment:</p>
1298312982

12984-
<pre><code class="html">&lt;p>&lt;object>&lt;param>&lt;ins>&lt;map>&lt;a href="/">Apples&lt;/a>&lt;/map>&lt;/ins>&lt;/object>&lt;/p></code></pre>
12983+
<pre><code class="html">&lt;p>&lt;object>&lt;ins>&lt;map>&lt;a href="/">Apples&lt;/a>&lt;/map>&lt;/ins>&lt;/object>&lt;/p></code></pre>
1298512984

1298612985
<p>To check whether "Apples" is allowed inside the <code>a</code> element, the content models are
1298712986
examined. The <code>a</code> element's content model is transparent, as is the <code>map</code>
12988-
element's, as is the <code>ins</code> element's, as is the part of the <code>object</code>
12989-
element's in which the <code>ins</code> element is found. The <code>object</code> element is
12990-
found in the <code>p</code> element, whose content model is <span>phrasing content</span>. Thus,
12991-
"Apples" is allowed, as text is phrasing content.</p>
12992-
12987+
element's, as is the <code>ins</code> element's, as is the <code>object</code> element's. The
12988+
<code>object</code> element is found in the <code>p</code> element, whose content model is
12989+
<span>phrasing content</span>. Thus, "Apples" is allowed, as text is phrasing content.</p>
1299312990
</div>
1299412991

1299512992
<p>When a transparent element has no parent, then the part of its content model that is

0 commit comments

Comments
 (0)