Remove mutability check from legacy activation behaviors#5827
Merged
domenic merged 2 commits intowhatwg:masterfrom Aug 17, 2020
Merged
Remove mutability check from legacy activation behaviors#5827domenic merged 2 commits intowhatwg:masterfrom
domenic merged 2 commits intowhatwg:masterfrom
Conversation
domenic
approved these changes
Aug 14, 2020
Member
domenic
left a comment
There was a problem hiding this comment.
This LGTM!
Would you mind fixing minor editorial issues with the previous PR that I missed?
and is not in Checkbox nor Radio, then return
should be
and is not in the Checkbox state and is not in the Radio state, then return.
domenic
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Aug 17, 2020
Corresponds to whatwg/html#5827.
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Aug 25, 2020
…s, a=testonly Automatic update from web-platform-tests Add tests for legacy-activation-behaviors Corresponds to whatwg/html#5827. -- wpt-commits: a7a7d482821337441dd86d508f8664b1c0a87146 wpt-pr: 25020
ambroff
pushed a commit
to ambroff/gecko
that referenced
this pull request
Nov 4, 2020
…s, a=testonly Automatic update from web-platform-tests Add tests for legacy-activation-behaviors Corresponds to whatwg/html#5827. -- wpt-commits: a7a7d482821337441dd86d508f8664b1c0a87146 wpt-pr: 25020
bhearsum
pushed a commit
to mozilla-releng/staging-firefox
that referenced
this pull request
May 1, 2025
…s, a=testonly Automatic update from web-platform-tests Add tests for legacy-activation-behaviors Corresponds to whatwg/html#5827. -- wpt-commits: a7a7d482821337441dd86d508f8664b1c0a87146 wpt-pr: 25020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Followup from #5805.
(See WHATWG Working Mode: Changes for more details.)
cc @domenic
/input.html ( diff )