- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jun 2008 00:54:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv723
Modified Files:
Overview.html
Log Message:
typos (whatwg r1741)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.930
retrieving revision 1.931
diff -u -d -r1.930 -r1.931
--- Overview.html 11 Jun 2008 10:07:59 -0000 1.930
+++ Overview.html 12 Jun 2008 00:54:19 -0000 1.931
@@ -59,7 +59,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->11 June 2008</h2>
+ Editor's Draft <!--ZZZ-->12 June 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -207,7 +207,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
- the W3C Recommendation track. <!--ZZZ:--> This specification is the 11
+ the W3C Recommendation track. <!--ZZZ:--> This specification is the 12
June 2008 <!--ZZZ "Working Draft"-->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) -->
@@ -9577,7 +9577,7 @@
above with <var title="">current outlinee</var> as their section.
<li>
- <p>Associate all nodes with the heading of the section which which they
+ <p>Associate all nodes with the heading of the section with which they
are associated, if any.
<li>
@@ -15830,7 +15830,7 @@
// cue ranges
void <a href="#addcuerange" title=dom-media-addCueRange>addCueRange</a>(in DOMString className, in float start, in float end, in boolean pauseOnExit, in <a href="#voidcallback">VoidCallback</a> enterCallback, in <a href="#voidcallback">VoidCallback</a> exitCallback);
- void <span title=dom-media-removeCueRange>removeCueRanges</span>(in DOMString className);
+ void <a href="#removecueranges" title=dom-media-removeCueRanges>removeCueRanges</a>(in DOMString className);
// controls
attribute boolean <a href="#controls0" title=dom-media-controls>controls</a>;
Received on Thursday, 12 June 2008 00:54:58 UTC