- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jun 2008 05:09:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv5672
Modified Files:
ChangeLog Overview.html Overview.src.html
Log Message:
1.917 'hashed reference' -> 'hash-name reference' (whatwg r1728)
Index: ChangeLog
===================================================================
RCS file: /sources/public/html5/pubnotes/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog 9 Jun 2008 04:59:44 -0000 1.6
+++ ChangeLog 9 Jun 2008 05:09:30 -0000 1.7
@@ -1,3 +1,8 @@
+2008-06-09 13:59 mike
+
+ * ChangeLog (1.6), Overview.html (1.231), Overview.src.html
+ (1.225): r1.912 "onbeforeprint and onafterprint (whatwg r1724)"
+
2008-06-07 16:10 mike
* ChangeLog (1.5), Overview.html (1.230), Overview.src.html
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -d -r1.231 -r1.232
--- Overview.html 9 Jun 2008 04:59:44 -0000 1.231
+++ Overview.html 9 Jun 2008 05:09:30 -0000 1.232
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css" />
</head><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 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>9 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.]+) /);
@@ -44,7 +44,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 June 2008 <b>Editor’s Draft</b> of
+ This document is the 9 June 2008 <b>Editor’s Draft</b> of
<cite>HTML 5 Publication Notes</cite>.
Please send comments about this document to
@@ -435,8 +435,7 @@
is provided, then all values are
conforming.</q></p></blockquote></li>
<li>In the “References” section, instances of the
- phrase “hashed ID reference” were changed to “hashed
- reference”.</li>
+ phrase “hashed ID reference” were changed to “hash-name reference”.</li>
</ul>
</div>
<div id="definitions" class="section">
@@ -1726,8 +1725,7 @@
<div id="image-maps" class="section">
<h2>Section 3.12.14, Image maps</h2>
<p>In this section, some instances of the phrase
- “hashed ID reference” were changed to “hashed
- reference”.</p>
+ “hashed ID reference” were changed to “hash-name reference”.</p>
</div>
<div id="mathml" class="section">
<h2>Section 3.12.15 [new], MathML</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Overview.src.html 9 Jun 2008 04:59:44 -0000 1.225
+++ Overview.src.html 9 Jun 2008 05:09:30 -0000 1.226
@@ -418,8 +418,7 @@
is provided, then all values are
conforming.</q></p></blockquote></li>
<li>In the “References” section, instances of the
- phrase “hashed ID reference” were changed to “hashed
- reference”.</li>
+ phrase “hashed ID reference” were changed to “hash-name reference”.</li>
</ul>
</section>
<section id=definitions>
@@ -1731,8 +1730,7 @@
<section id=image-maps>
<h2>Section 3.12.14, Image maps</h2>
<p>In this section, some instances of the phrase
- “hashed ID reference” were changed to “hashed
- reference”.</p>
+ “hashed ID reference” were changed to “hash-name reference”.</p>
</section>
<section id=mathml>
<h2>Section 3.12.15 [new], MathML</h2>
Received on Monday, 9 June 2008 05:10:07 UTC