[svgwg] [svg-native] How should currentColor be handled? (#678)

litherum has just created a new issue for https://github.com/w3c/svgwg:

== [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.

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/678 using your GitHub account

Received on Thursday, 18 April 2019 18:40:03 UTC