Skip to content

Commit

Permalink
[e] (0) Mention that <svg> and <math> can indirectly cause nested par…
Browse files Browse the repository at this point in the history
…agraphs too if you try hard enough.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8597

git-svn-id: http://svn.whatwg.org/webapps@4571 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2010
1 parent 8f1388e commit 821899f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -9054,7 +9054,10 @@ <h5 id=paragraphs><span class=secno>3.2.5.3 </span>Paragraphs</h5>
<p>Conformance checkers may warn authors of cases where they have
paragraphs that overlap each other (this can happen with
<code><a href=#the-object-element>object</a></code>, <code><a href=#video>video</a></code>, <code><a href=#audio>audio</a></code>, and
<code><a href=#the-canvas-element>canvas</a></code> elements).</p> <!-- example below -->
<code><a href=#the-canvas-element>canvas</a></code> elements, and indirectly through elements in
other namespaces that allow HTML to be further embedded therein,
like <code><a href=#svg>svg</a></code> or <code><a href=#math>math</a></code>).</p> <!-- example below
-->

</div>

Expand Down Expand Up @@ -87153,6 +87156,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Divya Manian,
dolphinling,
Dominique Haza&euml;l-Massieux,
Don Brutzman,
Doron Rosenberg,
Doug Kramer,
Drew Wilson,
Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -8919,7 +8919,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<p>Conformance checkers may warn authors of cases where they have
paragraphs that overlap each other (this can happen with
<code><a href=#the-object-element>object</a></code>, <code><a href=#video>video</a></code>, <code><a href=#audio>audio</a></code>, and
<code><a href=#the-canvas-element>canvas</a></code> elements).</p> <!-- example below -->
<code><a href=#the-canvas-element>canvas</a></code> elements, and indirectly through elements in
other namespaces that allow HTML to be further embedded therein,
like <code><a href=#svg>svg</a></code> or <code><a href=#math>math</a></code>).</p> <!-- example below
-->

</div>

Expand Down Expand Up @@ -81621,6 +81624,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Divya Manian,
dolphinling,
Dominique Haza&euml;l-Massieux,
Don Brutzman,
Doron Rosenberg,
Doug Kramer,
Drew Wilson,
Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -9110,7 +9110,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<p>Conformance checkers may warn authors of cases where they have
paragraphs that overlap each other (this can happen with
<code>object</code>, <code>video</code>, <code>audio</code>, and
<code>canvas</code> elements).</p> <!-- example below -->
<code>canvas</code> elements, and indirectly through elements in
other namespaces that allow HTML to be further embedded therein,
like <code>svg</code> or <code>math</code>).</p> <!-- example below
-->

</div>

Expand Down Expand Up @@ -97538,6 +97541,7 @@ interface <span>HTMLDocument</span> {
Divya Manian,
dolphinling,
Dominique Haza&euml;l-Massieux,
Don Brutzman,
Doron Rosenberg,
Doug Kramer,
Drew Wilson,
Expand Down

0 comments on commit 821899f

Please sign in to comment.