Skip to content

Commit

Permalink
[e] (0) Add a note about cases where scripts won't run. Also, update …
Browse files Browse the repository at this point in the history
…some references (unrelated to the bug below).

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11105

git-svn-id: http://svn.whatwg.org/webapps@5856 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 8, 2011
1 parent 0d05388 commit 72837d8
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 37 deletions.
35 changes: 23 additions & 12 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -15049,6 +15049,19 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
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>
Expand Down Expand Up @@ -93892,14 +93905,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
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>
<!--
Expand All @@ -93912,11 +93918,11 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
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 &mdash; Numbering Plan for The International
Expand Down Expand Up @@ -94382,6 +94388,11 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<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
Expand Down
35 changes: 23 additions & 12 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -15029,6 +15029,19 @@ c-end = "--&gt;"</pre>
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>
Expand Down Expand Up @@ -90004,14 +90017,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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>
<!--
Expand All @@ -90024,11 +90030,11 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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 &mdash; Numbering Plan for The International
Expand Down Expand Up @@ -90519,6 +90525,11 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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 -->
Expand Down
41 changes: 28 additions & 13 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -15953,6 +15953,24 @@ c-end = "-->"</pre>
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">
Expand Down Expand Up @@ -106931,14 +106949,7 @@ interface <span>HTMLDocument</span> {
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>
<!--
Expand All @@ -106952,12 +106963,11 @@ interface <span>HTMLDocument</span> {
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 &mdash; Numbering Plan for The International
Expand Down Expand Up @@ -107570,6 +107580,11 @@ interface <span>HTMLDocument</span> {
<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>
Expand Down

0 comments on commit 72837d8

Please sign in to comment.