Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Update what the label of an <option> is for the purposes o…
…f commands.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13740

git-svn-id: http://svn.whatwg.org/webapps@6656 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 10, 2011
1 parent 1c46dce commit 2978abc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
9 changes: 6 additions & 3 deletions complete.html
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 10 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -54570,8 +54570,11 @@ <h5 id=using-the-option-element-to-define-a-command><span class=secno>4.11.5.4 <

<p>The <a href=#command-facet-label title=command-facet-Label>Label</a> of the command
is the value of the <code><a href=#the-option-element>option</a></code> element's <code title=attr-option-label><a href=#attr-option-label>label</a></code> attribute, if there is one,
or the value of the <code><a href=#the-option-element>option</a></code> element's
<code><a href=#textcontent>textContent</a></code> IDL attribute if there isn't.</p>
or else the value of <code><a href=#the-option-element>option</a></code> element's
<code><a href=#textcontent>textContent</a></code> IDL attribute, with <a href=#strip-leading-and-trailing-whitespace title="strip
leading and trailing whitespace">leading and trailing whitespace
stripped</a>, and with any sequences of two or more <a href=#space-character title="space character">space characters</a> replaced by a single
U+0020 SPACE character.</p>

<p>The <a href=#command-facet-hint title=command-facet-Hint>Hint</a> of the command
is the string given by the element's <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, if any, and the empty
Expand Down
9 changes: 6 additions & 3 deletions index
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 10 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -54570,8 +54570,11 @@ fur

<p>The <a href=#command-facet-label title=command-facet-Label>Label</a> of the command
is the value of the <code><a href=#the-option-element>option</a></code> element's <code title=attr-option-label><a href=#attr-option-label>label</a></code> attribute, if there is one,
or the value of the <code><a href=#the-option-element>option</a></code> element's
<code><a href=#textcontent>textContent</a></code> IDL attribute if there isn't.</p>
or else the value of <code><a href=#the-option-element>option</a></code> element's
<code><a href=#textcontent>textContent</a></code> IDL attribute, with <a href=#strip-leading-and-trailing-whitespace title="strip
leading and trailing whitespace">leading and trailing whitespace
stripped</a>, and with any sequences of two or more <a href=#space-character title="space character">space characters</a> replaced by a single
U+0020 SPACE character.</p>

<p>The <a href=#command-facet-hint title=command-facet-Hint>Hint</a> of the command
is the string given by the element's <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, if any, and the empty
Expand Down
8 changes: 6 additions & 2 deletions source
Expand Up @@ -61495,8 +61495,12 @@ fur
<p>The <span title="command-facet-Label">Label</span> of the command
is the value of the <code>option</code> element's <code
title="attr-option-label">label</code> attribute, if there is one,
or the value of the <code>option</code> element's
<code>textContent</code> IDL attribute if there isn't.</p>
or else the value of <code>option</code> element's
<code>textContent</code> IDL attribute, with <span title="strip
leading and trailing whitespace">leading and trailing whitespace
stripped</span>, and with any sequences of two or more <span
title="space character">space characters</span> replaced by a single
U+0020 SPACE character.</p>

<p>The <span title="command-facet-Hint">Hint</span> of the command
is the string given by the element's <code
Expand Down

0 comments on commit 2978abc

Please sign in to comment.