DescriptionRespect SVG fragment identifiers in <img> src attribute https://bugs.webkit.org/show_bug.cgi?id=129387
When providing an SVG image for a given renderer, check that the URL used to load
that image is taken into account in case it featured a fragment identifier, ensuring
that the CSS :target pseudo-class is correctly handled for SVG resources. This patch
is specific to <img> elements, specific support will also need to be added for various
CSS properties that support SVG images.
Based on the webkit patch by Antoine Quint <graouts@webkit.org>.
BUG=369513, 156584
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173213
Patch Set 1 #Patch Set 2 : followup from http://trac.webkit.org/changeset/164983 #Patch Set 3 : oops, not virtual #Patch Set 4 : move scrollToFragment call #Patch Set 5 : fix ref image #
Total comments: 1
Patch Set 6 : remove include #Messages
Total messages: 9 (0 generated)
|