- From: poot <cvsmail@w3.org>
- Date: Sat, 1 Aug 2009 19:21:12 +0900 (JST)
- To: public-html-diffs@w3.org
annevk: eventsource is obsolete; thanks krijn\!
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.74&r2=1.75&f=h
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- Overview.html 1 Aug 2009 09:55:38 -0000 1.74
+++ Overview.html 1 Aug 2009 10:20:54 -0000 1.75
@@ -594,12 +594,6 @@
<li>
<p><code>keygen</code> represents control for key pair generation.
- </li>
- <!--
- <li><p><code>eventsource</code> is used to set up a
- persistent connection with a server of which messages (events) can be
- received.</p></li>
- -->
<li>
<p><code>bb</code> represents a user agent command that the user can
@@ -824,8 +818,7 @@
<p>HTML 5 also makes all event handler attributes from HTML 4
that take the form <code>on<var>event-name</var></code> global attributes
and adds several new event handler attributes for new events it defines,
- such as the <code>onmessage</code> attribute which can be used together
- with the new <code>eventsource</code> element and the cross-document
+ such as the <code>message</code> event which is used by the cross-document
messaging API.
<h3 id=changed-elements><span class=secno>3.3 </span>Changed Elements</h3>
@@ -1105,19 +1098,12 @@
<code>contenteditable</code> attribute.
<li>Drag & drop API in combination with a <code>draggable</code>
- attribute.</li>
- <!--
- <li>Web Socket API.</li>
- -->
+ attribute.
<li>API that exposes the history and allows pages to add to it to prevent
breaking the back button.
- <li>Cross-document messaging.</li>
- <!--
- <li>Server-sent events in combination with the new
- <code>eventsource</code> element.</li>
- -->
+ <li>Cross-document messaging.
</ul>
<h3 id=htmldocument-extensions><span class=secno>4.1 </span>Extensions to
@@ -1763,11 +1749,11 @@
<p>The editor would like to thank Ben Millard, Cameron McCormack, Charles
McCathieNevile, Dan Connolly, David Håsäther, Frank Ellermann,
Gordon P. Hemsley, Henri Sivonen, James Graham, Jens Meiert, Jürgen
- Jeka, Maciej Stachowiak, Mark Pilgrim, Martijn Wargers, Martyn Haigh,
- Masataka Yakura, Michael Smith, Olivier Gendrin, Øistein E.
- Andersen, Philip Taylor and Simon Pieters for their contributions to this
- document as well as to all the people who have contributed to HTML 5
- over the years for improving the Web!
+ Jeka, Krijn Hoetmer, Maciej Stachowiak, Mark Pilgrim, Martijn Wargers,
+ Martyn Haigh, Masataka Yakura, Michael Smith, Olivier Gendrin,
+ Øistein E. Andersen, Philip Taylor and Simon Pieters for their
+ contributions to this document as well as to all the people who have
+ contributed to HTML 5 over the years for improving the Web!
<h2 class=no-num id=references>References</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.src.html 1 Aug 2009 09:55:38 -0000 1.52
+++ Overview.src.html 1 Aug 2009 10:20:54 -0000 1.53
@@ -502,12 +502,6 @@
<li><p><code>keygen</code> represents control for key pair
generation.</p></li>
- <!--
- <li><p><code>eventsource</code> is used to set up a
- persistent connection with a server of which messages (events) can be
- received.</p></li>
- -->
-
<li><p><code>bb</code> represents a user agent command that the user
can invoke.</p></li>
@@ -709,11 +703,11 @@
</ul>
- <p>HTML 5 also makes all event handler attributes from HTML 4 that
- take the form <code>on<var>event-name</var></code> global attributes and
- adds several new event handler attributes for new events it defines, such as
- the <code>onmessage</code> attribute which can be used together with the new
- <code>eventsource</code> element and the cross-document messaging API.</p>
+ <p>HTML 5 also makes all event handler attributes from HTML 4
+ that take the form <code>on<var>event-name</var></code> global
+ attributes and adds several new event handler attributes for new events
+ it defines, such as the <code>message</code> event which is used by the
+ cross-document messaging API.</p>
<h3 id="changed-elements">Changed Elements</h3>
@@ -994,19 +988,10 @@
<li>Drag & drop API in combination with a <code>draggable</code>
attribute.</li>
- <!--
- <li>Web Socket API.</li>
- -->
-
<li>API that exposes the history and allows pages to add to it to prevent
breaking the back button.</li>
<li>Cross-document messaging.</li>
-
- <!--
- <li>Server-sent events in combination with the new
- <code>eventsource</code> element.</li>
- -->
</ul>
@@ -1509,6 +1494,7 @@
James Graham,
Jens Meiert,
Jürgen Jeka,
+ Krijn Hoetmer,
Maciej Stachowiak,
Mark Pilgrim,
Martijn Wargers,
Received on Saturday, 1 August 2009 10:21:48 UTC