Skip to content

Commit 39911f2

Browse files
eemeliaphillips
andauthored
Apply suggestions from code review
Co-authored-by: Addison Phillips <[email protected]>
1 parent 6bc7fc2 commit 39911f2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spec/attributes/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
77
The Unicode MessageFormat syntax and data model allow for _attributes_
88
to be defined on _expressions_ and _markup_.
9-
These are REQUIRED to have no impact on the formatting of a message,
10-
and are intended to be useful in informing translators and translator tooling
9+
These MUST NOT have any impact on the formatting of a message,
10+
and are intended to inform users, such as translators, and tools
1111
about the specific _expressions_ or _markup_ to which they are attached.
12+
_Attributes_ MAY be stripped from _expressions_ and _markup_
13+
with no effect on the message's formatting.
1214

1315
While the specification does not define how an _attribute_ could be attached
1416
to the _message_ as a whole,
@@ -168,7 +170,6 @@ Should be accompanied by an explanatory `@comment`.
168170
169171
_Value:_ A strictly positive integer, followed by a space, followed by one of the following:
170172
- `chars`
171-
- `bytes`
172173
- `lines`
173174
174175
Limits the length of a _message_.
@@ -195,7 +196,7 @@ _Value_: **TBD**
195196
Documents a _variable_.
196197
197198
> [!NOTE]
198-
> Having a well-defined structure for this tag is pretty important,
199+
> Having a well-defined structure for this attribute is pretty important,
199200
> at least to identify the variable its description is pertaining to.
200201
> In addition to describing the variable in words, it could include:
201202
> - The variable's type -- is it a string, a number, something else?

0 commit comments

Comments
 (0)