Skip to content

Commit 86c261a

Browse files
committed
Select "Match on variables instead of expressions" for selection-declarations
1 parent ffb69ac commit 86c261a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

exploration/selection-declaration.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Effect of Selectors on Subsequent Placeholders
22

3-
Status: **Proposed**
3+
Status: **Accepted**
44

55
<details>
66
<summary>Metadata</summary>
@@ -10,7 +10,8 @@ Status: **Proposed**
1010
<dt>First proposed</dt>
1111
<dd>2024-03-27</dd>
1212
<dt>Pull Requests</dt>
13-
<dd>#000</dd>
13+
<dd><a href="https://github.com/unicode-org/message-format-wg/pull/755">#755</a></dd>
14+
<dd><a href="https://github.com/unicode-org/message-format-wg/pull/824">#824</a></dd>
1415
</dl>
1516
</details>
1617

@@ -149,14 +150,11 @@ _What prior decisions and existing conditions limit the possible design?_
149150

150151
## Proposed Design
151152

152-
_Describe the proposed solution. Consider syntax, formatting, errors, registry, tooling, interchange._
153+
The design alternative [Match on variables instead of expressions](#match-on-variables-instead-of-expressions)
154+
described below is selected.
153155

154156
## Alternatives Considered
155157

156-
_What other solutions are available?_
157-
_How do they compare against the requirements?_
158-
_What other properties they have?_
159-
160158
### Do nothing
161159

162160
In this alternative, selectors are independent of declarations.

0 commit comments

Comments
 (0)