- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 09 Aug 2009 23:12:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29388
Modified Files:
Overview.html
Log Message:
Change the grammar to be less colloquial. (whatwg r3576)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2768
retrieving revision 1.2769
diff -u -d -r1.2768 -r1.2769
--- Overview.html 9 Aug 2009 23:09:27 -0000 1.2768
+++ Overview.html 9 Aug 2009 23:12:15 -0000 1.2769
@@ -63284,8 +63284,8 @@
</div>
<p>If an attribute using the unquoted attribute syntax is to be
- followed by another attribute or by one of the optional U+002F
- SOLIDUS (<code>/</code>) characters allowed in step 6 of the <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> syntax above, then there
+ followed by another attribute or by the optional U+002F SOLIDUS
+ (<code>/</code>) character allowed in step 6 of the <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> syntax above, then there
must be a <a href="#space-character">space character</a> separating the two.</p>
</dd>
Received on Sunday, 9 August 2009 23:12:28 UTC