Bug 251675 (pattern-v) - HTML `pattern` attribute should set `v` flag for regular expressions
Summary: HTML `pattern` attribute should set `v` flag for regular expressions
Status: RESOLVED FIXED
Alias: pattern-v
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anne van Kesteren
URL:
Keywords: InRadar
Depends on: regexp-v-flag
Blocks: 255982
  Show dependency treegraph
 
Reported: 2023-02-03 03:58 PST by Mathias Bynens
Modified: 2023-05-19 04:40 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Bynens 2023-02-03 03:58:44 PST
Proposal: https://github.com/whatwg/html/pull/7908

This is similar to when we started enabling the `u` RegExp flag for `pattern` attribute values. Enabling the new `v` flag instead of `u` enables additional functionality.
Comment 1 Radar WebKit Bug Importer 2023-02-10 03:59:18 PST
<rdar://problem/105268069>
Comment 2 Anne van Kesteren 2023-03-31 06:57:16 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12232
Comment 3 EWS 2023-05-19 04:40:11 PDT
Committed 264245@main (092303e2abb1): <https://commits.webkit.org/264245@main>

Reviewed commits have been landed. Closing PR #12232 and removing active labels.