- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Aug 2009 02:09:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27740
Modified Files:
Overview.html
Log Message:
Will need to define that style sheets block scripts -- still investigating quite how it should work. (whatwg r3522)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2719
retrieving revision 1.2720
diff -u -d -r1.2719 -r1.2720
--- Overview.html 1 Aug 2009 10:18:27 -0000 1.2719
+++ Overview.html 2 Aug 2009 02:09:50 -0000 1.2720
@@ -175,7 +175,7 @@
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 1 August 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 2 August 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -273,7 +273,7 @@
track.
<!--ZZZ:-->
<!--This specification is the 23 April 2009 Working Draft.-->
- This specification is the 1 August 2009 Editor's Draft.
+ This specification is the 2 August 2009 Editor's Draft.
<!--:ZZZ-->
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -10437,6 +10437,12 @@
<li>
+ <p class="XXX"><a href="#pause">Pause</a> for style sheets.</p>
+
+ </li>
+
+ <li>
+
<p><a href="#create-a-script-from-a-node" title="create a script from a node">Create a
script</a> from the <code><a href="#script">script</a></code> element node, using
the <var><a href="#the-script-block-s-source">the script block's source</a></var> and the <var><a href="#the-script-block-s-type">the script
Received on Sunday, 2 August 2009 02:10:05 UTC