- From: poot <cvsmail@w3.org>
- Date: Wed, 9 Jul 2008 08:35:09 +0900 (JST)
- To: public-html-diffs@w3.org
1.1042 Try to clean up the 'pixelratio' stuff. (whatwg r1853) (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.298.html#status http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.298.html#origin_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.298.html#latestED http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.298.html#video_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.298.html#scripting_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.298.html#documents_fpwd http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.298.html#parsing2_fpwd-toc Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#status http://dev.w3.org/html5/pubnotes/Overview.html#origin_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#latestED http://dev.w3.org/html5/pubnotes/Overview.html#video_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#scripting_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#documents_fpwd http://dev.w3.org/html5/pubnotes/Overview.html#parsing2_fpwd-toc 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/#origin_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#latestED http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#video_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#scripting_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#documents_fpwd http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#parsing2_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.297&r2=1.298&f=h http://html5.org/tools/web-apps-tracker?from=1852&to=1853 =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.297 retrieving revision 1.298 diff -u -d -r1.297 -r1.298 --- Overview.html 8 Jul 2008 04:09:42 -0000 1.297 +++ Overview.html 8 Jul 2008 23:34:10 -0000 1.298 @@ -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>7 July 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>8 July 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 7 July 2008 <b>Editor’s Draft</b> of + This document is the 8 July 2008 <b>Editor’s Draft</b> of <cite>HTML 5 Publication Notes</cite>. Please send comments about this document to @@ -1213,6 +1213,9 @@ <li>Significant revisions were made to the text defining the <q>adjusted aspect ratio</q> of a video.</li> + <li>Revisions were made to the text defining the + <code class="htmlattribute">pixelratio</code> + attribute.</li> <li>Text was added to define the <q>intrinsic height</q> and <q>intrinsic width</q> of a video, as well as to reference the <q>pixel ratio @@ -1639,7 +1642,7 @@ representing the script’s domain in IDNA format” subsection was removed (after being made redundant by the revisions to the text specifying the - <q>serialization of an origin</q>.</li> + <q>serialization of an origin</q>).</li> </ul> </div> <div id="scripting_wd2" class="section"> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.283 retrieving revision 1.284 diff -u -d -r1.283 -r1.284 --- Overview.src.html 8 Jul 2008 04:09:42 -0000 1.283 +++ Overview.src.html 8 Jul 2008 23:34:10 -0000 1.284 @@ -519,6 +519,9 @@ <li>Significant revisions were made to the text defining the <q>adjusted aspect ratio</q> of a video.</li> + <li>Revisions were made to the text defining the + <code class=htmlattribute>pixelratio</code> + attribute.</li> <li>Text was added to define the <q>intrinsic height</q> and <q>intrinsic width</q> of a video, as well as to reference the <q>pixel ratio @@ -849,7 +852,7 @@ representing the script’s domain in IDNA format” subsection was removed (after being made redundant by the revisions to the text specifying the - <q>serialization of an origin</q>.</li> + <q>serialization of an origin</q>).</li> </ul> </section> <section id=scripting_wd2>
Received on Tuesday, 8 July 2008 23:35:47 UTC