[html5] r6623 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13803
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 4 12:18:55 PDT 2011
Author: ianh
Date: 2011-10-04 12:18:53 -0700 (Tue, 04 Oct 2011)
New Revision: 6623
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13803
Modified: complete.html
===================================================================
--- complete.html 2011-10-04 19:08:43 UTC (rev 6622)
+++ complete.html 2011-10-04 19:18:53 UTC (rev 6623)
@@ -49613,8 +49613,8 @@
attribute's behavior depends on whether the <code><a href=#the-option-element>option</a></code>
element is in a <code><a href=#the-select-element>select</a></code> element or not. If the
<code><a href=#the-option-element>option</a></code> has a <code><a href=#the-select-element>select</a></code> element as its parent,
- or has a <code><a href=#the-colgroup-element>colgroup</a></code> element as its parent and that
- <code><a href=#the-colgroup-element>colgroup</a></code> element has a <code><a href=#the-select-element>select</a></code> element as
+ or has a <code><a href=#the-optgroup-element>optgroup</a></code> element as its parent and that
+ <code><a href=#the-optgroup-element>optgroup</a></code> element has a <code><a href=#the-select-element>select</a></code> element as
its parent, then the <code title=dom-option-form><a href=#dom-option-form>form</a></code> IDL
attribute must return the same value as the <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute on that
<code><a href=#the-select-element>select</a></code> element. Otherwise, it must return null.</p>
Modified: index
===================================================================
--- index 2011-10-04 19:08:43 UTC (rev 6622)
+++ index 2011-10-04 19:18:53 UTC (rev 6623)
@@ -49613,8 +49613,8 @@
attribute's behavior depends on whether the <code><a href=#the-option-element>option</a></code>
element is in a <code><a href=#the-select-element>select</a></code> element or not. If the
<code><a href=#the-option-element>option</a></code> has a <code><a href=#the-select-element>select</a></code> element as its parent,
- or has a <code><a href=#the-colgroup-element>colgroup</a></code> element as its parent and that
- <code><a href=#the-colgroup-element>colgroup</a></code> element has a <code><a href=#the-select-element>select</a></code> element as
+ or has a <code><a href=#the-optgroup-element>optgroup</a></code> element as its parent and that
+ <code><a href=#the-optgroup-element>optgroup</a></code> element has a <code><a href=#the-select-element>select</a></code> element as
its parent, then the <code title=dom-option-form><a href=#dom-option-form>form</a></code> IDL
attribute must return the same value as the <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute on that
<code><a href=#the-select-element>select</a></code> element. Otherwise, it must return null.</p>
Modified: source
===================================================================
--- source 2011-10-04 19:08:43 UTC (rev 6622)
+++ source 2011-10-04 19:18:53 UTC (rev 6623)
@@ -55631,8 +55631,8 @@
attribute's behavior depends on whether the <code>option</code>
element is in a <code>select</code> element or not. If the
<code>option</code> has a <code>select</code> element as its parent,
- or has a <code>colgroup</code> element as its parent and that
- <code>colgroup</code> element has a <code>select</code> element as
+ or has a <code>optgroup</code> element as its parent and that
+ <code>optgroup</code> element has a <code>select</code> element as
its parent, then the <code title="dom-option-form">form</code> IDL
attribute must return the same value as the <code
title="dom-fae-form">form</code> IDL attribute on that
More information about the Commit-Watchers
mailing list