-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Preview-FeedbackFeedback gathered during the technical previewFeedback gathered during the technical previewdata modelIssues related to the Interchange Data ModelIssues related to the Interchange Data ModelnormativeIssue affects normative text in the specificationIssue affects normative text in the specification
Description
In the data model descriptions, there is a contradiction whether the Literal object contains a quoted property or not:
- In the JSON schema https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model/message.json and the XML DTD https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model/message.dtd a
quotedproperty is mentioned. - In the data model description https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model/README.md it is not mentioned.
Because of the statement "Implementations MUST NOT distinguish between quoted and unquoted literals that have the same sequence of code points." in https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md, and because of the purpose of the data model is "to allow interchange of the logical representation", I believe this property should be removed. That is, the value property is the unquoted literal.
Metadata
Metadata
Assignees
Labels
Preview-FeedbackFeedback gathered during the technical previewFeedback gathered during the technical previewdata modelIssues related to the Interchange Data ModelIssues related to the Interchange Data ModelnormativeIssue affects normative text in the specificationIssue affects normative text in the specification