[css-typed-om] is2D attribute should be not have default value
CSSMatrixComponentOptions's is2D should be not have default value present, it has default value as false. when second paramter is not CSSMatrixComponentOptions in CSSMatrixComponent's constructor, is2D will be false. it seems work well like spec but it was not match spec. so sync up with spec. https://drafts.css-houdini.org/css-typed-om-1/#dictdef-cssmatrixcomponentoptions Bug: 795151 Change-Id: Ib6ac6ad3793b029d079f50d787994b4bf058b7fe Reviewed-on: https://chromium-review.googlesource.com/824282 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#524341}
Showing
Please register or sign in to comment