- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Jan 2011 12:43:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv13344
Modified Files:
Overview.html Overview.src.html
Log Message:
Ms2ger spots mistakes
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Overview.html 12 Jan 2011 12:35:09 -0000 1.114
+++ Overview.html 12 Jan 2011 12:43:14 -0000 1.115
@@ -1179,10 +1179,6 @@
<p><code>activeElement</code> and <code>hasFocus</code> to determine
which element is currently focused and whether the <code>Document</code>
has focus respectively.
-
- <li>
- <p><code>getSelection()</code> which returns an object that represents
- the current selection(s).
</ul>
<h3 id=htmlelement-extensions><span class=secno>4.2. </span>Extensions to
@@ -1250,6 +1246,11 @@
be submitted to the server as well.
</ul>
+ <p>The <code>getSelection()</code> API moved to a separate <a
+ href="http://html5.org/specs/dom-range.html">DOM Range</a> draft.
+ Similarly <code>UndoManager</code> has been removed from the W3C copy of
+ HTML5 for now as it is not ready yet.
+
<h3 id=changes-2010-06-24><span class=secno>5.2. </span>Changes from 24
June 2010 to 19 October 2010</h3>
<!-- rev 5108 - 5642 -->
@@ -1966,11 +1967,12 @@
Futomi Hatano<!-- 羽田野太巳 -->, Gordon P. Hemsley, Henri Sivonen,
James Graham, Jens Meiert, Jeremy Keith, Jürgen Jeka, Krijn Hoetmer,
Leif Halvard Silli, Maciej Stachowiak, Marcos Caceres, Mark Pilgrim,
- Martijn Wargers, Martyn Haigh, Masataka Yakura, Michael Smith, Olivier
- Gendrin, Øistein E. Andersen, Philip Jägenstedt, Philip
- Taylor, Randy Peterman, Simon Pieters, Toby Inkster, and Yngve Spjeld
- Landro for their contributions to this document as well as to all the
- people who have contributed to HTML5 over the years for improving the Web!
+ Martijn Wargers, Martyn Haigh, Masataka Yakura, Michael Smith,
+ <i>Ms2ger</i>, Olivier Gendrin, Øistein E. Andersen, Philip
+ Jägenstedt, Philip Taylor, Randy Peterman, Simon Pieters, Toby
+ Inkster, and Yngve Spjeld Landro for their contributions to this document
+ as well as to all the people who have contributed to HTML5 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.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Overview.src.html 12 Jan 2011 12:35:10 -0000 1.92
+++ Overview.src.html 12 Jan 2011 12:43:14 -0000 1.93
@@ -989,9 +989,6 @@
<li><p><code>activeElement</code> and <code>hasFocus</code> to determine
which element is currently focused and whether the <code>Document</code>
has focus respectively.
-
- <li><p><code>getSelection()</code> which returns an object that represents
- the current selection(s).
</ul>
@@ -1054,6 +1051,11 @@
will be submitted to the server as well.</li>
</ul>
+ <p>The <code>getSelection()</code> API moved to a separate
+ <a href="http://html5.org/specs/dom-range.html">DOM Range</a> draft.
+ Similarly <code>UndoManager</code> has been removed from the W3C copy of
+ HTML5 for now as it is not ready yet.</p>
+
<h3 id="changes-2010-06-24">Changes from 24 June 2010 to 19 October 2010</h3> <!-- rev 5108 - 5642 -->
@@ -1613,6 +1615,7 @@
Martyn Haigh,
Masataka Yakura,
Michael Smith,
+ <i>Ms2ger</i>,
Olivier Gendrin,
Øistein E. Andersen,
Philip Jägenstedt,
Received on Wednesday, 12 January 2011 12:43:19 UTC