[css-houdini-drafts] [css-typed-om] specify CSSMatrixComponentOptions default with IDL defaults?

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

== [css-typed-om] specify CSSMatrixComponentOptions default with IDL defaults? ==
The [`CSSMatrixComponent` constructor spec](https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmatrixcomponent-cssmatrixcomponent) says:

> If options was passed and has a CSSMatrixComponentOptions field, set this’s is2D internal slot to the value of that field.

One problem with this is that CSSMatrixComponentOptions probably meant to say is2D.

However, it seems like the normal way to specify these things is using WebIDL dictionary defaults.  Maybe that's better, and it could avoid needing to write the part of this sentence with the mistake?

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

Received on Tuesday, 30 January 2018 19:36:53 UTC