[Webkit-unassigned] [Bug 278075] New: [JSC] U+2212 MINUS SIGN should be rejected in ISO8601 strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 13 20:50:30 PDT 2024


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

            Bug ID: 278075
           Summary: [JSC] U+2212 MINUS SIGN should be rejected in ISO8601
                    strings
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aosukeke at gmail.com

In the latest Temporal spec[1], the U+2212 MINUS SIGN cannot be used to represent negative numbers.
    This is consistent with RFC3339[2] and RFC9557[3].

    However, the current JSC allows the U+2212 MINUS SIGN within ISO8601 strings.


    [1]: https://github.com/tc39/proposal-temporal/pull/2856
    [2]: https://www.rfc-editor.org/rfc/rfc3339
    [3]: https://www.rfc-editor.org/rfc/rfc9557

-- 
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/20240814/bfbe6e06/attachment.htm>


More information about the webkit-unassigned mailing list