- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Jul 2010 22:16:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8059
Modified Files:
spec.html the-xhtml-syntax.html
Log Message:
typo (whatwg r5167)
[updated by splitter]
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.999
retrieving revision 1.1000
diff -u -d -r1.999 -r1.1000
--- the-xhtml-syntax.html 2 Jul 2010 23:06:48 -0000 1.999
+++ the-xhtml-syntax.html 14 Jul 2010 22:16:54 -0000 1.1000
@@ -366,7 +366,7 @@
<a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p>
<p>Between the time an element's start tag is parsed and the time
- either the element's end tag is parsed on the parser detects a
+ either the element's end tag is parsed or the parser detects a
well-formedness error, the user agent must act as if the element was
in a <a href="parsing.html#stack-of-open-elements">stack of open elements</a>.</p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1061
retrieving revision 1.1062
diff -u -d -r1.1061 -r1.1062
--- spec.html 14 Jul 2010 22:07:20 -0000 1.1061
+++ spec.html 14 Jul 2010 22:16:54 -0000 1.1062
@@ -333,7 +333,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4122.
+This is revision 1.4123.
</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 Wednesday, 14 July 2010 22:16:58 UTC