[html5] r3707 - [e] (0) Remove an encoding requirement that is redundant with a previous step. M [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 30 12:56:03 PDT 2009
Author: ianh
Date: 2009-08-30 12:56:01 -0700 (Sun, 30 Aug 2009)
New Revision: 3707
Modified:
index
source
Log:
[e] (0) Remove an encoding requirement that is redundant with a previous step. Make SVG rules only apply to SVG-supporting UAs.
Modified: index
===================================================================
--- index 2009-08-30 01:39:55 UTC (rev 3706)
+++ index 2009-08-30 19:56:01 UTC (rev 3707)
@@ -60542,9 +60542,7 @@
<i>tentative</i>. In non-legacy environments, the more
comprehensive <code title="">UTF-8</code> encoding is
recommended. Due to its use in legacy content, <code title="">windows-1252</code> is recommended as a default in
- predominantly Western demographics instead. Since these encodings
- can in many cases be distinguished by inspection, a user agent may
- heuristically decide which to use as a default.</li>
+ predominantly Western demographics instead.</li>
</ol><p>The <a href="#document's-character-encoding">document's character encoding</a> must immediately
be set to the value returned from this algorithm, at the same time
@@ -65630,7 +65628,7 @@
<p><a href=http://www.w3.org/TR/SVGMobile12/script.html#ScriptContentProcessing>Process
the <code title="">script</code> element</a> according to the SVG
- rules. <a href=#refsSVG>[SVG]</a></p>
+ rules, if the user agent supports SVG. <a href=#refsSVG>[SVG]</a></p>
<p class=note>Even if this causes <a href=#dom-document-write title=dom-document-write>new characters to be inserted into the
tokenizer</a>, the parser will not be executed reentrantly,
Modified: source
===================================================================
--- source 2009-08-30 01:39:55 UTC (rev 3706)
+++ source 2009-08-30 19:56:01 UTC (rev 3707)
@@ -74965,9 +74965,7 @@
comprehensive <code title="">UTF-8</code> encoding is
recommended. Due to its use in legacy content, <code
title="">windows-1252</code> is recommended as a default in
- predominantly Western demographics instead. Since these encodings
- can in many cases be distinguished by inspection, a user agent may
- heuristically decide which to use as a default.</p></li>
+ predominantly Western demographics instead.</p></li>
</ol>
@@ -80638,7 +80636,8 @@
<p><a
href="http://www.w3.org/TR/SVGMobile12/script.html#ScriptContentProcessing">Process
the <code title="">script</code> element</a> according to the SVG
- rules. <a href="#refsSVG">[SVG]</a></p>
+ rules, if the user agent supports SVG. <a
+ href="#refsSVG">[SVG]</a></p>
<p class="note">Even if this causes <span
title="dom-document-write">new characters to be inserted into the
More information about the Commit-Watchers
mailing list