Skip to content

Commit

Permalink
minor editorial tweaks -- capitalisation, etc
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@174 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2006
1 parent 3321e2f commit 38f9b26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<h1 id=web-applications>Web Applications 1.0</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 20 October 2006</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 21 October 2006</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -184,8 +184,8 @@
</span>DOMTokenString</a>
</ul>

<li><a href="#the-document"><span class=secno>2.4. </span>The document
<span title=WIP>[WIP]</span></a>
<li><a href="#the-document"><span class=secno>2.4. </span>The
document</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 @@ -2221,8 +2221,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
href="#domtokenstring0">DOMTokenString</a></code> interface must stringify
to the object's underlying string representation.

<h3 id=the-document><span class=secno>2.4. </span>The document <a
href="#wip" title=WIP>[WIP]</a></h3>
<h3 id=the-document><span class=secno>2.4. </span>The document</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 @@ -2273,7 +2272,7 @@ 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);
<span title=big-issue>// lots of other stuff to come</span><!--
<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
--><!-- XXX see e.g. http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/Document.cpp
--><!-- XXX see e.g. http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/html/HTMLDocument.cpp
Expand All @@ -2294,7 +2293,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
of <a href="#the-head0">the <code>head</code> element</a>, if there is
one, or null otherwise.

<p><dfn id=the-body0>the body element</dfn> of a document is the first
<p><dfn id=the-body0>The body element</dfn> of a document is the first
child of <a href="#the-html0">the <code>html</code> element</a> that is
either a <code><a href="#body1">body</a></code> element or a
<code>frameset</code> element. If there is no such element, it is null. If
Expand Down
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..



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

<p>Every XML and HTML document in an HTML UA is represented by a
<code>Document</code> object. <a
Expand Down Expand Up @@ -1335,7 +1335,7 @@ 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);
<span title="big-issue">// lots of other stuff to come</span><!--
<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
--><!-- XXX see e.g. http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/Document.cpp
--><!-- XXX see e.g. http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/html/HTMLDocument.cpp
Expand All @@ -1356,7 +1356,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<code>head</code> element</span>, if there is one, or null
otherwise.</p>

<p><dfn>the body element</dfn> of a document is the first child of
<p><dfn>The body element</dfn> of a document is the first child of
<span>the <code>html</code> element</span> that is either a
<code>body</code> element or a <code>frameset</code> element. If
there is no such element, it is null. If the body element is null,
Expand Down

0 comments on commit 38f9b26

Please sign in to comment.