Closed FrankYFTang closed 5 years ago
@zbraniecki @littledan
I followed CLDR's "full", "long", "medium", "short"
. http://www.unicode.org/cldr/charts/34/summary/pl.html#2141
Yep, the mistake was mine! Thanks for fixing this, @FrankYFTang , in #16 .
In the current spect, the range of dateStyle and timeStyle is inconsistent in several places. I saw TWO different set: A. "full", "long", "medium", "short" A-1. In https://tc39.github.io/proposal-intl-datetime-style/#sec-initializedatetimeformat Step 28 and 30 A-2 https://tc39.github.io/proposal-intl-datetime-style/#sec-properties-of-intl-datetimeformat-instances
AND another set B. "full", "long", "short" or "narrow" B-1 https://tc39.github.io/proposal-intl-datetime-style/#sec-date-time-style-pattern intro text, Step 1-a, 2-a,
So... which set should we use? A or B?
Also, In https://tc39.github.io/proposal-intl-datetime-style/#sec-initializedatetimeformat Step 28 and 30, the default argument GetOptions should be given. Currently