- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Sep 2010 02:16:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7706
Modified Files:
infrastructure.html spec.html
Log Message:
typo (whatwg r5564)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1025
retrieving revision 1.1026
diff -u -d -r1.1025 -r1.1026
--- infrastructure.html 29 Sep 2010 22:46:35 -0000 1.1025
+++ infrastructure.html 30 Sep 2010 02:16:33 -0000 1.1026
@@ -998,7 +998,7 @@
<p>For markup-level features that are intended for use with
<a href="syntax.html#syntax">the HTML syntax</a>, extensions should be limited to new
- attributes of the form "<code title="">x0<var title="">vendor</var>-<var title="">feature</var></code>", where
+ attributes of the form "<code title="">x-<var title="">vendor</var>-<var title="">feature</var></code>", where
<var title="">vendor</var> is a short string that identifies the
vendor responsible for the extension, and <var title="">feature</var> is the name of the feature. New element names
should not be created. Using attributes for such extensions
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1258
retrieving revision 1.1259
diff -u -d -r1.1258 -r1.1259
--- spec.html 30 Sep 2010 01:46:35 -0000 1.1258
+++ spec.html 30 Sep 2010 02:16:34 -0000 1.1259
@@ -341,7 +341,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4445.
+This is revision 1.4446.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 30 September 2010 02:16:37 UTC