- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Feb 2011 21:31:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29218
Modified Files:
Overview.html
Log Message:
Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below). (whatwg r5856)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4698
retrieving revision 1.4699
diff -u -d -r1.4698 -r1.4699
--- Overview.html 8 Feb 2011 21:05:13 -0000 1.4698
+++ Overview.html 8 Feb 2011 21:30:59 -0000 1.4699
@@ -13014,6 +13014,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">
@@ -71193,14 +71206,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>
<!--
@@ -71213,11 +71219,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="refsECMA262">[ECMA262]</dt>
<dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript
@@ -71657,6 +71663,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><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/139">ISSUE-139</a> (ack-microdata) blocks progress to Last Call</span></p><!-- ACKS --><p>Thanks to
Received on Tuesday, 8 February 2011 21:31:06 UTC