-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add durationFormat compat table #15033
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Usually we only add new features when there is any implementation, so this doesn't yet meet the bar.
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Hey @romulocintra, thank you for your patience on this! We have decided not to include features that have no compatibility in BCD. A spec may implement a feature, but then rename or remove it before any browsers implement it, thus leaving a leftover statement in BCD. Would you be down to research if any browsers support this feature now? If not, I'd be happy to look into it and follow up! |
Hi Thanks for having a look at it, maybe we can hold back this PR, looks like implementations will take more than expected, first due to some cross-proposal dependencies that were sorted out recently but look like we still have a couple of months ahead of landing in an engine. MDN PR it's on hold for the same reason mdn/content#11817 |
This is in Safari 16.4. We an accept this PR now. https://webkit.org/blog/13966/webkit-features-in-safari-16-4/ |
Co-authored-by: Florian Scholz <fs@florianscholz.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this creating a new folder intl
instead of putting it in the existing folder Intl
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like it is but this seems like it might've been a Git screwup. I've just pushed a fix that moves the file into the existing folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this misses entries for supportedLocalesOf
and resolvedOptions
These two are still missing, |
Summary
Add Browser compact for Intl.DurationFormat API
Test results and supporting details
Test are failing for the regex "spec_url": "https://tc39.es/proposal-intl-duration-format"
Related issues