Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6193 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 7, 2011
1 parent 7abd965 commit b52b3d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -20674,7 +20674,7 @@ <h4 id=the-time-element><span class=secno>4.6.10 </span>The <dfn><code>time</cod

<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
Expand Down Expand Up @@ -34350,7 +34350,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co
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><a href=#canvas-context-2d>2d</a></code>" context after getting a
"<code title=canvas-context-webgl>webgl</code>" context).</p>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -20658,7 +20658,7 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the

<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
Expand Down Expand Up @@ -34337,7 +34337,7 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {
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><a href=#canvas-context-2d>2d</a></code>" context after getting a
"<code title=canvas-context-webgl>webgl</code>" context).</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -22291,7 +22291,7 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
<p>The <dfn
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>
Expand Down Expand Up @@ -37947,7 +37947,7 @@ interface <dfn>TextTrackCue</dfn> {
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>
Expand Down

0 comments on commit b52b3d2

Please sign in to comment.