RESOLVED FIXED278075
[JSC] U+2212 MINUS SIGN should be rejected in ISO8601 strings
https://bugs.webkit.org/show_bug.cgi?id=278075
Summary [JSC] U+2212 MINUS SIGN should be rejected in ISO8601 strings
Sosuke Suzuki
Reported 2024-08-13 20:50:30 PDT
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
Attachments
Sosuke Suzuki
Comment 1 2024-08-13 21:06:47 PDT
EWS
Comment 2 2024-08-14 18:49:04 PDT
Committed 282272@main (63415d14935c): <https://commits.webkit.org/282272@main> Reviewed commits have been landed. Closing PR #32168 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-08-14 18:50:12 PDT
Note You need to log in before you can comment on or make changes to this bug.