Skip to content

[css-typed-om] Behaviour of unsupported CSSStyleValues #553

@darrnshn

Description

@darrnshn

When you get an unsupported CSSStyleValue, does the spec have any requirements about its behaviour? I couldn't find any wording on this. I would think that at the minimum, we should be able to use them correctly in StylePropertyMaps.

const value = styleMap.get('filter');
otherStyleMap.set('filter', value);

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