No, its a boolean, the fact that the attribute is there means required. Its like selected="selected", or checked="checked"
required="true" === required="false" === required="required" selected="true" === selected="false" === selected="selected" Kirk Cerny On Thu, Dec 31, 2009 at 11:18 AM, Wade Preston Shearer <[email protected]> wrote: > On 31 Dec 2009, at 11:14, Kirk Cerny wrote: > >> I came across this issue because an application I was working on had >> required="false" and it was being required in opera and chrome. > > shouldn't: > > 1 == true == required > 0 == false == not required > > …? _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
