Methinks someone didn't think the XHTML standard through too carefully. Pop quiz: how many of the following input boxes aren't disabled?
- <input type="text" />
- <input type="text" disabled="disabled" />
- <input type="text" disabled="enabled" />
- <input type="text" disabled="true" />
- <input type="text" disabled="false" />
- <input type="text" disabled="bloody stupid language design" />
Spec vs Browsers
cwest on 2004-08-13T21:30:22
Spec says 5.
Browsers say 1.
Yeah, it's annoying.
Aristotle on 2004-08-14T18:47:36
I would guess 2.
But one of them is doubtful.