- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 00:00:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25360
Modified Files:
Overview.html
Log Message:
typo (whatwg r6193)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4962
retrieving revision 1.4963
diff -u -d -r1.4962 -r1.4963
--- Overview.html 6 Jun 2011 22:20:33 -0000 1.4962
+++ Overview.html 7 Jun 2011 00:00:19 -0000 1.4963
@@ -17356,7 +17356,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
@@ -27387,7 +27387,7 @@
CanvasContexts page</a>. <a href="#refsWHATWGWIKI">[WHATWGWIKI]</a>
<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>
Received on Tuesday, 7 June 2011 00:00:28 UTC