tc39 / proposal-intl-relative-time

`Intl.RelativeTimeFormat` specification [draft]
http://tc39.github.io/proposal-intl-relative-time/
215 stars 24 forks source link

Ambiguous Polyfills section in docs #111

Closed catamphetamine closed 5 years ago

catamphetamine commented 5 years ago

A recent documentation change by @longlho is confusing because there're now three links to different polyfills and readers are gonna be confused about why is there so many and which one to choose in which circumstances. The documentation change doesn't provide any help to the reader on that. Perhaps @longlho should come up with a comparison table of some kind that would ease the confusion for the readers. cc @wessberg perhaps you'd be interested in making a comparison with the "@formatjs" polyfill too.

littledan commented 5 years ago

Comparison between the polyfills would be great. I haven't done a detailed comparison myself. PRs wanted!

catamphetamine commented 5 years ago

@littledan Ok, I'll do it then. See this PR: https://github.com/tc39/proposal-intl-relative-time/pull/112