You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Address name and literal equality
This change defines equality as discussed in the 2024-09-09 teleconference in the following ways:
- It defines _name_ equality as being under NFC
- It defines _literal_ equality as explicitly **not** under NFC
- It moves _name_ before _identifier_ in that section of text to avoid a forward definition.
Note that this deviates from discussion in 2024-09-09's call in that we didn't discuss literals at length. It also doesn't discuss non-name/non-literal values, which I'll point out are limited to ASCII sequences such as keywords.
* Typo fix
* Add a note about not requiring implementations to actually normalize
* Implement changes dicussed in 2024-09-16 call.
- Make _key_ require NFC for uniqueness/comparison
- Add a note about NFC
- Make _literal_ **_not_** define equality
- Make text in _name_ identical to that in _key_ for consistency
* Update formatting.md to include keys in NFC
* Address comments
* Update spec/syntax.md
Co-authored-by: Eemeli Aro <[email protected]>
* Update spec/syntax.md
Co-authored-by: Eemeli Aro <[email protected]>
---------
Co-authored-by: Eemeli Aro <[email protected]>
0 commit comments