Forum Moderators: open
###
B.3.4 Boolean attributes
Authors should be aware that many user agents only recognize the minimized form of boolean attributes and not the full form.
For instance, authors may want to specify: <OPTION selected> instead of <OPTION selected="selected">
###
I didn't know about that at all. Do you guys all code your HTML according to the guideline above?