Add XXX for selectAll
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 19 Aug 2011 13:23:06 -0600
changeset 545 57010626d9b8
parent 544 1c80b43d4c31
child 546 34d2c60c8a42
Add XXX for selectAll
editing.html
source.html
--- 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-&mdash;-last-update-18-august-2011>Work in Progress &mdash; Last Update 18 August 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-&mdash;-last-update-19-august-2011>Work in Progress &mdash; Last Update 19 August 2011</h2>
 <dl>
  <dt>Editor
  <dd>Aryeh Gregor &lt;<a href=mailto:ayg@aryeh.name>ayg@aryeh.name</a>&gt;
@@ -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>.