- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 08:22:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18366 Modified Files: Overview.html Log Message: Explain why .defaultCharset might return an unexpected value. (whatwg r4747) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3794 retrieving revision 1.3795 diff -u -d -r1.3794 -r1.3795 --- Overview.html 16 Feb 2010 08:17:27 -0000 1.3794 +++ Overview.html 16 Feb 2010 08:22:29 -0000 1.3795 @@ -6153,7 +6153,10 @@ <dt><var title="">document</var> . <code title="dom-document-defaultCharset"><a href="#dom-document-defaultcharset">defaultCharset</a></code></dt> <dd> - <p>Returns what might be the user agent's default character encoding.</p> + <p>Returns what might be the user agent's default character + encoding. (The user agent might return another character encoding + altogether, e.g. to protect the user's privacy, or if the user + agent doesn't use a single default encoding.)</p> </dd> </dl><div class="impl">
Received on Tuesday, 16 February 2010 08:22:35 UTC