[redland-dev] [Raptor RDF Syntax Library 0000619]: rdf:HTML datatype is ignored

Mantis Bug Tracker mantis-bug-sender at librdf.org
Thu May 4 10:53:39 EDT 2017


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.librdf.org/mantis/view.php?id=619 
====================================================================== 
Reported By:                csarven
Assigned To:                
====================================================================== 
Project:                    Raptor RDF Syntax Library
Issue ID:                   619
Category:                   api
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     new
Syntax Name:                RDFa 
====================================================================== 
Date Submitted:             2017-05-04 07:53
Last Modified:              2017-05-04 07:53
====================================================================== 
Summary:                    rdf:HTML datatype is ignored
Description: 
rdf:HTML datatype ( https://www.w3.org/TR/rdf11-concepts/#section-html ) is
ignored and the processing seems to filter the literal value i.e., removes HTML
and retains the text content.

See also: https://www.w3.org/TR/html-rdfa/#rdfhtml (and DOM 4 which became a
Recommendation: https://www.w3.org/TR/2015/REC-dom-20151119/ )

Steps to Reproduce: 
<div datatype="rdf:HTML>
<p>Hello World</p>
</div>

returns triple with:

"\nHello World\n" (or to that effect)

Expectation is:

"\n<p>Hello World</p>\n"^^rdf:HTML
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2017-05-04 07:53 csarven        New Issue                                    
======================================================================



More information about the redland-dev mailing list