- From: poot <cvsmail@w3.org>
- Date: Mon, 30 Jun 2008 09:23:57 +0900 (JST)
- To: public-html-diffs@w3.org
1.990 statement about fetching resource identified by object@data (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.274.html#status http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.274.html#the-footer_fpwd-toc http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.274.html#the-img_wd2-toc http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.274.html#the-embed_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.274.html#footnotes_fpwd-toc http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.274.html#urls_wd2 Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#status http://dev.w3.org/html5/pubnotes/Overview.html#the-footer_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#footnotes_fpwd-toc http://dev.w3.org/html5/pubnotes/Overview.html#urls_wd2 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#status http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-footer_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/#footnotes_fpwd-toc http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#urls_wd2 Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.273&r2=1.274&f=h =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.273 retrieving revision 1.274 diff -u -d -r1.273 -r1.274 --- Overview.html 30 Jun 2008 00:02:55 -0000 1.273 +++ Overview.html 30 Jun 2008 00:21:53 -0000 1.274 @@ -13,7 +13,7 @@ </head> <body><div class="head"><div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C" /></a></div><h1>HTML 5 Publication Notes</h1><h2> W3C - Editor’s Draft <em>29 June 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript"> + Editor’s Draft <em>30 June 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript"> var id = "$Id$"; var a = document.getElementById('cvsVersionLink'); var xs = id.match(/ ([0-9]\.[0-9.]+) /); @@ -52,7 +52,7 @@ report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/. </em></p><p> - This document is the 29 June 2008 <b>Editor’s Draft</b> of + This document is the 30 June 2008 <b>Editor’s Draft</b> of <cite>HTML 5 Publication Notes</cite>. Please send comments about this document to @@ -116,6 +116,8 @@ </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> <li id="video_wd2-toc"><a href="#video_wd2">Section 4.7.7, The video element</a> </li> <li id="the-source_wd2-toc"><a href="#the-source_wd2">Section 4.7.9, The source element</a> @@ -680,8 +682,10 @@ content.</q></p> </blockquote> <p>Also note the throughout the draft, a number of - instances of the terms “URI” and “IRI” have now been - replaced with the term “URL”.</p> + instances of the terms “URI”, “IRI”, and “address” + have now been replaced with the term “URL” or with + statements about resolving a URL to obtain an absolute + URL.</p> </div> </div> <div id="semantics_wd2" class="section"> @@ -783,6 +787,25 @@ than “downloading”).</li> </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 + current “Editor’s Draft” + version of the specification.</p><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 a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>In this section, the following changes were made:</p> + <ul> + <li>A statement specifying user-agent behavior + when the <code class="htmlattribute">data</code> + attribute is present had read “Begin a load for + the resource”; that statement was changed to read, + <q>Fetch the resource specified by the data + attribute.</q></li> + </ul> + </div> <div id="video_wd2" class="section"> <h2>Section 4.7.7, The video element <a class="hash" href="#video_wd2">#</a> <a class="toc-bak" href="#video_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#video">Section 4.7.7, The video element</a>” in the current “Editor’s Draft” Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.260 retrieving revision 1.261 diff -u -d -r1.260 -r1.261 --- Overview.src.html 30 Jun 2008 00:02:56 -0000 1.260 +++ Overview.src.html 30 Jun 2008 00:21:54 -0000 1.261 @@ -232,8 +232,10 @@ content.</q></p> </blockquote> <p>Also note the throughout the draft, a number of - instances of the terms “URI” and “IRI” have now been - replaced with the term “URL”.</p> + instances of the terms “URI”, “IRI”, and “address” + have now been replaced with the term “URL” or with + statements about resolving a URL to obtain an absolute + URL.</p> </section> </section> <section id=semantics_wd2> @@ -293,6 +295,18 @@ than “downloading”).</li> </ul> </section> + <section id=the-object_wd2> + <h2>Section 3.12.5, The object element</h2> + <p>In this section, the following changes were made:</p> + <ul> + <li>A statement specifying user-agent behavior + when the <code class=htmlattribute>data</code> + attribute is present had read “Begin a load for + the resource”; that statement was changed to read, + <q>Fetch the resource specified by the data + attribute.</q></li> + </ul> + </section> <section id=video_wd2> <h2>Section 4.7.7, The video element</h2> <p>In this section, the following changes were made:</p>
Received on Monday, 30 June 2008 00:24:36 UTC