Re: [svgwg] Initial fill color (#777)

So it sounds like the initial value for `fill` and `stop-color` should be `currentColor` in the SVG spec, then, to match the CSS spec?

@AmeliaBR It looks like the CSS spec also mentions the following:

> SVG user agents must include the following rules (or their equivalent) in their user agent style sheet:
> 
> @namespace svg "http://www.w3.org/2000/svg";
> svg:svg:root, *|*:not(svg|*) > svg:svg {
>   fill-color: black;
> }

Is this rule necessary, and if so, should it be updated from `black` to something else?

-- 
GitHub Notification of comment by amaher23
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/777#issuecomment-593580512 using your GitHub account

Received on Monday, 2 March 2020 19:40:06 UTC