- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Mar 2010 11:32:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv30724/src
Modified Files:
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/src/syntax.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- syntax.html 2 Mar 2010 05:12:41 -0000 1.77
+++ syntax.html 2 Mar 2010 11:32:12 -0000 1.78
@@ -246,9 +246,11 @@
“contents” 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