Skip to content

Unreviewed scope increase: <input pattern> supporting RegExp v #345

Closed
@zcorpan

Description

@zcorpan

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 the v flag on RegExp).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions