Skip to content

Commit dc7b060

Browse files
eemeliaphillips
andauthored
Finalize :currency (#1101)
Co-authored-by: Addison Phillips <[email protected]>
1 parent 3902d3b commit dc7b060

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

spec/functions/number.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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-
245241
The _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

test/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ Tests for such features have a `tags` array attached to them
7373
to mark the features that they rely on.
7474
This 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

test/schemas/v0/tests.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
"type": "array",
205205
"items": {
206206
"enum": [
207+
":currency",
207208
":percent",
208209
"u:dir",
209210
"u:id",

test/tests/functions/currency.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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": []

0 commit comments

Comments
 (0)