Pop quiz

Ovid on 2004-08-13T20:59:45

Methinks someone didn't think the XHTML standard through too carefully. Pop quiz: how many of the following input boxes aren't disabled?

  1. <input type="text" />
  2. <input type="text" disabled="disabled" />
  3. <input type="text" disabled="enabled" />
  4. <input type="text" disabled="true" />
  5. <input type="text" disabled="false" />
  6. <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.