Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes the rdf:XMLLiteral canonical mapping. #97

Merged
merged 1 commit into from
Aug 1, 2024
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
10 changes: 1 addition & 9 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1479,15 +1479,6 @@ <h3>The <code>rdf:XMLLiteral</code> Datatype</h3>
<li>Return <code>domfrag.{{Node/normalize()}}</code></li>
</ul>
</dd>

<dt id="XMLLiteral-canonical">The canonical mapping</dt>
<dd>defines a
<a data-cite="xmlschema11-2#dt-canonical-mapping">canonical lexical form</a> [[XMLSCHEMA11-2]]
for each member of the value space. The <code>rdf:XMLLiteral</code> canonical mapping is the
<a data-cite="XML-EXC-C14N#def-exclusive-XML-canonicalization-method">exclusive XML canonicalization method</a>
(<em>with comments, with empty
<a data-cite="XML-EXC-C14N#def-InclusiveNamespaces-PrefixList">InclusiveNamespaces PrefixList</a></em>)
[[XML-EXC-C14N]].</dd>
</dl>

<p class="note">Any XML namespace declarations (<code>xmlns</code>),
Expand Down Expand Up @@ -1871,6 +1862,7 @@ <h2>Changes between RDF 1.1 and RDF 1.2</h2>
Implementations can either follow the advice to normalize to lower case,
use the recommended BCP47 format,
or do something else, as long it is performed consistently.</li>
<li>Removed the section on the canonical mapping for the <a>rdf:XMLLiteral</a> datatype.</li>
</ul>

<p class="note">A detailed overview of the differences between RDF versions&nbsp;1.0
Expand Down
Loading