- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:54:20 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6193)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4962&r2=1.4963&f=h
http://html5.org/tools/web-apps-tracker?from=6192&to=6193
===================================================================
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 Friday, 17 June 2011 09:54:22 UTC