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
It would be nice if the origin elements are highlighted (or flashed, e.g. using a CSS3 transition) when visualized nodes are hovered or clicked on.
The origin property of a triple (or e.g. document.getElementsBySubject) may provide hooks for this (although origin didn't seem to be exposed by the things returned by DocumentData..).
Copied from original issue: rdfa/rdfa-website#3
The text was updated successfully, but these errors were encountered:
might be worth doing this on the raw data / Turtle tab as well? hovering a triple would highlight markup, and hovering markup would show what triples is extracted (useful if you wonder what triple a particular attribute generates).
Ideally yes; although I expect this to require deep integration with the codemirror highlighting system (and thus not going via a serialized Turtle string, but programmatically building codemirror objects using the RDFa API..).
From @niklasl on May 7, 2012 8:46
It would be nice if the origin elements are highlighted (or flashed, e.g. using a CSS3 transition) when visualized nodes are hovered or clicked on.
The
origin
property of a triple (or e.g.document.getElementsBySubject
) may provide hooks for this (althoughorigin
didn't seem to be exposed by the things returned by DocumentData..).Copied from original issue: rdfa/rdfa-website#3
The text was updated successfully, but these errors were encountered: