You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
From @darobin on March 11, 2016 14:44
This is similar to #16. The following code actually trips over and errors in the console:
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
The text was updated successfully, but these errors were encountered: