[csswg-drafts] Pull Request: [cssom][all] Add CSSOMString and replace DOMString usage with it

SimonSapin has just labeled a pull request from SimonSapin for https://github.com/w3c/csswg-drafts as "cssom-1":

== [cssom][all] Add CSSOMString and replace DOMString usage with it ==
`CSSOMString` is an IDL `typedef` of either `USVString` or `DOMString`, chosen by implementations.

CSSWG resolution: https://github.com/w3c/csswg-drafts/issues/1217#issuecomment-295053842. Fixes #1217.

Each replaced occurrence is one of:

* CSS syntax
* A name (for example a property name) that also occurs in CSS syntax
* `Stylesheet::type`, which is always `text/css`.
* `Stylesheet::title`, which is set from the eponymous HTML content attribute of [`<style>`](https://html.spec.whatwg.org/multipage/semantics.html#attr-style-title) and [`<link>`](https://html.spec.whatwg.org/multipage/semantics.html#attr-link-title) elements.

See https://github.com/w3c/csswg-drafts/pull/1266

Received on Friday, 21 April 2017 06:10:37 UTC