--- a/editing.html Fri Aug 19 13:59:01 2011 -0600
+++ b/editing.html Sun Aug 28 09:14:18 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-19-august-2011>Work in Progress — Last Update 19 August 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-—-last-update-28-august-2011>Work in Progress — Last Update 28 August 2011</h2>
<dl>
<dt>Editor
<dd>Aryeh Gregor <<a href=mailto:ayg@aryeh.name>ayg@aryeh.name</a>>
@@ -1114,10 +1114,6 @@
<p>Something is <dfn id=invisible>invisible</dfn> if it is a <a class=external data-anolis-spec=domcore href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-node title=concept-node>node</a> that is not
<a href=#visible>visible</a>.
-<p class=XXX>I don't know if the visible/invisible node definitions are really
-the way we want to do things. If they are, they need some adjustment, like to
-handle collapsed whitespace nodes. See <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=13631">bug</a>.
-
<p class=comments>TODO: Reconsider whether we want to lump invisible nodes in
here. If we don't and change the definition, make sure to audit all callers,
since then a block could have collapsed block prop descendants that aren't
--- a/source.html Fri Aug 19 13:59:01 2011 -0600
+++ b/source.html Sun Aug 28 09:14:18 2011 -0600
@@ -1068,11 +1068,6 @@
<p>Something is <dfn>invisible</dfn> if it is a [[node]] that is not
<span>visible</span>.
-<p class=XXX>I don't know if the visible/invisible node definitions are really
-the way we want to do things. If they are, they need some adjustment, like to
-handle collapsed whitespace nodes. See <a
-href=http://www.w3.org/Bugs/Public/show_bug.cgi?id=13631>bug</a>.
-
<p class=comments>TODO: Reconsider whether we want to lump invisible nodes in
here. If we don't and change the definition, make sure to audit all callers,
since then a block could have collapsed block prop descendants that aren't