File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -238,12 +238,8 @@ The _function_ `:offset` performs selection as described in [Number Selection](#
238238
239239#### The `:currency` function
240240
241- > [!IMPORTANT]
242- > The _function_ `:currency` has a status of **Draft**.
243- > It is proposed for inclusion in a future release of this specification and is not Stable.
244-
245241The _function_ `:currency` is a _formatter_ for currency values,
246- which are a specialized form of numeric formatting.
242+ which is a specialized form of numeric formatting.
247243
248244##### `:currency` Operands
249245
Original file line number Diff line number Diff line change @@ -73,12 +73,13 @@ Tests for such features have a `tags` array attached to them
7373to mark the features that they rely on.
7474This may include one or more of the following:
7575
76- | Tag | Feature |
77- | ---------- | ------------------------------------------------------------------------- |
78- | `:percent` | The [:percent](../spec/functions/number.md#the-percent-function) function |
79- | `u:dir` | The [u:dir](../spec/u-namespace.md#udir) option |
80- | `u:id` | The [u:id](../spec/u-namespace.md#uid) option |
81- | `u:locale` | The [u:locale](../spec/u-namespace.md#ulocale) option |
76+ | Tag | Feature |
77+ | ----------- | --------------------------------------------------------------------------- |
78+ | `:currency` | The [:currency](../spec/functions/number.md#the-currency-function) function |
79+ | `:percent` | The [:percent](../spec/functions/number.md#the-percent-function) function |
80+ | `u:dir` | The [u:dir](../spec/u-namespace.md#udir) option |
81+ | `u:id` | The [u:id](../spec/u-namespace.md#uid) option |
82+ | `u:locale` | The [u:locale](../spec/u-namespace.md#ulocale) option |
8283
8384## Test Functions
8485
Original file line number Diff line number Diff line change 204204 "type" : " array" ,
205205 "items" : {
206206 "enum" : [
207+ " :currency" ,
207208 " :percent" ,
208209 " u:dir" ,
209210 " u:id" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../../schemas/v0/tests.schema.json" ,
33 "scenario" : " Currency function" ,
4- "description" : " The built-in formatter and selector for currencies." ,
4+ "description" : " The built-in formatter for currencies." ,
55 "defaultTestProperties" : {
6+ "tags" : [" :currency" ],
67 "bidiIsolation" : " none" ,
78 "locale" : " en-US" ,
89 "expErrors" : []
You can’t perform that action at this time.
0 commit comments