Skip to content

Commit 6aad447

Browse files
macchiatiaphillipseemeli
authored
Add calendar and numberingSystem options to date/time (#949)
* add calendar and numberingSystem options to date/time * Update spec/registry.md Co-authored-by: Eemeli Aro <[email protected]> --------- Co-authored-by: Addison Phillips <[email protected]> Co-authored-by: Eemeli Aro <[email protected]>
1 parent 960f800 commit 6aad447

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

spec/registry.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,20 +1095,30 @@ For more information, see [Working with Timezones](https://w3c.github.io/timezon
10951095
> Support for these extensions is expected to be required in the post-tech preview.
10961096
> See: https://datatracker.ietf.org/doc/draft-ietf-sedate-datetime-extended/
10971097
1098+
10981099
### Date and Time Override Options
10991100
11001101
**_<dfn>Date/time override options</dfn>_** are _options_ that allow an _expression_ to
11011102
override values set by the current locale,
11021103
or provided by the _formatting context_ (such as the default time zone),
11031104
or embedded in an implementation-defined date/time _operand_ value.
11041105
1105-
The following REQUIRED option and its values MUST be available on
1106+
The following _option_ and its values are REQUIRED to be available on
11061107
the functions `:datetime` and `:time`:
11071108
11081109
- `hour12`
11091110
- `true`
11101111
- `false`
11111112
1113+
The following _options_ and their values are RECOMMENDED to be available on
1114+
the functions `:datetime`, `:date`, and `:time`.
1115+
1116+
- `calendar`
1117+
- valid [Unicode Calendar Identifier](https://cldr-smoke.unicode.org/spec/main/ldml/tr35.html#UnicodeCalendarIdentifier)
1118+
- `numberingSystem`
1119+
- valid [Unicode Number System Identifier](https://cldr-smoke.unicode.org/spec/main/ldml/tr35.html#UnicodeNumberSystemIdentifier)
1120+
11121121
> [!NOTE]
1113-
> These options do not have default values because they are only to be used
1122+
> These _options_ do not have default values because they are only to be used
11141123
> as overrides for locale-and-value dependent implementation-defined defaults.
1124+

0 commit comments

Comments
 (0)