[svgwg] Issue: [svg-native] How should currentColor be handled? (#678) marked as Agenda+

dirkschulze has just labeled an issue for https://github.com/w3c/svgwg as "Agenda+":

== [svg-native] How should currentColor be handled? ==
The `currentColor` keyword (when used as an attribute value) should probably be supported because this is how OpenType files specify that some part of the glyph should match the surrounding text color.

However, I don't think that an SVG being able to modify `currentColor` (via the `color` attribute) is necessary, because all the places where it's referred to in the subtree can just specify the desired value directly.

Getting currentColor's interaction with all the other values and the `<use>` element is tricky.

See https://github.com/w3c/svgwg/issues/678

Received on Monday, 20 May 2019 13:07:00 UTC