form
form copied to clipboard
Use HTML5 boolean attribute syntax
Replace attributes like required="required" with just required.
Possible BC break in that __call no longer sets the value to the same
value as the method/attribute name automatically, instead calls like
$element->banana() will just add a banana attribute, not
banana="banana" like previously.
:+1: