- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Jul 2008 23:34:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv1902
Modified Files:
Overview.html Overview.src.html
Log Message:
1.1042 Try to clean up the 'pixelratio' stuff. (whatwg r1853)
Index: Overview.html
===================================================================
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:34:47 UTC