- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 18:22:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv26739
Modified Files:
Overview.html Overview.src.html
Log Message:
1.951 IEEE 754r roundTiesToEven => convertToIntegerTiesToEven
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- Overview.html 9 Jul 2008 13:15:31 -0000 1.306
+++ Overview.html 9 Jul 2008 18:22:42 -0000 1.307
@@ -12,7 +12,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>9 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>10 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.]+) /);
@@ -42,7 +42,7 @@
specification itself or to read through the entire diff
document that shows all the changes..</p>
<div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
- <b>2008-07-09T22:13:43+09:00</b>.</p></div></div>
+ <b>2008-07-10T03:05:53+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -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 9 July 2008 <b>Editor’s Draft</b> of
+ This document is the 10 July 2008 <b>Editor’s Draft</b> of
<cite>HTML 5 Publication Notes</cite>.
Please send comments about this document to
@@ -1549,6 +1549,11 @@
<li>Revisions were made to an example
illustrating the generation of an
<code>ImageData</code> object.</li>
+ <li>A reference to “the IEEE 754r
+ roundTiesToEven rounding mode” was changed
+ to <q>the IEEE 754r
+ convertToIntegerTiesToEven rounding
+ mode</q></li>
</ul>
</li>
</ul>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- Overview.src.html 9 Jul 2008 13:15:31 -0000 1.292
+++ Overview.src.html 9 Jul 2008 18:22:42 -0000 1.293
@@ -819,6 +819,11 @@
<li>Revisions were made to an example
illustrating the generation of an
<code>ImageData</code> object.</li>
+ <li>A reference to “the IEEE 754r
+ roundTiesToEven rounding mode” was changed
+ to <q>the IEEE 754r
+ convertToIntegerTiesToEven rounding
+ mode</q></li>
</ul>
</li>
</ul>
Received on Wednesday, 9 July 2008 18:23:20 UTC