[whatwg] [wf2] HTMLLegendElement member

Why does HTMLLegendElement have several DOM attributes/methods that are defines
as being form control specific? Why not just drop them from the interface?

The same is more or less true for the HTMLOutputElement (although that is a
control).

You also get things like that it says that all members of the object that
validity returns must return false, while the checkValidity() which is defined
in terms of validity must return true.

(There is also a markup error in 7.5. Additions specific to the
HTMLFieldsetElement  interface.)

Cheers,

Anne


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Friday, 2 December 2005 05:34:37 UTC