[Webkit-unassigned] [Bug 266866] Dash character in character range breaks <input> pattern regex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 25 07:27:52 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=266866

Anne van Kesteren <annevk at annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Anne van Kesteren <annevk at annevk.nl> ---
Hey Ian, thank you for reporting this. This is an intentional change in behavior: see bug 251675.

You can fix this by escaping - as \\-, although if you set it from script you might need even more backslashes. I suspect \\\\-.

As such closing this as INVALID.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231225/43445340/attachment.htm>


More information about the webkit-unassigned mailing list