Re: [csswg-drafts] [css-content] `content` property on elements

Note that, at least Blink doesn't compute `<content-list>` to `normal` (i.e. for `content: url(xxx.png) "hello";` you would get `url(xxx.png) "hello"` from `getComputedStyle` although it has no effect at all). However, it doesn't follow the general cascading rules either, in the sense that if you have `content: inherit` in its pseudo-elements, they wouldn't be able to get that value via inheritance.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2656#issuecomment-387287292 using your GitHub account

Received on Tuesday, 8 May 2018 05:17:34 UTC