-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Mark invokers tests as non-tentative #42664
Mark invokers tests as non-tentative #42664
Conversation
I would mark this PR as draft until the spec PR lands. |
No need to mark as draft. It just needs a label. |
858bcd8
to
e549cce
Compare
It looks like this needs rebasing. |
e549cce
to
236540a
Compare
It's a bit weird to have this in an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! These look good and we can land these along with the PR, but I'm assuming that these do not cover the type
getter of the button
element as we discussed that today. And they might also not cover the command
getter in as much detail as is needed? E.g., does it handle OPEN
becoming open
, blah
becoming null, --BLAH
staying --BLAH
?
c91d397
to
4f9bb1c
Compare
4f9bb1c
to
e07be3a
Compare
See related spec PR whatwg/html#9841
e07be3a
to
97c05b7
Compare
I don't understand what the state of this is. I don't see the referenceTarget folder being changed here and #50542 is an empty PR that does not address my comment. |
@annevk the referencetarget folder has been changed here: https://github.com/web-platform-tests/wpt/pull/42664/files#diff-5a639ea163375c81575b92d7e9c07e7875d8f21beaac1daf1b1e743dd93d5cc8. @lukewarlow's comments are out of date with the current state of this branch. To address your comments:
This PR renames
Yes these are all covered in wpt/html/semantics/the-button-element/command-and-commandfor/command-reflection.html Lines 24 to 35 in 97c05b7
'sHoW-MoDaL' will reflect as 'show-modal' while '--cUsToM' will reflect as '--cUsToM' . I'd consider this resolved as well.
|
Apologies, the tests were uploaded separately (via chrome sync iirc) so that PR isn't needed anymore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
It's extremely hard to figure those kind of things out from a force push so next time consider leaving a comment detailing the state of the PR.
See related spec PR whatwg/html#9841