- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Aug 2011 15:46:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9761
Modified Files:
semantics.html spec.html timers.html
Log Message:
thinko (whatwg r6375)
[updated by splitter]
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- timers.html 4 Aug 2011 00:46:50 -0000 1.51
+++ timers.html 5 Aug 2011 15:46:29 -0000 1.52
@@ -402,7 +402,11 @@
<p class="note">The <code><a href="#windowtimers">WindowTimers</a></code> interface adds to the
<code><a href="browsers.html#window">Window</a></code> interface and the <code>WorkerUtils</code>
- interface (part of Web Workers).</p>
+ interface (part of Web Workers).
+
+ <a href="references.html#refsWEBWORKERS">[WEBWORKERS]</a>
+
+ </p>
<p>Each object that implements the <code><a href="#windowtimers">WindowTimers</a></code>
interface has a <dfn id="list-of-active-timeouts">list of active timeouts</dfn> and a <dfn id="list-of-active-intervals">list
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -d -r1.1066 -r1.1067
--- semantics.html 30 Jul 2011 23:46:26 -0000 1.1066
+++ semantics.html 5 Aug 2011 15:46:28 -0000 1.1067
@@ -1723,7 +1723,7 @@
<p>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is
present, then the user agent must apply the specified style
information only to the <code><a href="#the-style-element">style</a></code> element's parent element
- (if any), and that element's child nodes. Otherwise, the specified
+ (if any), and that element's descendants. Otherwise, the specified
styles must, if applied, be applied to the entire document.</p>
<p>For scoped CSS resources, the effect of @-rules must be scoped to
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1590
retrieving revision 1.1591
diff -u -d -r1.1590 -r1.1591
--- spec.html 4 Aug 2011 23:46:22 -0000 1.1590
+++ spec.html 5 Aug 2011 15:46:29 -0000 1.1591
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<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>
- <h2 class="no-num no-toc" id="editor-s-draft-4-august-2011">Editor's Draft 4 August 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-5-august-2011">Editor's Draft 5 August 2011</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -349,7 +349,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5089.
+This is revision 1.5091.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -470,7 +470,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 4 August 2011 Editor's Draft.
+ This specification is the 5 August 2011 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Friday, 5 August 2011 15:46:32 UTC