We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88e7d91 + f5e6eee commit 77bcf6eCopy full SHA for 77bcf6e
index.html
@@ -255,6 +255,9 @@ <h3><dfn>Literal</dfn> interface</h3>
255
<p>
256
<dfn>direction</dfn> is not falsy if the string is a directional language-tagged string.
257
In this case, the <code>direction</code> MUST be either be <code>"ltr"</code> or <code>"rtl"</code>.
258
+ Implementations supporting this feature should use an empty string when no direction is given.
259
+ <code>null</code> or <code>undefined</code> values are allowed to maintain compatibility with legacy
260
+ implementations.
261
</p>
262
263
<dfn>datatype</dfn> a <code>NamedNode</code> whose IRI represents the datatype of the literal.
0 commit comments