Skip to content

datatype rdf:HTML not properly handled #13

Description

@gkellogg

From @darobin on March 11, 2016 14:44

This is similar to #16. The following code actually trips over and errors in the console:

<span vocab="http://schema.org/" typeof="Document">
  <span property="dc:title" datatype="rdf:HTML">RDFa <b>1.1</b> Primer</span>
</span>

What's going on is that the value is actually a DOM node. It tries to figure out what to do with it by looking at its type; but of course the DOM node doesn't have one. So it tries to escape it as a string, which simply doesn't work.

Copied from original issue: rdfa/rdfa-website#52

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions