[html5] r1741 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 11 17:54:13 PDT 2008
Author: ianh
Date: 2008-06-11 17:54:12 -0700 (Wed, 11 Jun 2008)
New Revision: 1741
Modified:
index
source
Log:
[e] (0) typos
Modified: index
===================================================================
--- index 2008-06-11 09:49:43 UTC (rev 1740)
+++ index 2008-06-12 00:54:12 UTC (rev 1741)
@@ -25,7 +25,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 11 June
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 12 June
2008</h2>
<p>You can take part in this work. <a
@@ -9473,7 +9473,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>
@@ -15726,7 +15726,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>;
Modified: source
===================================================================
--- source 2008-06-11 09:49:43 UTC (rev 1740)
+++ source 2008-06-12 00:54:12 UTC (rev 1741)
@@ -7723,7 +7723,7 @@
the steps above with <var title="">current outlinee</var> as their
section.</p></li>
- <li><p>Associate all nodes with the heading of the section which
+ <li><p>Associate all nodes with the heading of the section with
which they are associated, if any.</p></li>
<li><p>If <var title="">current outlinee</var> is <span>the
@@ -13623,7 +13623,7 @@
// cue ranges
void <span title="dom-media-addCueRange">addCueRange</span>(in DOMString className, in float start, in float end, in boolean pauseOnExit, in <span>VoidCallback</span> enterCallback, in <span>VoidCallback</span> exitCallback);
- void <span title="dom-media-removeCueRange">removeCueRanges</span>(in DOMString className);
+ void <span title="dom-media-removeCueRanges">removeCueRanges</span>(in DOMString className);
// controls
attribute boolean <span title="dom-media-controls">controls</span>;
More information about the Commit-Watchers
mailing list