--- a/editing.html Thu Aug 18 15:05:30 2011 -0600
+++ b/editing.html Fri Aug 19 13:23:06 2011 -0600
@@ -65,7 +65,7 @@
<body class=draft>
<div class=head id=head>
<h1>HTML Editing APIs</h1>
-<h2 class="no-num no-toc" id=work-in-progress-—-last-update-18-august-2011>Work in Progress — Last Update 18 August 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-—-last-update-19-august-2011>Work in Progress — Last Update 19 August 2011</h2>
<dl>
<dt>Editor
<dd>Aryeh Gregor <<a href=mailto:ayg@aryeh.name>ayg@aryeh.name</a>>
@@ -8839,6 +8839,9 @@
<h3 id=the-selectall-command><dfn>The <code title="">selectAll</code> command</dfn></h3>
+<p class=XXX>This is totally broken: if executed inside an editing host, it has
+to select the editing host contents, not the whole document. See <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=13840">bug</a>.
+
<div class=comments>
<p>Tested using roughly <a href=http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1018>this</a>.
--- a/source.html Thu Aug 18 15:05:30 2011 -0600
+++ b/source.html Fri Aug 19 13:23:06 2011 -0600
@@ -8912,6 +8912,10 @@
<!-- @} -->
<h3><dfn>The <code title>selectAll</code> command</dfn></h3>
<!-- @{ -->
+<p class=XXX>This is totally broken: if executed inside an editing host, it has
+to select the editing host contents, not the whole document. See <a
+href=http://www.w3.org/Bugs/Public/show_bug.cgi?id=13840>bug</a>.
+
<div class=comments>
<p>Tested using roughly <a href=http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1018>this</a>.