Skip to content

Commit

Permalink
Use its:dir instead of its:base
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Nov 10, 2023
1 parent 6400fcd commit f5c48e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ <h4>Variable Binding Results</h4>
<dt>RDF Literal <em>S</em> with language <em>L</em> without base direction<br></dt>
<dd><code>&lt;binding&gt;&lt;literal xml:lang="</code><em>L</em><code>"&gt;</code><em>S</em><code>&lt;/literal&gt;&lt;/binding&gt;</code></dd>
<dt>RDF Literal <em>S</em> with language <em>L</em> with base direction <em>L</em><br></dt>
<dd><code>&lt;binding&gt;&lt;literal xml:lang="</code><em>L</em><code>" its:base="</code><em>B</em><code>"&gt;</code><em>S</em><code>&lt;/literal&gt;&lt;/binding&gt;</code></dd>
<dd><code>&lt;binding&gt;&lt;literal xml:lang="</code><em>L</em><code>" its:dir="</code><em>B</em><code>"&gt;</code><em>S</em><code>&lt;/literal&gt;&lt;/binding&gt;</code></dd>
<dt>RDF Typed Literal <em>S</em> with datatype URI <em>D</em><br></dt>
<dd><code>&lt;binding&gt;&lt;literal datatype="</code><em>D</em><code>"&gt;</code><em>S</em><code>&lt;/literal&gt;&lt;/binding&gt;</code></dd>
<dt>Blank Node label <em>I</em><br></dt>
Expand Down

0 comments on commit f5c48e9

Please sign in to comment.