Skip to content

[css-typed-om] specify CSSMatrixComponentOptions default with IDL defaults? #612

@dbaron

Description

@dbaron

The CSSMatrixComponent constructor spec 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions