[Webkit-unassigned] [Bug 278207] New: [JSC] Disallow sub-minute in TimeZoneAnnotation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 15 19:32:46 PDT 2024


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

            Bug ID: 278207
           Summary: [JSC] Disallow sub-minute in TimeZoneAnnotation
           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

According to the latest specification of Temporal[1][2][3], sub-minute values cannot be written in
    the UTCOffset of a TimeZoneAnnotation within an ISO8601 string.

    However, in the current JSC, even if a sub-minute value is written in the TimeZoneAnnotation, no
    RangeError is thrown.

    [1]: https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation
    [2]: https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier
    [3]: https://tc39.es/proposal-temporal/#prod-UTCOffset

-- 
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/20240816/33eaac63/attachment.htm>


More information about the webkit-unassigned mailing list