[html5] r4571 - [e] (0) Mention that <svg> and <math> can indirectly cause nested paragraphs too [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 11 02:51:53 PST 2010


Author: ianh
Date: 2010-01-11 02:51:51 -0800 (Mon, 11 Jan 2010)
New Revision: 4571

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that <svg> and <math> can indirectly cause nested paragraphs too if you try hard enough.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8597

Modified: complete.html
===================================================================
--- complete.html	2010-01-11 10:41:14 UTC (rev 4570)
+++ complete.html	2010-01-11 10:51:51 UTC (rev 4571)
@@ -9054,7 +9054,10 @@
   <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>
 
@@ -87153,6 +87156,7 @@
   Divya Manian,
   dolphinling,
   Dominique Hazaël-Massieux,
+  Don Brutzman,
   Doron Rosenberg,
   Doug Kramer,
   Drew Wilson,

Modified: index
===================================================================
--- index	2010-01-11 10:41:14 UTC (rev 4570)
+++ index	2010-01-11 10:51:51 UTC (rev 4571)
@@ -8919,7 +8919,10 @@
   <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>
 
@@ -81621,6 +81624,7 @@
   Divya Manian,
   dolphinling,
   Dominique Hazaël-Massieux,
+  Don Brutzman,
   Doron Rosenberg,
   Doug Kramer,
   Drew Wilson,

Modified: source
===================================================================
--- source	2010-01-11 10:41:14 UTC (rev 4570)
+++ source	2010-01-11 10:51:51 UTC (rev 4571)
@@ -9110,7 +9110,10 @@
   <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>
 
@@ -97538,6 +97541,7 @@
   Divya Manian,
   dolphinling,
   Dominique Hazaël-Massieux,
+  Don Brutzman,
   Doron Rosenberg,
   Doug Kramer,
   Drew Wilson,




More information about the Commit-Watchers mailing list