HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4571

SVNBugCommentTime (UTC)
45718597Mention that <svg> and <math> can indirectly cause nested paragraphs too if you try hard enough.2010-01-11 10:51
Index: source
===================================================================
--- source	(revision 4570)
+++ source	(revision 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&euml;l-Massieux,
+  Don Brutzman,
   Doron Rosenberg,
   Doug Kramer,
   Drew Wilson,

|