Re: [csswg-drafts] [css-values] meta() – Access Document Metadata

Over at the WHATWG issue, the original example was:

~~~ css
:root {--ThemeColor: meta("theme-color" color, "theme_color" color, 
#3F51B5);/* like attr() */}
~~~

That means, `meta()` would be used with CSS Variables, but could also 
be used without them.

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

Received on Wednesday, 12 October 2016 20:22:30 UTC