Closed ekwoka closed 3 months ago
This PR simply updates the list of Boolean Attributes to follow updates in the spec, as well as moves the list out of the function and into a set for improved performance (and sorting my alphabet to make updates easier).
The actual attribute changes are
- allowpaymentrequest + inert + shadowrootclonable + shadowrootdelegatesfocus + shadowrootserializable
allowpaymentrequest was deprecated a long time ago, so I vote for removal.
allowpaymentrequest
Not included is credentialess which is a draft attribute, but is supported by everything except FireFox.
credentialess
great, thanks!
This PR simply updates the list of Boolean Attributes to follow updates in the spec, as well as moves the list out of the function and into a set for improved performance (and sorting my alphabet to make updates easier).
The actual attribute changes are
allowpaymentrequest
was deprecated a long time ago, so I vote for removal.Not included is
credentialess
which is a draft attribute, but is supported by everything except FireFox.