- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 09:17:33 +0900 (JST)
- To: public-html-diffs@w3.org
more editorial cleanup (abnf, clean up some notes about IE, remove redundant note) (whatwg r3266) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2413&r2=1.2414&f=h http://html5.org/tools/web-apps-tracker?from=3265&to=3266 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2413 retrieving revision 1.2414 diff -u -d -r1.2413 -r1.2414 --- Overview.html 16 Jun 2009 00:09:23 -0000 1.2413 +++ Overview.html 16 Jun 2009 00:17:17 -0000 1.2414 @@ -9532,13 +9532,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> @@ -9883,17 +9881,12 @@ user agents must not ignore unknown MIME parameters — types with unknown parameters must be assumed to be unsupported.</p> - <!-- - XXX we should reference #references http://www.ietf.org/rfc/rfc4329 - --> - </div><h5 id="inline-documentation-for-external-scripts"><span class="secno">4.3.1.2 </span><dfn title="script documentation">Inline documentation for external scripts</dfn></h5><p>If a <code><a href="#script">script</a></code> element's <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute is specified, then the contents of the <code><a href="#script">script</a></code> element, if any, must be such 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="#references">[ABNF]</a></p><!-- XXX - ftp://ftp.rfc-editor.org/in-notes/std/std68.txt --><pre>documentation = *( *( space / tab / comment ) [ line-comment ] newline ) + ABNF, the character set for which is Unicode. <a href="#references">[ABNF]</a><pre>documentation = *( *( space / tab / comment ) [ line-comment ] newline ) comment = slash star *( not-star / star not-slash ) 1*star slash line-comment = slash slash *not-newline @@ -63760,6 +63753,7 @@ <code>UIEvent</code> interface, during event propagation. There is no way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><em>This section is non-normative.</em><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- 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
Received on Tuesday, 16 June 2009 00:18:08 UTC