[Webkit-unassigned] [Bug 238437] New: Intl.NumberFormat.formatRange(), Intl.NumberFormat.formatRangeToParts(), and Intl.PluralRules.selectRange() are not available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 27 23:18:27 PDT 2022


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

            Bug ID: 238437
           Summary: Intl.NumberFormat.formatRange(),
                    Intl.NumberFormat.formatRangeToParts(), and
                    Intl.PluralRules.selectRange() are not available
           Product: WebKit
           Version: Safari 15
          Hardware: Mac (Intel)
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: alanodaval at hotmail.com

The release notes for Safari 15.4 mention that Intl.NumberFormat.formatRange(), Intl.NumberFormat.formatRangeToParts(), and Intl.PluralRules.selectRange() have all been added.

https://developer.apple.com/documentation/safari-release-notes/safari-15_4-release-notes

However, doing some simple tests, all of the functions above are undefined

new Intl.NumberFormat('de-DE').formatRange; // undefined
new Intl.NumberFormat('de-DE').formatRangeToParts; // undefined

new Intl.PluralRules('de-DE').selectRange; // undefined

I've tested the other Intl features added in 15.4 but every other feature except these three seem to be implemented correctly

-- 
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/20220328/f638e501/attachment.htm>


More information about the webkit-unassigned mailing list