[Webkit-unassigned] [Bug 100626] Support semantics annotation-xml elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 10:30:28 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100626





--- Comment #7 from Jacques Distler <distler at golem.ph.utexas.edu>  2012-10-29 10:31:44 PST ---
I think the correct implementation (as far as I can glean from the Spec) is

1) If the first child is a PMML element, render that.
2) If not, go through the <annotation-xml> and <annotation> children and render the first one that you support (an <annotation-xml> containing SVG or (X)HTML, or an <annotation> containing plain text).

That would work fine with my content (where the first child is <annotation-xml> containing SVG).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list