First Public Working Draft: CSS Linked Parameters Module Level 1
The CSS Working Group has published today a First Public Working Draft of CSS Linked Parameters Module Level 1. This spec introduces a way to pass CSS values into linked resources, such as SVG images, so that they can be used as CSS custom environment variables in the destination resource. This allows easy reuse of "templated" SVG images, which can be adapted to a site’s theme color, etc. easily, without having to modify the source SVG.
CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.