Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧 Updates List of boolean attributes to follow spec #4325

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

ekwoka
Copy link
Contributor

@ekwoka ekwoka commented Jul 29, 2024

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.

Not included is credentialess which is a draft attribute, but is supported by everything except FireFox.

@calebporzio calebporzio merged commit 081816f into alpinejs:main Jul 29, 2024
1 check passed
@calebporzio
Copy link
Collaborator

great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants