- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Feb 2011 08:24:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv32467 Modified Files: Overview.html Log Message: typo (whatwg r5916) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4755 retrieving revision 1.4756 diff -u -d -r1.4755 -r1.4756 --- Overview.html 25 Feb 2011 08:12:06 -0000 1.4755 +++ Overview.html 25 Feb 2011 08:23:58 -0000 1.4756 @@ -49026,7 +49026,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
Received on Friday, 25 February 2011 08:24:05 UTC