-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unreviewed scope increase: <input pattern> supporting RegExp v #345
Labels
Comments
zcorpan
added
the
test-change-proposal
Proposal to add or remove tests for an interop area
label
May 25, 2023
cc @mathiasbynens. If it's easy to split these tests out, that would be the most expedient I think. |
I've asked @mathiasbynens and we have no strong opinion. I would go with whatever is easiest for everyone involved, and I think splitting like in web-platform-tests/wpt#40343 is easiest. |
zcorpan
added a commit
to web-platform-tests/wpt
that referenced
this issue
Jun 5, 2023
@gsnedders @nt1m fyi |
Seems fine to me either way, no strong opinion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Test List
https://wpt.fyi/results/html/semantics/forms/the-input-element/pattern_attribute.html?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2022-forms%20or%20label%3Ainterop-2023-forms
Rationale
RegExp v flag wasn't in scope for Interop 2023. The new subtests for whatwg/html#7908 added in web-platform-tests/wpt#38547 currently fail in Firefox and Safari.
<input pattern> supports set difference syntax
<input pattern> supports string literal syntax
<input pattern> enables the RegExp v flag
We could either remove this test file from Interop (since no other subtests fail), or split into two files, or mark the new tests with
assert_implements_optional
(maybe feature-checking support for thev
flag on RegExp).The text was updated successfully, but these errors were encountered: