hixie: typo (whatwg r6623)

hixie: typo (whatwg r6623)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5309&r2=1.5310&f=h
http://html5.org/tools/web-apps-tracker?from=6622&to=6623

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5309
retrieving revision 1.5310
diff -u -d -r1.5309 -r1.5310
--- Overview.html 4 Oct 2011 17:00:57 -0000 1.5309
+++ Overview.html 4 Oct 2011 19:21:53 -0000 1.5310
@@ -37489,8 +37489,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>

Received on Tuesday, 4 October 2011 19:22:11 UTC