html5/markup spec.html,1.185,1.186 syntax.html,1.38,1.39

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv30724

Modified Files:
	spec.html syntax.html 
Log Message:
attempt to describe the set of "void" elements more precisely (thx=SimonPieters)
text now reads, "A void element is an element whose content model never allows it to have contents under any circumstances."


Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- syntax.html	2 Mar 2010 05:12:40 -0000	1.38
+++ syntax.html	2 Mar 2010 11:32:11 -0000	1.39
@@ -259,9 +259,11 @@
     &#8220;contents&#8221; of an element.</p>
     <p>A
     <dfn id="void-element" title="void-element">void element</dfn>
-    is an element whose <a href="syntax.html#content-model">content model</a>
-    does not allow it to have
-    <a href="syntax.html#contents">contents</a>.
+    is an element whose
+    <a href="syntax.html#content-model">content model</a>
+    never allows it to have
+    <a href="syntax.html#contents">contents</a>
+    under any circumstances.
     Void elements can have attributes.</p>
     <p>The following is a complete list of the
     <dfn id="void-elements">void elements in HTML</dfn>:</p>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- spec.html	2 Mar 2010 07:29:50 -0000	1.185
+++ spec.html	2 Mar 2010 11:32:11 -0000	1.186
@@ -1299,9 +1299,11 @@
     &#8220;contents&#8221; of an element.</p>
     <p>A
     <dfn id="void-element" title="void-element">void element</dfn>
-    is an element whose <a href="#content-model">content model</a>
-    does not allow it to have
-    <a href="#contents">contents</a>.
+    is an element whose
+    <a href="#content-model">content model</a>
+    never allows it to have
+    <a href="#contents">contents</a>
+    under any circumstances.
     Void elements can have attributes.</p>
     <p>The following is a complete list of the
     <dfn id="void-elements">void elements in HTML</dfn>:</p>

Received on Tuesday, 2 March 2010 11:32:15 UTC