kdl-org / kdl

the kdl document language specifications
https://kdl.dev
Other
1.09k stars 61 forks source link

Spec language should consider RTL languages #272

Closed Porges closed 2 years ago

Porges commented 2 years ago

Properties should be interpreted left-to-right, with rightmost properties with identical names overriding earlier properties. That is:

node a=1 a=2

In this example, the node's a value must be 2, not 1.

As written, this would require the following input:

الطاب الطاب=1 الطاب=2

To parse with the property equal to 1, not 2 (as it currently does).

Porges commented 2 years ago

Blurp, this is already covered at the start of the document. 😊

Porges commented 2 years ago

I still think it would be better to re-word these?