- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Jul 2008 12:12:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv1084
Modified Files:
Overview.html Overview.src.html
Log Message:
1.1052 1863 Rename <event-source> to <eventsource>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -d -r1.319 -r1.320
--- Overview.html 18 Jul 2008 06:06:29 -0000 1.319
+++ Overview.html 18 Jul 2008 12:11:57 -0000 1.320
@@ -36,7 +36,7 @@
of the changes without necessarily needing to read the
specification itself.</p>
<div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
- <b>2008-07-18T15:05:44+09:00</b>.</p></div></div>
+ <b>2008-07-18T21:07:12+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -166,7 +166,7 @@
<ul>
<li id="script_wd2-toc"><a href="#script_wd2">Section 4.10.1, The script element</a>
</li>
-<li id="the-event-source_wd2-toc"><a href="#the-event-source_wd2">Section 4.10.3, The event-source element</a>
+<li id="the-event-source_wd2-toc"><a href="#the-event-source_wd2">Section 4.10.3, The eventsource element</a>
</li>
</ul>
</li>
@@ -1783,11 +1783,11 @@
</ul>
</div>
<div id="the-event-source_wd2" class="section">
- <h2>Section 4.10.3, The event-source element <a class="hash" href="#the-event-source_wd2">#</a> <a class="toc-bak" href="#the-event-source_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-event-source">Section 4.10.3, The event-source element</a>” in the
+ <h2>Section 4.10.3, The eventsource element <a class="hash" href="#the-event-source_wd2">#</a> <a class="toc-bak" href="#the-event-source_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-event-source">Section 4.10.3, The eventsource element</a>” in the
current “Editor’s Draft”
version of the specification.</p><p class="spec-link">View
- “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#the-event-source">Section 4.10.3, The event-source element</a>”
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#the-event-source">Section 4.10.3, The eventsource element</a>”
in a
diff-marked version of the specification, showing
changes made between
@@ -1797,10 +1797,16 @@
<p>In this section, the following changes were
made:</p>
<ul>
+ <li>The element was renamed to
+ <code class="element">eventsource</code>
+ (it had been “event-source” in previous
+ drafts.</li>
<li>For consistency with the conformance
requirements specified in the “URLs” section,
extensive revisions were made to text that
- concerns handling of the value of the <code class="element">event-source</code> element’s
+ concerns handling of the value of the
+ <code class="element">eventsource</code>
+ element’s
<code class="htmlattribute">src</code>
attribute.</li>
<li>The <q>add declared event source</q> and
@@ -2546,7 +2552,7 @@
<ul>
<li>In the “Elements” subsection, the
<code class="element">command</code>,
- <code class="element">event-source</code>,
+ <code class="element">eventsource</code>,
and
<code class="element">source</code>
elements were added to the list of <b>void
@@ -2622,7 +2628,7 @@
<code class="element">datagrid</code>,
<code class="element">details</code>,
<code class="element">dialog</code>,
- <code class="element">event-source</code>,
+ <code class="element">eventsource</code>,
<code class="element">figure</code>,
<code class="element">footer</code>,
<code class="element">header</code>,
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- Overview.src.html 18 Jul 2008 06:06:29 -0000 1.311
+++ Overview.src.html 18 Jul 2008 12:11:58 -0000 1.312
@@ -964,15 +964,20 @@
</ul>
</section>
<section id=the-event-source_wd2>
- <h2>Section 4.10.3, The event-source element</h2>
+ <h2>Section 4.10.3, The eventsource element</h2>
<p>In this section, the following changes were
made:</p>
<ul>
+ <li>The element was renamed to
+ <code class=element>eventsource</code>
+ (it had been “event-source” in previous
+ drafts.</li>
<li>For consistency with the conformance
requirements specified in the “URLs” section,
extensive revisions were made to text that
- concerns handling of the value of the <code
- class=element>event-source</code> element’s
+ concerns handling of the value of the
+ <code class=element>eventsource</code>
+ element’s
<code class=htmlattribute>src</code>
attribute.</li>
<li>The <q>add declared event source</q> and
@@ -1496,7 +1501,7 @@
<ul>
<li>In the “Elements” subsection, the
<code class=element>command</code>,
- <code class=element>event-source</code>,
+ <code class=element>eventsource</code>,
and
<code class=element>source</code>
elements were added to the list of <b>void
@@ -1562,7 +1567,7 @@
<code class=element>datagrid</code>,
<code class=element>details</code>,
<code class=element>dialog</code>,
- <code class=element>event-source</code>,
+ <code class=element>eventsource</code>,
<code class=element>figure</code>,
<code class=element>footer</code>,
<code class=element>header</code>,
Received on Friday, 18 July 2008 12:12:36 UTC