- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 17:22:41 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Explain why .defaultCharset might return an unexpected value.
(whatwg r4747)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3794&r2=1.3795&f=h
http://html5.org/tools/web-apps-tracker?from=4746&to=4747
===================================================================
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:23:08 UTC