pubnotes/Overview.html 1.307 1.951 IEEE 754r roundTiesToEven => convert

1.951 IEEE 754r roundTiesToEven => convertToIntegerTiesToEven (changed
by: Michael Smith)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.307.html#abstract
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.307.html#the-2d_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.307.html#latestED
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.307.html#dom_wd2

Current content per affected section: 
  http://dev.w3.org/html5/pubnotes/Overview.html#abstract
  http://dev.w3.org/html5/pubnotes/Overview.html#the-2d_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#latestED
  http://dev.w3.org/html5/pubnotes/Overview.html#dom_wd2

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#abstract
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-2d_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#latestED
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#dom_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.306&r2=1.307&f=h

===================================================================
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:26:22 UTC