Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ <h3><dfn>Literal</dfn> interface</h3>
<p>
<dfn>direction</dfn> is not falsy if the string is a directional language-tagged string.
In this case, the <code>direction</code> MUST be either be <code>"ltr"</code> or <code>"rtl"</code>.
Implementations supporting this feature should use an empty string when no direction is given.
<code>null</code> or <code>undefined</code> values are allowed to maintain compatibility with legacy
implementations.
</p>
<p>
<dfn>datatype</dfn> a <code>NamedNode</code> whose IRI represents the datatype of the literal.
Expand Down