- From: poot <cvsmail@w3.org>
- Date: Tue, 08 Feb 2011 16:58:04 -0500
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5858)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4700&r2=1.4701&f=h
http://html5.org/tools/web-apps-tracker?from=5857&to=5858
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4700
retrieving revision 1.4701
diff -u -d -r1.4700 -r1.4701
--- Overview.html 8 Feb 2011 21:37:19 -0000 1.4700
+++ Overview.html 8 Feb 2011 21:56:49 -0000 1.4701
@@ -13017,8 +13017,8 @@
<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
+ 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
Received on Tuesday, 8 February 2011 21:58:05 UTC