-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add commandfor & command attributes to HTMLButtonElement #9841
Open
keithamus
wants to merge
21
commits into
whatwg:main
Choose a base branch
from
keithamus:add-invoke
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+514
−72
Commits on Nov 8, 2024
-
Add commandfor & command attributes to HTMLButtonElement
This adds the commandfor & command attributes and a "command" event using the CommandEvent interface. Button activation checks if the button has a "commandfor" target and if so performs invoker command behaviour depending on command and the target element. This introduces 1 new IDLs: - CommandEvent: A new event that has `action` and `source`. And extends the HTMLButtonElement IDL to introduce `command` and `commandfor` Things NOT covered in this commit that are included in the proposal (whatwg#9625): - Default per element behaviours for anything beyond popover & dialog, this will be dealt with in subsequent individual commits. - `interestaction` and `interesttarget`.
Configuration menu - View commit details
-
Copy full SHA for ece6a7a - Browse repository at this point
Copy the full SHA ece6a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449b84f - Browse repository at this point
Copy the full SHA 449b84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25cb9bb - Browse repository at this point
Copy the full SHA 25cb9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8910fca - Browse repository at this point
Copy the full SHA 8910fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4787019 - Browse repository at this point
Copy the full SHA 4787019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa9256 - Browse repository at this point
Copy the full SHA 6fa9256View commit details -
drop definitions for attributes mapping to idl definitions
This was incorrect
Configuration menu - View commit details
-
Copy full SHA for 1c64d6c - Browse repository at this point
Copy the full SHA 1c64d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d873b56 - Browse repository at this point
Copy the full SHA d873b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c2355 - Browse repository at this point
Copy the full SHA c2c2355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9392612 - Browse repository at this point
Copy the full SHA 9392612View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc2d54 - Browse repository at this point
Copy the full SHA ccc2d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba5dd6 - Browse repository at this point
Copy the full SHA 0ba5dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d2ad94 - Browse repository at this point
Copy the full SHA 1d2ad94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afda9a - Browse repository at this point
Copy the full SHA 2afda9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f734eb8 - Browse repository at this point
Copy the full SHA f734eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f9723 - Browse repository at this point
Copy the full SHA e3f9723View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cdd0b4d - Browse repository at this point
Copy the full SHA cdd0b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d897bd8 - Browse repository at this point
Copy the full SHA d897bd8View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37b8ed3 - Browse repository at this point
Copy the full SHA 37b8ed3View commit details -
expand type getter steps to ensure "submit" is only returned for vali…
…d submit buttons
Configuration menu - View commit details
-
Copy full SHA for 87d9efb - Browse repository at this point
Copy the full SHA 87d9efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88dd314 - Browse repository at this point
Copy the full SHA 88dd314View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.