form icon indicating copy to clipboard operation
form copied to clipboard

Use HTML5 boolean attribute syntax

Open adamwathan opened this issue 8 years ago • 1 comments

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.

adamwathan avatar Feb 24 '16 03:02 adamwathan

:+1:

jesseleite avatar Feb 24 '16 03:02 jesseleite