pubnotes/Overview.html 1.273 1804 1.993 URLification (<canvas>, <script

1.993 URLification (<canvas>, <script>, <event-source>) (whatwg r1804)
(changed by: Michael Smith)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.273.html#the-2d_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.273.html#network_fpwd-toc
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.273.html#the-2d_wd2-toc

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

Previously published WD content per affected section: 
  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/#network_fpwd-toc
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-2d_wd2-toc

Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html

http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.272&r2=1.273&f=h

http://html5.org/tools/web-apps-tracker?from=1803&to=1804

===================================================================
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:05:34 UTC