xref "child"
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Thu, 28 Jul 2011 13:31:42 -0600
changeset 463 5b6f2e76a4c0
parent 462 0085e593a27b
child 464 653eb3ce2461
xref "child"

I noticed the missing xref when Michael A. Puls II was confused about
the line:
http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-July/032666.html
editing.html
source.html
--- a/editing.html	Thu Jul 28 13:25:06 2011 -0600
+++ b/editing.html	Thu Jul 28 13:31:42 2011 -0600
@@ -748,7 +748,7 @@
 
 <p>An <dfn id=editing-host>editing host</dfn> 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 either an <code class=external data-anolis-spec=domcore><a href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#element>Element</a></code> with
 a <code class=external data-anolis-spec=html title=attr-contenteditable><a href=http://www.whatwg.org/html/#attr-contenteditable>contenteditable</a></code>
-attribute set to the true state, or the <code class=external data-anolis-spec=domcore><a href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#element>Element</a></code> child of a <code class=external data-anolis-spec=domcore><a href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document>Document</a></code>
+attribute set to the true state, or the <code class=external data-anolis-spec=domcore><a href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#element>Element</a></code> <a class=external data-anolis-spec=domcore href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-tree-child title=concept-tree-child>child</a> of a <code class=external data-anolis-spec=domcore><a href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document>Document</a></code>
 whose <code class=external data-anolis-spec=html><a href=http://www.whatwg.org/html/#designmode>designMode</a></code> is enabled.
 
 <p>Something is <dfn id=editable>editable</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> which is not an
--- a/source.html	Thu Jul 28 13:25:06 2011 -0600
+++ b/source.html	Thu Jul 28 13:31:42 2011 -0600
@@ -696,7 +696,7 @@
 
 <p>An <dfn>editing host</dfn> is a [[node]] that is either an [[element]] with
 a <code data-anolis-spec=html title=attr-contenteditable>contenteditable</code>
-attribute set to the true state, or the [[element]] child of a [[document]]
+attribute set to the true state, or the [[element]] [[child]] of a [[document]]
 whose <code data-anolis-spec=html>designMode</code> is enabled.
 
 <p>Something is <dfn>editable</dfn> if it is a [[node]] which is not an