Skip to content

Commit

Permalink
[e] (0) Sort the various commands alphabetically.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1436 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2008
1 parent 87c5706 commit 250e640
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 297 deletions.
304 changes: 152 additions & 152 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 12 April 2008</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 13 April 2008</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 @@ -36134,101 +36134,6 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=redo0 title=command-redo><code>redo</code></dfn>

<dd><strong>Action:</strong> The user agent must <a href="#redo-moving0"
title=do-redo>move forward one step</a> in its <a
href="#undo-transaction">undo transaction history</a>, restoring the
associated state. If the <a href="#current3">undo position</a> is at the
end of the <a href="#undo-transaction">undo transaction history</a>, the
user agent must do nothing. See the <a href="#undo-history">undo
history</a>.

<dd><strong>Enabled When:</strong> The <a href="#current3">undo
position</a> is not at the end of the <a href="#undo-transaction">undo
transaction history</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> Always false.

<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=selectall0
title=command-selectAll><code>selectAll</code></dfn>

<dd><strong>Action:</strong> The user agent must change the selection so
that all the content in the currently focused <a href="#editing1">editing
host</a> is selected. If no <a href="#editing1">editing host</a> is
focused, then the content of the entire document must be selected.

<dd><strong>Enabled When:</strong> Always.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> Always false.

<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=unselect title=command-unselect><code>unselect</code></dfn>

<dd><strong>Action:</strong> The user agent must change the selection so
that nothing is selected.

<dd><strong>Enabled When:</strong> Always.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> Always false.

<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=superscript
title=command-superscript><code>superscript</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <code><a href="#sup">sup</a></code>
element (or unwrapped, or, if there is no selection, have that semantic
inserted or removed &mdash; the exact behaviour is UA-defined).

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> True if the selection, or the caret, if there
is no selection, is, or is contained within, a <code><a
href="#sup">sup</a></code> element. False otherwise.

<dd><strong>Value:</strong> The string "<code title="">true</code>" if the
expression given for the "State" above is true, the string "<code
title="">false</code>" otherwise.

<dt><dfn id=subscript title=command-subscript><code>subscript</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <em title=""><code><a
href="#sub">sub</a></code></em> element (or, again, unwrapped, or have
that semantic inserted or removed, as defined by the UA).

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> True if the selection, or the caret, if there
is no selection, is, or is contained within, a <code><a
href="#sub">sub</a></code> element. False otherwise.

<dd><strong>Value:</strong> The string "<code title="">true</code>" if the
expression given for the "State" above is true, the string "<code
title="">false</code>" otherwise.

<dt><dfn id=bold title=command-bold><code>bold</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
Expand All @@ -36250,27 +36155,6 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
expression given for the "State" above is true, the string "<code
title="">false</code>" otherwise.

<dt><dfn id=italic title=command-italic><code>italic</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <em title=""><code><a
href="#i">i</a></code></em> element (or, again, unwrapped, or have that
semantic inserted or removed, as defined by the UA).

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> True if the selection, or the caret, if there
is no selection, is, or is contained within, a <code><a
href="#i">i</a></code> element. False otherwise.

<dd><strong>Value:</strong> The string "<code title="">true</code>" if the
expression given for the "State" above is true, the string "<code
title="">false</code>" otherwise.

<dt><dfn id=createlink
title=command-createLink><code>createLink</code></dfn>

Expand All @@ -36296,15 +36180,13 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=unlink title=command-unlink><code>unlink</code></dfn>
<dt><dfn id=delete title=command-delete><code>delete</code></dfn>

<dd><strong>Action:</strong> The user agent must remove all <code><a
href="#a">a</a></code> elements that have <code
title=attr-a-href>href</code> attributes and that are partially or
completely included in the current selection.
<dd><strong>Action:</strong> The user agent must act as if the user had
performed <a href="#contenteditable-delete">a backspace operation</a>.

<dd><strong>Enabled When:</strong> The document has a selection that is
entirely within an <a href="#editing1">editing host</a>.
<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.

<dd><strong>Indeterminate When:</strong> Never.

Expand Down Expand Up @@ -36362,10 +36244,12 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=delete title=command-delete><code>delete</code></dfn>
<dt><dfn id=forwarddelete
title=command-forwardDelete><code>forwardDelete</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
performed <a href="#contenteditable-delete">a backspace operation</a>.
performed <a href="#contenteditable-delete">a forward delete
operation</a>.

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.
Expand All @@ -36377,12 +36261,20 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=forwarddelete
title=command-forwardDelete><code>forwardDelete</code></dfn>
<dt><dfn id=insertimage
title=command-insertImage><code>insertImage</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
performed <a href="#contenteditable-delete">a forward delete
operation</a>.
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <em title=""><code><a
href="#img">img</a></code></em> element (or, again, unwrapped, or have
that semantic inserted or removed, as defined by the UA). If the user
agent creates an <code><a href="#img">img</a></code> element or modifies
an existing <code><a href="#img">img</a></code> element, then if the <var
title="">showUI</var> argument is present and has the value false, then
the value of the <var title="">value</var> argument must be used as the
URI of the image. Otherwise, the user should be prompted for the URI of
the image.

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.
Expand Down Expand Up @@ -36410,12 +36302,14 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=insertparagraph
title=command-insertParagraph><code>insertParagraph</code></dfn>
<dt><dfn id=insertorderedlist
title=command-insertOrderedList><code>insertOrderedList</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
performed a <a href="#contenteditable-breakBlock">break block</a> editing
action.
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <code><a href="#ol">ol</a></code>
element (or unwrapped, or, if there is no selection, have that semantic
inserted or removed &mdash; the exact behaviour is UA-defined).

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.
Expand All @@ -36427,12 +36321,12 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=insertorderedlist
<dt><dfn id=insertorderedlist0
title=command-insertOrderedList><code>insertOrderedList</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <code><a href="#ol">ol</a></code>
wrapped in the semantics</a> of the <code><a href="#ul">ul</a></code>
element (or unwrapped, or, if there is no selection, have that semantic
inserted or removed &mdash; the exact behaviour is UA-defined).

Expand All @@ -36446,14 +36340,12 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=insertorderedlist0
title=command-insertOrderedList><code>insertOrderedList</code></dfn>
<dt><dfn id=insertparagraph
title=command-insertParagraph><code>insertParagraph</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <code><a href="#ul">ul</a></code>
element (or unwrapped, or, if there is no selection, have that semantic
inserted or removed &mdash; the exact behaviour is UA-defined).
performed a <a href="#contenteditable-breakBlock">break block</a> editing
action.

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.
Expand Down Expand Up @@ -36482,26 +36374,134 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=insertimage
title=command-insertImage><code>insertImage</code></dfn>
<dt><dfn id=italic title=command-italic><code>italic</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <em title=""><code><a
href="#img">img</a></code></em> element (or, again, unwrapped, or have
that semantic inserted or removed, as defined by the UA). If the user
agent creates an <code><a href="#img">img</a></code> element or modifies
an existing <code><a href="#img">img</a></code> element, then if the <var
title="">showUI</var> argument is present and has the value false, then
the value of the <var title="">value</var> argument must be used as the
URI of the image. Otherwise, the user should be prompted for the URI of
the image.
href="#i">i</a></code></em> element (or, again, unwrapped, or have that
semantic inserted or removed, as defined by the UA).

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> True if the selection, or the caret, if there
is no selection, is, or is contained within, a <code><a
href="#i">i</a></code> element. False otherwise.

<dd><strong>Value:</strong> The string "<code title="">true</code>" if the
expression given for the "State" above is true, the string "<code
title="">false</code>" otherwise.

<dt><dfn id=redo0 title=command-redo><code>redo</code></dfn>

<dd><strong>Action:</strong> The user agent must <a href="#redo-moving0"
title=do-redo>move forward one step</a> in its <a
href="#undo-transaction">undo transaction history</a>, restoring the
associated state. If the <a href="#current3">undo position</a> is at the
end of the <a href="#undo-transaction">undo transaction history</a>, the
user agent must do nothing. See the <a href="#undo-history">undo
history</a>.

<dd><strong>Enabled When:</strong> The <a href="#current3">undo
position</a> is not at the end of the <a href="#undo-transaction">undo
transaction history</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> Always false.

<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=selectall0
title=command-selectAll><code>selectAll</code></dfn>

<dd><strong>Action:</strong> The user agent must change the selection so
that all the content in the currently focused <a href="#editing1">editing
host</a> is selected. If no <a href="#editing1">editing host</a> is
focused, then the content of the entire document must be selected.

<dd><strong>Enabled When:</strong> Always.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> Always false.

<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=subscript title=command-subscript><code>subscript</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <em title=""><code><a
href="#sub">sub</a></code></em> element (or, again, unwrapped, or have
that semantic inserted or removed, as defined by the UA).

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> True if the selection, or the caret, if there
is no selection, is, or is contained within, a <code><a
href="#sub">sub</a></code> element. False otherwise.

<dd><strong>Value:</strong> The string "<code title="">true</code>" if the
expression given for the "State" above is true, the string "<code
title="">false</code>" otherwise.

<dt><dfn id=superscript
title=command-superscript><code>superscript</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
wrapped in the semantics</a> of the <code><a href="#sup">sup</a></code>
element (or unwrapped, or, if there is no selection, have that semantic
inserted or removed &mdash; the exact behaviour is UA-defined).

<dd><strong>Enabled When:</strong> The document is <a href="#ready">ready
for editing host commands</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> True if the selection, or the caret, if there
is no selection, is, or is contained within, a <code><a
href="#sup">sup</a></code> element. False otherwise.

<dd><strong>Value:</strong> The string "<code title="">true</code>" if the
expression given for the "State" above is true, the string "<code
title="">false</code>" otherwise.

<dt><dfn id=unlink title=command-unlink><code>unlink</code></dfn>

<dd><strong>Action:</strong> The user agent must remove all <code><a
href="#a">a</a></code> elements that have <code
title=attr-a-href>href</code> attributes and that are partially or
completely included in the current selection.

<dd><strong>Enabled When:</strong> The document has a selection that is
entirely within an <a href="#editing1">editing host</a>.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> Always false.

<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=unselect title=command-unselect><code>unselect</code></dfn>

<dd><strong>Action:</strong> The user agent must change the selection so
that nothing is selected.

<dd><strong>Enabled When:</strong> Always.

<dd><strong>Indeterminate When:</strong> Never.

<dd><strong>State:</strong> Always false.

<dd><strong>Value:</strong> Always the string "<code
Expand Down
Loading

0 comments on commit 250e640

Please sign in to comment.