Skip to content

Commit

Permalink
[e] (0) typo fix in href
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@651 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 1, 2007
1 parent db1f0cc commit 6f1dfe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -5504,8 +5504,8 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
purposes of determining if an element matches its content model or not, <a
href="#text-node" title="text node"><code>CDATASection</code> nodes in the
DOM are treated as equivalent to <code>Text</code> nodes</a>, and <a
href=entity-references>entity reference nodes are treated as if they were
expanded in place</a>.
href="#entity-references">entity reference nodes are treated as if they
were expanded in place</a>.

<p>The <a href="#space" title="space character">space characters</a> are
always allowed between elements. User agents represent these characters
Expand Down
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4367,7 +4367,7 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
content model or not, <span title="text
node"><code>CDATASection</code> nodes in the DOM are treated as
equivalent to <code>Text</code> nodes</span>, and <a
href="entity-references">entity reference nodes are treated as if
href="#entity-references">entity reference nodes are treated as if
they were expanded in place</a>.</p>

<p>The <span title="space character">space characters</span> are
Expand Down Expand Up @@ -22909,9 +22909,9 @@ MAYBE WANT
by a request to break the block at that position.</p>


<h4 id="designMode">Making entire documents editable</h4>
<h4>Making entire documents editable</h4>

<p>Documents have a <dfn
<p>Documents have a <dfn id="designMode"
title="dom-document-designMode"><code>designMode</code></dfn>, which
can be either enabled or disabled.</p>

Expand Down

0 comments on commit 6f1dfe0

Please sign in to comment.