File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ the following steps are taken:
319319
320320#### Option Resolution
321321
322- The result of resolving _option_ values is a mapping of string identifiers to values.
322+ The result of resolving _option_ values is an unordered mapping of string identifiers to values.
323323
324324For each _option_:
325325
Original file line number Diff line number Diff line change @@ -571,6 +571,8 @@ and from each other by whitespace.
571571Each _option_'s _identifier_ MUST be unique within the _annotation_:
572572an _annotation_ with duplicate _option_ _identifiers_ is not valid.
573573
574+ The order of _options_ is not significant.
575+
574576```abnf
575577option = identifier [s] "=" [s] (literal / variable)
576578```
@@ -772,6 +774,9 @@ The _value_ of an _attribute_ can be either a _literal_ or a _variable_.
772774Multiple _attributes_ are permitted in an _expression_ or _markup_.
773775Each _attribute_ is separated by whitespace.
774776
777+ The order of _attributes_ is not significant.
778+
779+
775780```abnf
776781attribute = "@" identifier [[s] "=" [s] (literal / variable)]
777782```
You can’t perform that action at this time.
0 commit comments