[html5] r5856 - [e] (0) Add a note about cases where scripts won't run. Also, update some refere [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 8 13:30:55 PST 2011


Author: ianh
Date: 2011-02-08 13:30:54 -0800 (Tue, 08 Feb 2011)
New Revision: 5856

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below).
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11105

Modified: complete.html
===================================================================
--- complete.html	2011-02-08 21:04:47 UTC (rev 5855)
+++ complete.html	2011-02-08 21:30:54 UTC (rev 5856)
@@ -15049,6 +15049,19 @@
     agent must abort these steps at this point. The script is not
     executed.</p>
 
+    <p class=note>The definition of <a href=#concept-n-noscript title=concept-n-noscript>scripting is disabled</a> means
+    that, amongst others, the following scripts will not execute:
+    scripts in <code>XMLHttpRequest</code>'s <code title=dom-XMLHttpRequest-responseXML>responseXML</code>
+    documents, <!--scripts in <code>DOMParser</code>-created
+    documents, scripts in documents created by
+    <code>XSLTProcessor</code>'s <code
+    title="dom-XSLTProcessor-transformToDocument">transformToDocument</code>
+    feature,--> and scripts that are first inserted by a script into a
+    <code><a href=#document>Document</a></code> that was created using the <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code>
+    API. <a href=#refsXHR>[XHR]</a> <a href=#refsDOMPARSER>[DOMPARSER]</a> <!--<a
+    href="#refsXSLTP">[XSLTP]</a>--> <a href=#refsDOMCORE>[DOMCORE]</a></p>
+
+
    </li>
 
    <li id=script-processing-for>
@@ -93892,14 +93905,7 @@
    Values and Units</a></cite>, H. Lie, C. Lilley. W3C.</dd>
 
    <dt id=refsDOMCORE>[DOMCORE]</dt>
-   <dd><cite><a href=http://www.w3.org/TR/DOM-Level-3-Core/>Document
-   Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le
-   Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion,
-   S. Byrnes. W3C.</dd>
-   <!--
-   <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web
-   DOM Core</a></cite>, S. Pieters. W3C.</dd>
-   -->
+   <dd><cite><a href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html>Web DOM Core</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id=refsDOMEVENTS>[DOMEVENTS]</dt>
    <!--
@@ -93912,11 +93918,11 @@
    Object Model (DOM) Level 3 Events Specification</a></cite>,
    D. Schepers. W3C.</dd>
 
+   <dt id=refsDOMPARSER>[DOMPARSER]</dt>
+   <dd><cite><a href=http://html5.org/specs/dom-parsing.html>DOM Parsing and Serialization</a></cite>, Ms2ger. html5.org.</dd>
+
    <dt id=refsDOMRANGE>[DOMRANGE]</dt>
-   <dd><cite><a href=http://www.w3.org/TR/DOM-Level-2-Traversal-Range/>Document
-   Object Model (DOM) Level 2 Traversal and Range
-   Specification</a></cite>, J.  Kesselman, J. Robie, M. Champion,
-   P. Sharpe, V. Apparao, L.  Wood. W3C.</dd>
+   <dd><cite><a href=http://html5.org/specs/dom-range.html>DOM Range</a></cite>, Ms2ger. html5.org.</dd>
 
    <dt id=refsE163>[E163]</dt>
    <dd><cite>Recommendation E.163 — Numbering Plan for The International
@@ -94382,6 +94388,11 @@
    <dd><cite><a href=http://www.w3.org/TR/1999/REC-xslt-19991116>XSL
    Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C.</dd>
 
+<!--(once XSLTProcessor is defined somewhere, update this and the place that references this)
+   <dt id="refsXSLTP">[XSLTP]</dt>
+   <dd><cite><a href=""></a></cite>, . .</dd>
+-->
+
   </dl><h2 class=no-num id=acknowledgements>Acknowledgements</h2> <!-- ACKS -->
 
   <p>Thanks to

Modified: index
===================================================================
--- index	2011-02-08 21:04:47 UTC (rev 5855)
+++ index	2011-02-08 21:30:54 UTC (rev 5856)
@@ -15029,6 +15029,19 @@
     agent must abort these steps at this point. The script is not
     executed.</p>
 
+    <p class=note>The definition of <a href=#concept-n-noscript title=concept-n-noscript>scripting is disabled</a> means
+    that, amongst others, the following scripts will not execute:
+    scripts in <code>XMLHttpRequest</code>'s <code title=dom-XMLHttpRequest-responseXML>responseXML</code>
+    documents, <!--scripts in <code>DOMParser</code>-created
+    documents, scripts in documents created by
+    <code>XSLTProcessor</code>'s <code
+    title="dom-XSLTProcessor-transformToDocument">transformToDocument</code>
+    feature,--> and scripts that are first inserted by a script into a
+    <code><a href=#document>Document</a></code> that was created using the <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code>
+    API. <a href=#refsXHR>[XHR]</a> <a href=#refsDOMPARSER>[DOMPARSER]</a> <!--<a
+    href="#refsXSLTP">[XSLTP]</a>--> <a href=#refsDOMCORE>[DOMCORE]</a></p>
+
+
    </li>
 
    <li id=script-processing-for>
@@ -90004,14 +90017,7 @@
    Values and Units</a></cite>, H. Lie, C. Lilley. W3C.</dd>
 
    <dt id=refsDOMCORE>[DOMCORE]</dt>
-   <dd><cite><a href=http://www.w3.org/TR/DOM-Level-3-Core/>Document
-   Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le
-   Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion,
-   S. Byrnes. W3C.</dd>
-   <!--
-   <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web
-   DOM Core</a></cite>, S. Pieters. W3C.</dd>
-   -->
+   <dd><cite><a href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html>Web DOM Core</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id=refsDOMEVENTS>[DOMEVENTS]</dt>
    <!--
@@ -90024,11 +90030,11 @@
    Object Model (DOM) Level 3 Events Specification</a></cite>,
    D. Schepers. W3C.</dd>
 
+   <dt id=refsDOMPARSER>[DOMPARSER]</dt>
+   <dd><cite><a href=http://html5.org/specs/dom-parsing.html>DOM Parsing and Serialization</a></cite>, Ms2ger. html5.org.</dd>
+
    <dt id=refsDOMRANGE>[DOMRANGE]</dt>
-   <dd><cite><a href=http://www.w3.org/TR/DOM-Level-2-Traversal-Range/>Document
-   Object Model (DOM) Level 2 Traversal and Range
-   Specification</a></cite>, J.  Kesselman, J. Robie, M. Champion,
-   P. Sharpe, V. Apparao, L.  Wood. W3C.</dd>
+   <dd><cite><a href=http://html5.org/specs/dom-range.html>DOM Range</a></cite>, Ms2ger. html5.org.</dd>
 
    <dt id=refsE163>[E163]</dt>
    <dd><cite>Recommendation E.163 — Numbering Plan for The International
@@ -90519,8 +90525,13 @@
    <dd><cite><a href=http://www.w3.org/TR/1999/REC-xslt-19991116>XSL
    Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C.</dd>
 
+<!--(once XSLTProcessor is defined somewhere, update this and the place that references this)
+   <dt id="refsXSLTP">[XSLTP]</dt>
+   <dd><cite><a href=""></a></cite>, . .</dd>
+-->
 
 
+
   </dl><h2 class=no-num id=acknowledgements>Acknowledgements</h2> <!-- ACKS -->
 
   <p>Thanks to

Modified: source
===================================================================
--- source	2011-02-08 21:04:47 UTC (rev 5855)
+++ source	2011-02-08 21:30:54 UTC (rev 5856)
@@ -15953,6 +15953,24 @@
     agent must abort these steps at this point. The script is not
     executed.</p>
 
+    <p class="note">The definition of <span
+    title="concept-n-noscript">scripting is disabled</span> means
+    that, amongst others, the following scripts will not execute:
+    scripts in <code>XMLHttpRequest</code>'s <code
+    title="dom-XMLHttpRequest-responseXML">responseXML</code>
+    documents, <!--scripts in <code>DOMParser</code>-created
+    documents, scripts in documents created by
+    <code>XSLTProcessor</code>'s <code
+    title="dom-XSLTProcessor-transformToDocument">transformToDocument</code>
+    feature,--> and scripts that are first inserted by a script into a
+    <code>Document</code> that was created using the <code
+    title="dom-DOMImplementation-createDocument">createDocument()</code>
+    API. <a href="#refsXHR">[XHR]</a> <a
+    href="#refsDOMPARSER">[DOMPARSER]</a> <!--<a
+    href="#refsXSLTP">[XSLTP]</a>--> <a
+    href="#refsDOMCORE">[DOMCORE]</a></p>
+
+
    </li>
 
    <li id="script-processing-for">
@@ -106931,14 +106949,7 @@
    Hegaret, A. Le Hors. W3C.</dd>
 
    <dt id="refsDOMCORE">[DOMCORE]</dt>
-   <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document
-   Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le
-   Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion,
-   S. Byrnes. W3C.</dd>
-   <!--
-   <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web
-   DOM Core</a></cite>, S. Pieters. W3C.</dd>
-   -->
+   <dd><cite><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">Web DOM Core</a></cite>, A. van Kesteren. W3C.</dd>
 
    <dt id="refsDOMEVENTS">[DOMEVENTS]</dt>
    <!--
@@ -106952,12 +106963,11 @@
    Object Model (DOM) Level 3 Events Specification</a></cite>,
    D. Schepers. W3C.</dd>
 
+   <dt id="refsDOMPARSER">[DOMPARSER]</dt>
+   <dd><cite><a href="http://html5.org/specs/dom-parsing.html">DOM Parsing and Serialization</a></cite>, Ms2ger. html5.org.</dd>
+
    <dt id="refsDOMRANGE">[DOMRANGE]</dt>
-   <dd><cite><a
-   href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document
-   Object Model (DOM) Level 2 Traversal and Range
-   Specification</a></cite>, J.  Kesselman, J. Robie, M. Champion,
-   P. Sharpe, V. Apparao, L.  Wood. W3C.</dd>
+   <dd><cite><a href="http://html5.org/specs/dom-range.html">DOM Range</a></cite>, Ms2ger. html5.org.</dd>
 
    <dt id="refsE163">[E163]</dt>
    <dd><cite>Recommendation E.163 — Numbering Plan for The International
@@ -107570,6 +107580,11 @@
    <dd><cite><a href="http://www.w3.org/TR/1999/REC-xslt-19991116">XSL
    Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C.</dd>
 
+<!--(once XSLTProcessor is defined somewhere, update this and the place that references this)
+   <dt id="refsXSLTP">[XSLTP]</dt>
+   <dd><cite><a href=""></a></cite>, . .</dd>
+-->
+
 <!--END complete--><!--END epub-->
 
    <dt id="refsRFC2109">[RFC2109]</dt>




More information about the Commit-Watchers mailing list