NEW183179
CSS ::selection:window-inactive stroke-color and stroke-width are not applied to selected text in SVG
https://bugs.webkit.org/show_bug.cgi?id=183179
Summary CSS ::selection:window-inactive stroke-color and stroke-width are not applied...
Daniel Bates
Reported 2018-02-27 14:20:57 PST
Similar to the issue in bug #183178, we need to teach the SVGInlineTextBox::paint() to query RenderElement::selectionPseudoStyle() for styles of the ::selection pseudo element so that ::selection:window-inactive { ... } are applied to selected text when the page becomes deactivated. For completeness, SVGInlineTextBox::paint() calls RenderElement::getCachedPseudoStyle() at <http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/svg/SVGInlineTextBox.cpp?rev=229031#L268>. But these styles never change when the page becomes deactivated.
Attachments
Note You need to log in before you can comment on or make changes to this bug.