[css-houdini-drafts] [css-typed-om] CSSKeywordValue stringifier unnecessary?

darrnshn has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] CSSKeywordValue stringifier unnecessary? ==
`CSSKeywordValue` has its own [stringifier](https://drafts.css-houdini.org/css-typed-om-1/#csskeywordvalue), but it would inherit one from [CSSStyleValue](https://drafts.css-houdini.org/css-typed-om-1/#CSSStyleValue-stringification-behavior) anyway. None of the other CSSStyleValues seem to have their own stringifier.

Also, the prose associated with [CSSKeywordValue's stringifier](https://drafts.css-houdini.org/css-typed-om-1/#csskeywordvalue-stringification-behavior) is probably unnecessary as well since we define it later in the [serialization part of the spec](https://drafts.css-houdini.org/css-typed-om-1/#keywordvalue-serialization).

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/550 using your GitHub account

Received on Thursday, 28 December 2017 23:03:35 UTC