You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tables in Intl.DurationFormat and PartitionDurationFormatPattern have separate columns for Style Slot and Display Slot, making them excessively wide and hindering readability of the rendered PDF (although thankfully not overflowing AFAICT). I think the situation would be improved by replacing DurationFormat [[${Unit}Style]]/[[${Unit}Display]] slot pairs with [[${Unit}Options]] slots containing the { [[Style]], [[Display]] } Records returned by GetDurationUnitOptions:
The tables in Intl.DurationFormat and PartitionDurationFormatPattern have separate columns for Style Slot and Display Slot, making them excessively wide and hindering readability of the rendered PDF (although thankfully not overflowing AFAICT). I think the situation would be improved by replacing DurationFormat [[${Unit}Style]]/[[${Unit}Display]] slot pairs with [[${Unit}Options]] slots containing the { [[Style]], [[Display]] } Records returned by GetDurationUnitOptions:
I expect such a change to simplify the Intl.DurationFormat constructor steps as well.
The text was updated successfully, but these errors were encountered: