Skip to content

Commit

Permalink
[e] (0) more editorial cleanup (abnf, clean up some notes about IE, r…
Browse files Browse the repository at this point in the history
…emove redundant note)

git-svn-id: http://svn.whatwg.org/webapps@3266 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 16, 2009
1 parent 50faed3 commit 5828b8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 28 deletions.
20 changes: 7 additions & 13 deletions index
Expand Up @@ -10858,13 +10858,11 @@ people expect to have work and what is necessary.
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>
Expand Down Expand Up @@ -11227,10 +11225,6 @@ o............A....e
user agents must not ignore unknown MIME parameters &mdash; types
with unknown parameters must be assumed to be unsupported.</p>

<!--
XXX we should reference #refsRFC4329 http://www.ietf.org/rfc/rfc4329
-->

</div>


Expand All @@ -11241,8 +11235,7 @@ o............A....e
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
Expand Down Expand Up @@ -69999,6 +69992,7 @@ time:empty { binding: <i title="">time</i>; }</pre>

<!-- 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
Expand Down
23 changes: 8 additions & 15 deletions source
Expand Up @@ -11372,13 +11372,11 @@ people expect to have work and what is necessary.
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>
Expand Down Expand Up @@ -11810,10 +11808,6 @@ o............A....e
user agents must not ignore unknown MIME parameters &mdash; types
with unknown parameters must be assumed to be unsupported.</p>

<!--
XXX we should reference #refsRFC4329 http://www.ietf.org/rfc/rfc4329
-->

</div>


Expand All @@ -11826,8 +11820,7 @@ o............A....e
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
Expand Down Expand Up @@ -68463,8 +68456,7 @@ interface <dfn>EventSource</dfn> {
<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
Expand Down Expand Up @@ -82557,6 +82549,7 @@ time:empty { binding: <i title="">time</i>; }</pre>

<!-- 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
Expand Down

0 comments on commit 5828b8d

Please sign in to comment.