[html5] r3266 - [e] (0) more editorial cleanup (abnf, clean up some notes about IE, remove redun [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 15 17:17:12 PDT 2009
Author: ianh
Date: 2009-06-15 17:17:10 -0700 (Mon, 15 Jun 2009)
New Revision: 3266
Modified:
index
source
Log:
[e] (0) more editorial cleanup (abnf, clean up some notes about IE, remove redundant note)
Modified: index
===================================================================
--- index 2009-06-16 00:09:16 UTC (rev 3265)
+++ index 2009-06-16 00:17:10 UTC (rev 3266)
@@ -10858,13 +10858,11 @@
scripts that will execute when the document has finished
parsing</a>.
- <p class=XXX>This isn't compatible with IE for inline
- deferred scripts, but then what IE does is pretty hard to pin down
- exactly. Do we want to keep this like it is? Be more compatible?</p>
- <!--XXX
- http://www.websiteoptimization.com/speed/tweak/defer/test/
- internal deferred scripts execute before any external scripts execute, or before the LOAD if there are none
- external deferred scripts execute before the LOAD
+ <!-- What IE does here is slightly different. If we need to tweak
+ this for better compatibility:
+ http://www.websiteoptimization.com/speed/tweak/defer/test/
+ internal deferred scripts execute before any external scripts execute, or before the LOAD if there are none
+ external deferred scripts execute before the LOAD
-->
</dd>
@@ -11227,10 +11225,6 @@
user agents must not ignore unknown MIME parameters — types
with unknown parameters must be assumed to be unsupported.</p>
- <!--
- XXX we should reference #refsRFC4329 http://www.ietf.org/rfc/rfc4329
- -->
-
</div>
@@ -11241,8 +11235,7 @@
that the value of the DOM <code title=dom-script-text><a href=#dom-script-text>text</a></code>
attribute, which is derived from the element's contents, matches the
<code title="">documentation</code> production in the following
- ABNF, the character set for which is Unicode. <a href=#refsABNF>[ABNF]</a></p> <!-- XXX
- ftp://ftp.rfc-editor.org/in-notes/std/std68.txt -->
+ ABNF, the character set for which is Unicode. <a href=#refsABNF>[ABNF]</a></p>
<pre>documentation = *( *( space / tab / comment ) [ line-comment ] newline )
comment = slash star *( not-star / star not-slash ) 1*star slash
@@ -69999,6 +69992,7 @@
<!-- REFS
+ [ABNF] http://www.ietf.org/rfc/std/std68.txt
[BIG5] Institute for Information Industry, "Chinese Coded Character Set in Computer ", March, 1984
[BOCU1] http://www.unicode.org/notes/tn6/
[CESU8] http://www.unicode.org/unicode/reports/tr26
Modified: source
===================================================================
--- source 2009-06-16 00:09:16 UTC (rev 3265)
+++ source 2009-06-16 00:17:10 UTC (rev 3266)
@@ -11372,13 +11372,11 @@
scripts that will execute when the document has finished
parsing</span>.
- <p class="XXX">This isn't compatible with IE for inline
- deferred scripts, but then what IE does is pretty hard to pin down
- exactly. Do we want to keep this like it is? Be more compatible?</p>
- <!--XXX
- http://www.websiteoptimization.com/speed/tweak/defer/test/
- internal deferred scripts execute before any external scripts execute, or before the LOAD if there are none
- external deferred scripts execute before the LOAD
+ <!-- What IE does here is slightly different. If we need to tweak
+ this for better compatibility:
+ http://www.websiteoptimization.com/speed/tweak/defer/test/
+ internal deferred scripts execute before any external scripts execute, or before the LOAD if there are none
+ external deferred scripts execute before the LOAD
-->
</dd>
@@ -11810,10 +11808,6 @@
user agents must not ignore unknown MIME parameters — types
with unknown parameters must be assumed to be unsupported.</p>
- <!--
- XXX we should reference #refsRFC4329 http://www.ietf.org/rfc/rfc4329
- -->
-
</div>
@@ -11826,8 +11820,7 @@
attribute, which is derived from the element's contents, matches the
<code title="">documentation</code> production in the following
ABNF, the character set for which is Unicode. <a
- href="#refsABNF">[ABNF]</a></p> <!-- XXX
- ftp://ftp.rfc-editor.org/in-notes/std/std68.txt -->
+ href="#refsABNF">[ABNF]</a></p>
<pre>documentation = *( *( space / tab / comment ) [ line-comment ] newline )
comment = slash star *( not-star / star not-slash ) 1*star slash
@@ -68463,8 +68456,7 @@
<p>The event stream format is as described by the <code
title="">stream</code> production of the following ABNF, the
character set for which is Unicode. <a
- href="#refsABNF">[ABNF]</a></p> <!-- XXX
- ftp://ftp.rfc-editor.org/in-notes/std/std68.txt -->
+ href="#refsABNF">[ABNF]</a></p>
<pre>stream = [ bom ] *event
event = *( comment / field ) end-of-line
@@ -82557,6 +82549,7 @@
<!-- REFS
+ [ABNF] http://www.ietf.org/rfc/std/std68.txt
[BIG5] Institute for Information Industry, "Chinese Coded Character Set in Computer ", March, 1984
[BOCU1] http://www.unicode.org/notes/tn6/
[CESU8] http://www.unicode.org/unicode/reports/tr26
More information about the Commit-Watchers
mailing list