[Webkit-unassigned] [Bug 151598] New: HTML `pattern` attribute should set `u` flag for regular expressions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 25 02:27:31 PST 2015


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

            Bug ID: 151598
           Summary: HTML `pattern` attribute should set `u` flag for
                    regular expressions
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mathias at qiwi.be

As soon as support for the `u` flag is completed, it should be enabled for the HTML `pattern` attribute as well.

Spec: https://html.spec.whatwg.org/multipage/forms.html#the-pattern-attribute

“If an input element has a pattern attribute specified, and the attribute's value, when compiled as a JavaScript regular expression with only the "u" flag specified, compiles successfully, then the resulting regular expression is the element's compiled pattern regular expression. If the element has no such attribute, or if the value doesn't compile successfully, then the element has no compiled pattern regular expression.”

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151125/f6f9880c/attachment.html>


More information about the webkit-unassigned mailing list