Skip to content

Commit

Permalink
Move markers around and make a note more visible
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@149 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 17, 2006
1 parent 5cb31ea commit 4bf8f12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
strings</a>

<li><a href="#common"><span class=secno>2.3. </span>Common DOM
interfaces <span title=TBW>[TBW]</span></a>
interfaces</a>
<ul class=toc>
<li><a href="#collections"><span class=secno>2.3.1.
</span>Collections</a>
Expand All @@ -185,7 +185,7 @@
</ul>

<li><a href="#the-document"><span class=secno>2.4. </span>The document
<span title=TBW>[TBW]</span></a>
<span title=WIP>[WIP]</span></a>
<ul class=toc>
<li><a href="#dynamic"><span class=secno>2.4.1. </span><dfn
id=dynamic2>Dynamic markup insertion</dfn></a>
Expand Down Expand Up @@ -1893,8 +1893,7 @@ and suggestions on this to the list, btw).
"<code>5.0</code>" also supports "<code title="">HTML</code>"
"<code>2.0</code>".

<h3 id=common><span class=secno>2.3. </span>Common DOM interfaces <a
href="#tbw" title=TBW>[TBW]</a></h3>
<h3 id=common><span class=secno>2.3. </span>Common DOM interfaces</h3>

<h4 id=collections><span class=secno>2.3.1. </span>Collections</h4>

Expand Down Expand Up @@ -2188,7 +2187,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
to the object's underlying string representation.

<h3 id=the-document><span class=secno>2.4. </span>The document <a
href="#tbw" title=TBW>[TBW]</a></h3>
href="#wip" title=WIP>[WIP]</a></h3>

<p>Every XML and HTML document in an HTML UA is represented by a
<code>Document</code> object. <a href="#refsDOM3CORE">[DOM3CORE]</a>
Expand Down Expand Up @@ -2239,8 +2238,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
boolean <a href="#execcommand" title=dom-document-execCommand>execCommand</a>(in DOMString commandID);
boolean <a href="#execcommand" title=dom-document-execCommand>execCommand</a>(in DOMString commandID, in boolean doShowUI);
boolean <a href="#execcommand" title=dom-document-execCommand>execCommand</a>(in DOMString commandID, in boolean doShowUI, in DOMString value);
<!-- lots of other stuff to come XXX
see e.g. http://lxr.mozilla.org/seamonkey/source/dom/public/idl/html/nsIDOMNSHTMLDocument.idl -->
<span title=big-issue>// lots of other stuff to come</span>
<!-- XXX see e.g. http://lxr.mozilla.org/seamonkey/source/dom/public/idl/html/nsIDOMNSHTMLDocument.idl -->
};</pre>

<p class=big-issue>Need to define those members; the <code
Expand Down
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ and suggestions on this to the list, btw).
title="">HTML</code>" "<code>2.0</code>".</p>


<h3>Common DOM interfaces <span title="TBW">[TBW]</span></h3>
<h3>Common DOM interfaces</h3>

<h4>Collections</h4>

Expand Down Expand Up @@ -1249,7 +1249,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..



<h3>The document <span title="TBW">[TBW]</span></h3>
<h3>The document <span title="WIP">[WIP]</span></h3>

<p>Every XML and HTML document in an HTML UA is represented by a
<code>Document</code> object. <a
Expand Down Expand Up @@ -1301,8 +1301,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
boolean <span title="dom-document-execCommand">execCommand</span>(in DOMString commandID);
boolean <span title="dom-document-execCommand">execCommand</span>(in DOMString commandID, in boolean doShowUI);
boolean <span title="dom-document-execCommand">execCommand</span>(in DOMString commandID, in boolean doShowUI, in DOMString value);
<!-- lots of other stuff to come XXX
see e.g. http://lxr.mozilla.org/seamonkey/source/dom/public/idl/html/nsIDOMNSHTMLDocument.idl -->
<span title="big-issue">// lots of other stuff to come</span>
<!-- XXX see e.g. http://lxr.mozilla.org/seamonkey/source/dom/public/idl/html/nsIDOMNSHTMLDocument.idl -->
};</pre>

<p class="big-issue">Need to define those members; the <code
Expand Down

0 comments on commit 4bf8f12

Please sign in to comment.