Skip to content

Commit

Permalink
add designMode placeholder section; link to that and execCommand in t…
Browse files Browse the repository at this point in the history
…he document section

git-svn-id: http://svn.whatwg.org/webapps@175 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2006
1 parent 38f9b26 commit 706d6ab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
23 changes: 15 additions & 8 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@
<ul class=toc>
<li><a href="#user-editing"><span class=secno>5.3.1. </span>User
editing actions</a>

<li><a href="#making"><span class=secno>5.3.2. </span>Making entire
documents editable</a>
</ul>

<li><a href="#focus"><span class=secno>5.4. </span>Focus <span
Expand Down Expand Up @@ -2268,7 +2271,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#commands0" title=dom-document-commands>commands</a>;

// <a href="#contenteditable" title=contenteditable>editing</a>:
attribute boolean <span title=dom-document-designMode>designMode</span>;
attribute boolean <a href="#designmode" title=dom-document-designMode>designMode</a>;
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);
Expand Down Expand Up @@ -2535,13 +2538,11 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
href="#commands0">commands</a></code> attribute is defined in the section
describing the <a href="#commands">commands processing model</a>.

<p class=big-issue>Need to define the remaining members.</p>
<!--
attribute boolean <span title="dom-document-designMode">designMode</span>;
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);
-->
<p>The <code title=dom-document-designMode><a
href="#designmode">designMode</a></code> attribute and the related <code
title=dom-document-execCommand><a
href="#execcommand">execCommand()</a></code> method are defined in later
sections as well.

<h4 id=dynamic><span class=secno>2.4.1. </span><dfn id=dynamic3>Dynamic
markup insertion</dfn></h4>
Expand Down Expand Up @@ -13611,6 +13612,12 @@ user reload must be equivalent to .reload()
href="#a-selection">the selection</a> followed by a request to break the
block at that position.

<h4 id=making><span class=secno>5.3.2. </span>Making entire documents
editable</h4>

<p class=big-issue>This section will define document.<dfn id=designmode
title=dom-document-designMode><code>designMode</code></dfn>.

<h3 id=focus><span class=secno>5.4. </span>Focus <a href="#wip"
title=WIP>[WIP]</a></h3>

Expand Down
16 changes: 9 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -1594,13 +1594,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
is defined in the section describing the <a
href="#commands">commands processing model</a>.</p>

<p class="big-issue">Need to define the remaining members.</p><!--
attribute boolean <span title="dom-document-designMode">designMode</span>;
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);
-->

<p>The <code title="dom-document-designMode">designMode</code>
attribute and the related <code
title="dom-document-execCommand">execCommand()</code> method are
defined in later sections as well.</p>


<h4><dfn>Dynamic markup insertion</dfn></h4>
Expand Down Expand Up @@ -12188,6 +12185,11 @@ user reload must be equivalent to .reload()
by a request to break the block at that position.</p>


<h4>Making entire documents editable</h4>

<p class="big-issue">This section will define document.<dfn
title="dom-document-designMode"><code>designMode</code></dfn>.</p>



<h3>Focus <span title="WIP">[WIP]</span></h3>
Expand Down

0 comments on commit 706d6ab

Please sign in to comment.