hixie: xref (whatwg r4146)

hixie: xref (whatwg r4146)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3294&r2=1.3295&f=h
http://html5.org/tools/web-apps-tracker?from=4145&to=4146

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3294
retrieving revision 1.3295
diff -u -d -r1.3294 -r1.3295
--- Overview.html 16 Oct 2009 01:32:20 -0000 1.3294
+++ Overview.html 16 Oct 2009 05:43:31 -0000 1.3295
@@ -7849,7 +7849,7 @@
 
    <p>Its DOM looks like the following:</p>
 
-   <ul class="domTree"><li class="t1"><code><a href="#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">Hello </span><li class="t1"><code><a href="#the-a-element">a</a></code> <span class="t2"><code class="attribute name">href</code>="<code class="attribute value">world.html</code>"</span><ul><li class="t1"><code><a href="#the-em-element">em</a></code><ul><li class="t3"><code>#text</code>: <span title="">wonderful</span></ul><li class="t3"><code>#text</code>: <span title=""> world</span></ul><li class="t3"><code>#text</code>: <span title="">!</span></ul></ul><p>The content model of the <code><a href="#the-a-element">a</a></code> element is
+   <ul class="domTree"><li class="t1"><code><a href="#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">Hello </span><li class="t1"><code><a href="#the-a-element">a</a></code> <span class="t2" title=""><code class="attribute name">href</code>="<code class="attribute value">world.html</code>"</span><ul><li class="t1"><code><a href="#the-em-element">em</a></code><ul><li class="t3"><code>#text</code>: <span title="">wonderful</span></ul><li class="t3"><code>#text</code>: <span title=""> world</span></ul><li class="t3"><code>#text</code>: <span title="">!</span></ul></ul><p>The content model of the <code><a href="#the-a-element">a</a></code> element is
    <a href="#transparent">transparent</a>. To see if its contents are conforming,
    therefore, the element is replaced by its contents:</p>

Received on Friday, 16 October 2009 05:44:19 UTC