- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 00:47:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31737
Modified Files:
spec.html text-level-semantics.html the-canvas-element.html
Log Message:
typo (whatwg r6193)
[updated by splitter]
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1040
retrieving revision 1.1041
diff -u -d -r1.1040 -r1.1041
--- text-level-semantics.html 3 Jun 2011 00:48:41 -0000 1.1040
+++ text-level-semantics.html 7 Jun 2011 00:47:16 -0000 1.1041
@@ -1169,7 +1169,7 @@
<p>The <dfn id="dom-time-valueasdate" title="dom-time-valueAsDate"><code>valueAsDate</code></dfn> IDL
attribute must return either null or a new <code>Date</code> object
- initialised to the relevant value as defined by the following
+ initialized to the relevant value as defined by the following
list:</p>
<dl><dt>If the <a href="#concept-time-date" title="concept-time-date">date</a> is known but
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.906
retrieving revision 1.907
diff -u -d -r1.906 -r1.907
--- the-canvas-element.html 3 Jun 2011 00:48:42 -0000 1.906
+++ the-canvas-element.html 7 Jun 2011 00:47:25 -0000 1.907
@@ -451,7 +451,7 @@
CanvasContexts page</a>. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a>
</p><p>Returns null if the given context ID is not supported or if the
- canvas has already been initialised with some other (incompatible)
+ canvas has already been initialized with some other (incompatible)
context type (e.g. trying to get a "<code title="canvas-context-2d">2d</code>" context after getting a
"<code title="canvas-context-webgl">webgl</code>" context).</p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1516
retrieving revision 1.1517
diff -u -d -r1.1516 -r1.1517
--- spec.html 6 Jun 2011 22:46:51 -0000 1.1516
+++ spec.html 7 Jun 2011 00:47:15 -0000 1.1517
@@ -347,7 +347,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.4962.
+This is revision 1.4963.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 7 June 2011 00:47:41 UTC