[html5] r5916 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11943
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 25 00:23:53 PST 2011
Author: ianh
Date: 2011-02-25 00:23:51 -0800 (Fri, 25 Feb 2011)
New Revision: 5916
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11943
Modified: complete.html
===================================================================
--- complete.html 2011-02-25 08:11:58 UTC (rev 5915)
+++ complete.html 2011-02-25 08:23:51 UTC (rev 5916)
@@ -65438,7 +65438,7 @@
interface (part of Web Workers).</p>
<p>The <dfn id=dom-windowbase64-btoa title=dom-windowbase64-btoa><code>btoa()</code></dfn>
- method must throw an <code><a href=#invalid_character_err>INVALID_CHARACTER_ERR</a></code> exeption if
+ method must throw an <code><a href=#invalid_character_err>INVALID_CHARACTER_ERR</a></code> exception if
the method's first argument contains any character whose code point
is greater than U+00FF. Otherwise, the user agent must convert that
argument to a sequence of octets whose <var title="">n</var>th octet
Modified: index
===================================================================
--- index 2011-02-25 08:11:58 UTC (rev 5915)
+++ index 2011-02-25 08:23:51 UTC (rev 5916)
@@ -65441,7 +65441,7 @@
interface (part of Web Workers).</p>
<p>The <dfn id=dom-windowbase64-btoa title=dom-windowbase64-btoa><code>btoa()</code></dfn>
- method must throw an <code><a href=#invalid_character_err>INVALID_CHARACTER_ERR</a></code> exeption if
+ method must throw an <code><a href=#invalid_character_err>INVALID_CHARACTER_ERR</a></code> exception if
the method's first argument contains any character whose code point
is greater than U+00FF. Otherwise, the user agent must convert that
argument to a sequence of octets whose <var title="">n</var>th octet
Modified: source
===================================================================
--- source 2011-02-25 08:11:58 UTC (rev 5915)
+++ source 2011-02-25 08:23:51 UTC (rev 5916)
@@ -74491,7 +74491,7 @@
interface (part of Web Workers).</p>
<p>The <dfn title="dom-windowbase64-btoa"><code>btoa()</code></dfn>
- method must throw an <code>INVALID_CHARACTER_ERR</code> exeption if
+ method must throw an <code>INVALID_CHARACTER_ERR</code> exception if
the method's first argument contains any character whose code point
is greater than U+00FF. Otherwise, the user agent must convert that
argument to a sequence of octets whose <var title="">n</var>th octet
More information about the Commit-Watchers
mailing list