Skip to content

Commit

Permalink
[giow] (0) Fix mistakes resulting from earlier checkins (meta, <optio…
Browse files Browse the repository at this point in the history
…n>.label)

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27207
Affected topics: DOM APIs, HTML

git-svn-id: https://svn.whatwg.org/webapps@8871 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 4, 2014
1 parent 86cf490 commit 8b88996
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
16 changes: 9 additions & 7 deletions complete.html
Expand Up @@ -9728,7 +9728,7 @@ <h5 id=pragma-directives>4.2.5.3 Pragma directives</h5>
<tr><td><a href=#attr-meta-http-equiv-set-cookie id=pragma-directives:attr-meta-http-equiv-set-cookie>Cookie setter</a>
<td><code>set-cookie</code>
<td>Non-conforming
<tr><td><span>X-UA-Compatible</span>
<tr><td><a href=#attr-meta-http-equiv-x-ua-compatible id=pragma-directives:attr-meta-http-equiv-x-ua-compatible>X-UA-Compatible</a>
<td><code>x-ua-compatible</code>
<td>
</table>
Expand Down Expand Up @@ -9936,7 +9936,7 @@ <h5 id=pragma-directives>4.2.5.3 Pragma directives</h5>
specifications.</p>

<p>For <code id=pragma-directives:the-meta-element-15><a href=#the-meta-element>meta</a></code> elements with an <code id=pragma-directives:attr-meta-http-equiv-8><a href=#attr-meta-http-equiv>http-equiv</a></code>
attribute in the <span>X-UA-Compatible state</span>, the
attribute in the <a href=#attr-meta-http-equiv-x-ua-compatible id=pragma-directives:attr-meta-http-equiv-x-ua-compatible-2>X-UA-Compatible state</a>, the
<code id=pragma-directives:attr-meta-content-12><a href=#attr-meta-content>content</a></code> attribute must have the value "<code>IE=edge</code>".</p>

<p>User agents are required to ignore this pragma.</p>
Expand Down Expand Up @@ -38481,9 +38481,11 @@ <h4 id=the-option-element>4.10.10 The <dfn><code>option</code></dfn> element</h4
<a href=#reflect id=the-option-element:reflect>reflect</a> the content attribute of the same name. The <dfn id=dom-option-defaultselected><code>defaultSelected</code></dfn> IDL attribute must
<a href=#reflect id=the-option-element:reflect-2>reflect</a> the <code id=the-option-element:attr-option-selected-9><a href=#attr-option-selected>selected</a></code> content attribute.</p>

<p>The <dfn id=dom-option-label><code>label</code></dfn> IDL attribute, on getting, must
return the element's <a href=#concept-option-label id=the-option-element:concept-option-label>label</a>. On setting, the element's
<code id=the-option-element:attr-option-label-7><a href=#attr-option-label>label</a></code> content attribute must be set to the new value.</p>
<p>The <dfn id=dom-option-label><code>label</code></dfn> IDL attribute, on getting, if there
is a <code id=the-option-element:attr-option-label-7><a href=#attr-option-label>label</a></code> content attribute, must return that attribute's
value; otherwise, it must return the element's <a href=#concept-option-label id=the-option-element:concept-option-label>label</a>.
On setting, the element's <code id=the-option-element:attr-option-label-8><a href=#attr-option-label>label</a></code> content attribute must be
set to the new value.</p>

<p>The <dfn id=dom-option-value><code>value</code></dfn> IDL attribute, on getting, must
return the element's <a href=#concept-option-value id=the-option-element:concept-option-value>value</a>. On setting, the element's
Expand Down Expand Up @@ -38640,7 +38642,7 @@ <h4 id=the-textarea-element>4.10.11 The <dfn><code>textarea</code></dfn> element

<p>The <a href=#concept-form-reset-control id=the-textarea-element:concept-form-reset-control>reset algorithm</a> for <code id=the-textarea-element:the-textarea-element-9><a href=#the-textarea-element>textarea</a></code>
elements is to set the element's <a href=#concept-textarea-raw-value id=the-textarea-element:concept-textarea-raw-value-6>raw value</a> to the
value of the element's <code id=the-textarea-element:textcontent-3><a href=#textcontent>textContent</a></code> IDL attribute.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27072" title="When the parser inserts TEXTAREA element, the only chance to set its Raw Value is by the TEXTAREA's [...]">27072</a></div>
value of the element's <code id=the-textarea-element:textcontent-3><a href=#textcontent>textContent</a></code> IDL attribute.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27072" title="When the parser inserts TEXTAREA element, the only chance to set its Raw Value is by the TEXTAREA's [...]">27072</a></div><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27504" title="The reset algorithm does not specify whether or not to set the dirty value flag back to false.">27504</a></div>



Expand Down Expand Up @@ -79782,7 +79784,7 @@ <h4 id=the-select-element-2>14.5.14 The <code id=the-select-element-2:the-select
<p>An <code id=the-select-element-2:the-optgroup-element-2><a href=#the-optgroup-element>optgroup</a></code> element is expected to be rendered by displaying the element's <code id=the-select-element-2:attr-optgroup-label><a href=#attr-optgroup-label>label</a></code> attribute.</p>

<p>An <code id=the-select-element-2:the-option-element><a href=#the-option-element>option</a></code> element is expected to be rendered by displaying the element's <a href=#concept-option-label id=the-select-element-2:concept-option-label>label</a>, indented under its <code id=the-select-element-2:the-optgroup-element-3><a href=#the-optgroup-element>optgroup</a></code> element if it
has one.</p>
has one.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27207" title="Rendering option element with empty label attribute">27207</a></div>

<p>The <dfn id="width-of-the-select's-labels">width of the <code>select</code>'s labels</dfn> is the wider of the width necessary to
render the widest <code id=the-select-element-2:the-optgroup-element-4><a href=#the-optgroup-element>optgroup</a></code>, and the width necessary to render the widest
Expand Down
16 changes: 9 additions & 7 deletions index
Expand Up @@ -9728,7 +9728,7 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
<tr><td><a href=#attr-meta-http-equiv-set-cookie id=pragma-directives:attr-meta-http-equiv-set-cookie>Cookie setter</a>
<td><code>set-cookie</code>
<td>Non-conforming
<tr><td><span>X-UA-Compatible</span>
<tr><td><a href=#attr-meta-http-equiv-x-ua-compatible id=pragma-directives:attr-meta-http-equiv-x-ua-compatible>X-UA-Compatible</a>
<td><code>x-ua-compatible</code>
<td>
</table>
Expand Down Expand Up @@ -9936,7 +9936,7 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
specifications.</p>

<p>For <code id=pragma-directives:the-meta-element-15><a href=#the-meta-element>meta</a></code> elements with an <code id=pragma-directives:attr-meta-http-equiv-8><a href=#attr-meta-http-equiv>http-equiv</a></code>
attribute in the <span>X-UA-Compatible state</span>, the
attribute in the <a href=#attr-meta-http-equiv-x-ua-compatible id=pragma-directives:attr-meta-http-equiv-x-ua-compatible-2>X-UA-Compatible state</a>, the
<code id=pragma-directives:attr-meta-content-12><a href=#attr-meta-content>content</a></code> attribute must have the value "<code>IE=edge</code>".</p>

<p>User agents are required to ignore this pragma.</p>
Expand Down Expand Up @@ -38481,9 +38481,11 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
<a href=#reflect id=the-option-element:reflect>reflect</a> the content attribute of the same name. The <dfn id=dom-option-defaultselected><code>defaultSelected</code></dfn> IDL attribute must
<a href=#reflect id=the-option-element:reflect-2>reflect</a> the <code id=the-option-element:attr-option-selected-9><a href=#attr-option-selected>selected</a></code> content attribute.</p>

<p>The <dfn id=dom-option-label><code>label</code></dfn> IDL attribute, on getting, must
return the element's <a href=#concept-option-label id=the-option-element:concept-option-label>label</a>. On setting, the element's
<code id=the-option-element:attr-option-label-7><a href=#attr-option-label>label</a></code> content attribute must be set to the new value.</p>
<p>The <dfn id=dom-option-label><code>label</code></dfn> IDL attribute, on getting, if there
is a <code id=the-option-element:attr-option-label-7><a href=#attr-option-label>label</a></code> content attribute, must return that attribute's
value; otherwise, it must return the element's <a href=#concept-option-label id=the-option-element:concept-option-label>label</a>.
On setting, the element's <code id=the-option-element:attr-option-label-8><a href=#attr-option-label>label</a></code> content attribute must be
set to the new value.</p>

<p>The <dfn id=dom-option-value><code>value</code></dfn> IDL attribute, on getting, must
return the element's <a href=#concept-option-value id=the-option-element:concept-option-value>value</a>. On setting, the element's
Expand Down Expand Up @@ -38640,7 +38642,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<p>The <a href=#concept-form-reset-control id=the-textarea-element:concept-form-reset-control>reset algorithm</a> for <code id=the-textarea-element:the-textarea-element-9><a href=#the-textarea-element>textarea</a></code>
elements is to set the element's <a href=#concept-textarea-raw-value id=the-textarea-element:concept-textarea-raw-value-6>raw value</a> to the
value of the element's <code id=the-textarea-element:textcontent-3><a href=#textcontent>textContent</a></code> IDL attribute.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27072" title="When the parser inserts TEXTAREA element, the only chance to set its Raw Value is by the TEXTAREA's [...]">27072</a></div>
value of the element's <code id=the-textarea-element:textcontent-3><a href=#textcontent>textContent</a></code> IDL attribute.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27072" title="When the parser inserts TEXTAREA element, the only chance to set its Raw Value is by the TEXTAREA's [...]">27072</a></div><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27504" title="The reset algorithm does not specify whether or not to set the dirty value flag back to false.">27504</a></div>



Expand Down Expand Up @@ -79782,7 +79784,7 @@ select { binding: <i>select</i>; }</pre>
<p>An <code id=the-select-element-2:the-optgroup-element-2><a href=#the-optgroup-element>optgroup</a></code> element is expected to be rendered by displaying the element's <code id=the-select-element-2:attr-optgroup-label><a href=#attr-optgroup-label>label</a></code> attribute.</p>

<p>An <code id=the-select-element-2:the-option-element><a href=#the-option-element>option</a></code> element is expected to be rendered by displaying the element's <a href=#concept-option-label id=the-select-element-2:concept-option-label>label</a>, indented under its <code id=the-select-element-2:the-optgroup-element-3><a href=#the-optgroup-element>optgroup</a></code> element if it
has one.</p>
has one.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27207" title="Rendering option element with empty label attribute">27207</a></div>

<p>The <dfn id="width-of-the-select's-labels">width of the <code>select</code>'s labels</dfn> is the wider of the width necessary to
render the widest <code id=the-select-element-2:the-optgroup-element-4><a href=#the-optgroup-element>optgroup</a></code>, and the width necessary to render the widest
Expand Down
12 changes: 7 additions & 5 deletions source
Expand Up @@ -14169,7 +14169,7 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
<td><code data-x="">set-cookie</code>
<td>Non-conforming
<tr>
<td><span data-x="attr-meta-http-x-ua-compatible">X-UA-Compatible</span>
<td><span data-x="attr-meta-http-equiv-x-ua-compatible">X-UA-Compatible</span>
<td><code data-x="">x-ua-compatible</code>
<td>
</table>
Expand Down Expand Up @@ -14555,7 +14555,7 @@ people expect to have work and what is necessary.
specifications.</p>

<p>For <code>meta</code> elements with an <code data-x="attr-meta-http-equiv">http-equiv</code>
attribute in the <span data-x="attr-meta-http-x-ua-compatible">X-UA-Compatible state</span>, the
attribute in the <span data-x="attr-meta-http-equiv-x-ua-compatible">X-UA-Compatible state</span>, the
<code data-x="attr-meta-content">content</code> attribute must have the value "<code
data-x="">IE=edge</code>".</p>

Expand Down Expand Up @@ -49336,9 +49336,11 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<span>reflect</span> the content attribute of the same name. The <dfn><code data-x="dom-option-defaultSelected">defaultSelected</code></dfn> IDL attribute must
<span>reflect</span> the <code data-x="attr-option-selected">selected</code> content attribute.</p>

<p>The <dfn><code data-x="dom-option-label">label</code></dfn> IDL attribute, on getting, must
return the element's <span data-x="concept-option-label">label</span>. On setting, the element's
<code data-x="attr-option-label">label</code> content attribute must be set to the new value.</p>
<p>The <dfn><code data-x="dom-option-label">label</code></dfn> IDL attribute, on getting, if there
is a <code data-x="attr-option-label">label</code> content attribute, must return that attribute's
value; otherwise, it must return the element's <span data-x="concept-option-label">label</span>.
On setting, the element's <code data-x="attr-option-label">label</code> content attribute must be
set to the new value.</p>

<p>The <dfn><code data-x="dom-option-value">value</code></dfn> IDL attribute, on getting, must
return the element's <span data-x="concept-option-value">value</span>. On setting, the element's
Expand Down

0 comments on commit 8b88996

Please sign in to comment.