[css-houdini-drafts] [css-typed-om] CSS.q() should be CSS.Q() or CSS.Hz() should be CSS.hz()

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

== [css-typed-om] CSS.q() should be CSS.Q() or CSS.Hz() should be CSS.hz() ==
The CSS WG recently [resolved](https://www.w3.org/blog/CSS/2017/10/11/minutes-telecon-341/) to use upper case for Q in the spec text. This is similar to Hz and kHz.

When serialized in CSSUnitValue.unit, the unit should be lower case, like 'hz' and 'khz'.

The case used in the CSS [factory functions](https://drafts.css-houdini.org/css-typed-om-1/#numeric-factory) is currently inconsistent: use  Q Hz kHz  or  q hz khz.


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

Received on Thursday, 2 November 2017 02:09:51 UTC