File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12978,18 +12978,15 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%
12978
12978
has to be applied iteratively.</p>
12979
12979
12980
12980
<div class="example">
12981
-
12982
12981
<p>Consider the following markup fragment:</p>
12983
12982
12984
- <pre><code class="html"><p><object><param>< ins><map><a href="/">Apples</a></map></ins></object></p></code></pre>
12983
+ <pre><code class="html"><p><object><ins><map><a href="/">Apples</a></map></ins></object></p></code></pre>
12985
12984
12986
12985
<p>To check whether "Apples" is allowed inside the <code>a</code> element, the content models are
12987
12986
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>
12993
12990
</div>
12994
12991
12995
12992
<p>When a transparent element has no parent, then the part of its content model that is
You can’t perform that action at this time.
0 commit comments