- From: poot <cvsmail@w3.org>
- Date: Wed, 2 Jul 2008 09:21:45 +0900 (JST)
- To: public-html-diffs@w3.org
1.977 Define what happens when you set currentLoop. (bug 5769) (whatwg
r1787) (changed by: Michael Smith)
Diffs for this change per section:
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.286.html#datatemplate_fpwd-toc
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.286.html#the-img_wd2-toc
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.286.html#the-embed_wd2
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.286.html#relationship0_wd2
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.286.html#media_wd2
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.286.html#urls_wd2
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.286.html#the-link_fpwd-toc
Current content per affected section:
http://dev.w3.org/html5/pubnotes/Overview.html#datatemplate_fpwd-toc
http://dev.w3.org/html5/pubnotes/Overview.html#the-img_wd2-toc
http://dev.w3.org/html5/pubnotes/Overview.html#the-embed_wd2
http://dev.w3.org/html5/pubnotes/Overview.html#relationship0_wd2
http://dev.w3.org/html5/pubnotes/Overview.html#media_wd2
http://dev.w3.org/html5/pubnotes/Overview.html#urls_wd2
http://dev.w3.org/html5/pubnotes/Overview.html#the-link_fpwd-toc
Previously published WD content per affected section:
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#datatemplate_fpwd-toc
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-img_wd2-toc
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-embed_wd2
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#relationship0_wd2
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#media_wd2
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#urls_wd2
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-link_fpwd-toc
Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html
http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.285&r2=1.286&f=h
http://html5.org/tools/web-apps-tracker?from=1786&to=1787
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -r1.285 -r1.286
--- Overview.html 1 Jul 2008 23:32:22 -0000 1.285
+++ Overview.html 2 Jul 2008 00:18:29 -0000 1.286
@@ -138,7 +138,7 @@
</li>
<li id="the-embed_wd2-toc"><a href="#the-embed_wd2">Section 4.7.4, The embed element</a>
</li>
-<li id="the-object_wd2-toc"><a href="#the-object_wd2">Section 3.12.5, The object element</a>
+<li id="the-object_wd2-toc"><a href="#the-object_wd2">Section 4.7.5, The object element</a>
</li>
<li id="video_wd2-toc"><a href="#video_wd2">Section 4.7.7, The video element</a>
</li>
@@ -762,7 +762,7 @@
content.</q></p>
</blockquote>
<p>Also note the throughout the draft, a number of
- instances of the terms “URI”, “IRI”, and “address”
+ instances of the terms “URI”, and “IRI”
have now been replaced with the term “URL” or with
statements about resolving a URL to obtain an absolute
URL.</p>
@@ -1074,11 +1074,11 @@
</ul>
</div>
<div id="the-object_wd2" class="section">
- <h2>Section 3.12.5, The object element <a class="hash" href="#the-object_wd2">#</a> <a class="toc-bak" href="#the-object_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-object">Section 3.12.5, The object element</a>” in the
+ <h2>Section 4.7.5, The object element <a class="hash" href="#the-object_wd2">#</a> <a class="toc-bak" href="#the-object_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-object">Section 4.7.5, The object element</a>” in the
current “Editor’s Draft”
version of the specification.</p><p class="spec-link">View
- “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#the-object">Section 3.12.5, The object element</a>”
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#the-object">Section 4.7.5, The object element</a>”
in a
diff-marked version of the specification, showing
changes made between
@@ -1238,6 +1238,16 @@
<li>In the “Location of the media resource”
subsection, text was added to define the <q>pixel
ratio override</q> of a media resource.</li>
+ <li>In the “Offsets into the media resource”
+ subsection, the introduction to an algorithm was
+ updated to now read (added text highlighted):
+ <q>When any of the start, loopStart, loopEnd, end,
+ playCount, <em class="highlight">and
+ currentLoop</em> DOM attributes change value
+ (either through content attribute mutations
+ reflecting into the DOM attribute, <em class="highlight">if applicable</em>, or <em class="highlight">through</em> direct mutations
+ of the DOM attribute), the user agent must apply
+ the following steps</q>.</li>
</ul>
</div>
<div id="the-canvas_wd2" class="section">
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- Overview.src.html 1 Jul 2008 23:32:22 -0000 1.270
+++ Overview.src.html 2 Jul 2008 00:18:29 -0000 1.271
@@ -249,7 +249,7 @@
content.</q></p>
</blockquote>
<p>Also note the throughout the draft, a number of
- instances of the terms “URI”, “IRI”, and “address”
+ instances of the terms “URI”, and “IRI”
have now been replaced with the term “URL” or with
statements about resolving a URL to obtain an absolute
URL.</p>
@@ -432,7 +432,7 @@
</ul>
</section>
<section id=the-object_wd2>
- <h2>Section 3.12.5, The object element</h2>
+ <h2>Section 4.7.5, The object element</h2>
<p>In this section, the following changes were made:</p>
<ul>
<li>A statement specifying user-agent behavior
@@ -557,6 +557,18 @@
<li>In the “Location of the media resource”
subsection, text was added to define the <q>pixel
ratio override</q> of a media resource.</li>
+ <li>In the “Offsets into the media resource”
+ subsection, the introduction to an algorithm was
+ updated to now read (added text highlighted):
+ <q>When any of the start, loopStart, loopEnd, end,
+ playCount, <em class=highlight>and
+ currentLoop</em> DOM attributes change value
+ (either through content attribute mutations
+ reflecting into the DOM attribute, <em
+ class=highlight>if applicable</em>, or <em
+ class=highlight>through</em> direct mutations
+ of the DOM attribute), the user agent must apply
+ the following steps</q>.</li>
</ul>
</section>
<section id=the-canvas_wd2>
Received on Wednesday, 2 July 2008 00:22:23 UTC