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
There's a high chance of text directions to be added in RDF 1.2, so that string literals can indicate their direction (relevant I18N).
This issue is a place do discuss how we want to cope with this at RDF/JS data model-level.
In order to cope with this, we should add a new field to literals (e.g. direction), which may either be 'ltr' or 'rtl'.
The datafactory will also have to be modified to cope with this.
If we make direction optional, this should be fully backwards-compatible.
There's a high chance of text directions to be added in RDF 1.2, so that string literals can indicate their direction (relevant I18N).
This issue is a place do discuss how we want to cope with this at RDF/JS data model-level.
In order to cope with this, we should add a new field to literals (e.g.
direction
), which may either be'ltr'
or'rtl'
.The datafactory will also have to be modified to cope with this.
If we make
direction
optional, this should be fully backwards-compatible.w3c/rdf-concepts#9
The text was updated successfully, but these errors were encountered: