html5/pubnotes Overview.html,1.272,1.273 Overview.src.html,1.259,1.260

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv19556

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.993 URLification (<canvas>, <script>, <event-source>) (whatwg r1804)


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- Overview.html	29 Jun 2008 17:09:04 -0000	1.272
+++ Overview.html	30 Jun 2008 00:02:55 -0000	1.273
@@ -130,6 +130,12 @@
 </li>
 </ul>
 </li>
+<li id="scripting0_wd2-toc"><a href="#scripting0_wd2">Section 4.10, Scripting</a>
+<ul>
+<li id="the-event-source_wd2-toc"><a href="#the-event-source_wd2">Section 4.10.3, The event-source element</a>
+</li>
+</ul>
+</li>
 </ul>
 </li>
 <li id="web-browsers_wd2-toc"><a href="#web-browsers_wd2">Section 5, Web browsers</a>
@@ -967,6 +973,42 @@
               </div>
             </div>
           </div>
+          <div id="scripting0_wd2" class="section">
+            <h2>Section 4.10, Scripting <a class="hash" href="#scripting0_wd2">#</a> <a class="toc-bak" href="#scripting0_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#scripting0">Section 4.10, Scripting</a>” in the
+        current “Editor’s Draft”
+        version of the specification.</p><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#scripting0">Section 4.10, Scripting</a>” in a
+        diff-marked version of the specification, showing
+        changes made between
+        10 June 2008
+        and 
+        current “Editor’s Draft”.</p></div>
+            <p>This section concerns markup and DOM interfaces
+            that authors use to make use of DOM scripting in Web
+            content.</p>
+            <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
+        current “Editor’s Draft”
+        version of the specification.</p><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 a
+        diff-marked version of the specification, showing
+        changes made between
+        10 June 2008
+        and 
+        current “Editor’s Draft”.</p></div>
+              <p>In this section, the following changes were
+              made:</p>
+              <ul>
+                <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
+                <code class="htmlattribute">src</code>
+                attribute.</li>
+                <li>The <q>add declared event source</q> and
+                <q>remove declared event source</q> algorithms
+                were added.</li>
+              </ul>
+            </div>
+          </div>
         </div>
         <div id="web-browsers_wd2" class="section">
           <h2>Section 5, Web browsers <a class="hash" href="#web-browsers_wd2">#</a> <a class="toc-bak" href="#web-browsers_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#web-browsers">Section 5, Web browsers</a>” in the

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- Overview.src.html	29 Jun 2008 17:09:04 -0000	1.259
+++ Overview.src.html	30 Jun 2008 00:02:56 -0000	1.260
@@ -449,6 +449,29 @@
               </section>
             </section>
           </section>
+          <section id=scripting0_wd2>
+            <h2>Section 4.10, Scripting</h2>
+            <p>This section concerns markup and DOM interfaces
+            that authors use to make use of DOM scripting in Web
+            content.</p>
+            <section id=the-event-source_wd2>
+              <h2>Section 4.10.3, The event-source element</h2>
+              <p>In this section, the following changes were
+              made:</p>
+              <ul>
+                <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
+                <code class=htmlattribute>src</code>
+                attribute.</li>
+                <li>The <q>add declared event source</q> and
+                <q>remove declared event source</q> algorithms
+                were added.</li>
+              </ul>
+            </section>
+          </section>
         </section>
         <section id=web-browsers_wd2>
           <h2>Section 5, Web browsers</h2>

Received on Monday, 30 June 2008 00:03:32 UTC