- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Mar 2010 23:07:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv18562 Modified Files: Overview.html scripting-1.html spec.html Log Message: Link to other places that mention scripting. (whatwg r4851) [updated by splitter] Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- scripting-1.html 9 Mar 2010 00:37:14 -0000 1.19 +++ scripting-1.html 16 Mar 2010 23:07:44 -0000 1.20 @@ -380,8 +380,15 @@ present, then the script is executed when the page has finished parsing. If neither attribute is present, then the script is fetched and executed immediately, before the user agent continues - parsing the page. The exact processing details for these attributes - are described below.</p><p>The <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute may be + parsing the page.</p><p class="note">The exact processing details for these attributes + are, for mostly historical reasons, somewhat non-trivial, involving + a number of aspects of HTML. The implementation requirements are + therefore by necessity scattered throughout the specification. The + algorithms below (in this section) describe the core of this + processing, but these algorithms reference and are referenced by the + parsing rules for <code><a href="#script">script</a></code> <a href="#scriptTag">start</a> + and <a href="#scriptEndTag">end</a> tags in HTML, <a href="#scriptForeignEndTag">in foreign content</a>, and <a href="#scriptTagXML">in XML</a>, the rules for the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> method, the + handling of <a href="webappapis.html#scripting">scripting</a>, etc.</p><p>The <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute may be specified even if the <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute is specified, to cause legacy Web browsers that only support <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> (and not <code title="attr-script-async"><a href="#attr-script-async">async</a></code>) to fall back to the <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> behavior instead of the Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.778 retrieving revision 1.779 diff -u -d -r1.778 -r1.779 --- Overview.html 16 Mar 2010 22:37:08 -0000 1.778 +++ Overview.html 16 Mar 2010 23:07:43 -0000 1.779 @@ -306,7 +306,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3886. +This is revision 1.3887. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.784 retrieving revision 1.785 diff -u -d -r1.784 -r1.785 --- spec.html 16 Mar 2010 22:37:09 -0000 1.784 +++ spec.html 16 Mar 2010 23:07:44 -0000 1.785 @@ -304,7 +304,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3886. +This is revision 1.3887. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2010 <a href=http://www.w3.org/><abbr title="World Wide @@ -5092,8 +5092,15 @@ present, then the script is executed when the page has finished parsing. If neither attribute is present, then the script is fetched and executed immediately, before the user agent continues - parsing the page. The exact processing details for these attributes - are described below.</p><p>The <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attribute may be + parsing the page.</p><p class=note>The exact processing details for these attributes + are, for mostly historical reasons, somewhat non-trivial, involving + a number of aspects of HTML. The implementation requirements are + therefore by necessity scattered throughout the specification. The + algorithms below (in this section) describe the core of this + processing, but these algorithms reference and are referenced by the + parsing rules for <code><a href=#script>script</a></code> <a href=#scriptTag>start</a> + and <a href=#scriptEndTag>end</a> tags in HTML, <a href=#scriptForeignEndTag>in foreign content</a>, and <a href=#scriptTagXML>in XML</a>, the rules for the <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> method, the + handling of <a href=#scripting>scripting</a>, etc.</p><p>The <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attribute may be specified even if the <code title=attr-script-async><a href=#attr-script-async>async</a></code> attribute is specified, to cause legacy Web browsers that only support <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> (and not <code title=attr-script-async><a href=#attr-script-async>async</a></code>) to fall back to the <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> behavior instead of the
Received on Tuesday, 16 March 2010 23:07:48 UTC