- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 06:40:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14165
Modified Files:
Overview.html
Log Message:
Require spaces between attributes. (whatwg r5268)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4196
retrieving revision 1.4197
diff -u -d -r1.4196 -r1.4197
--- Overview.html 10 Aug 2010 06:38:20 -0000 1.4196
+++ Overview.html 10 Aug 2010 06:40:12 -0000 1.4197
@@ -52100,7 +52100,7 @@
characters</a>.</li>
<li>Then, the start tag may have a number of attributes, the <a href="#syntax-attributes" title="syntax-attributes">syntax for which</a> is described
- below. Attributes may be separated from each other by one or more
+ below. Attributes must be separated from each other by one or more
<a href="#space-character" title="space character">space characters</a>.</li>
<li>After the attributes, or after the <a href="#syntax-tag-name" title="syntax-tag-name">tag name</a> if there are no attributes,
Received on Tuesday, 10 August 2010 06:40:17 UTC