Skip to content

[cssom] Is LegacyNullToEmptyString allowed on CSSOMString? #5010

Description

@andruud

WebIDL:

The [LegacyNullToEmptyString] extended attribute must not be associated with a type that is not DOMString. [1]

But cssom uses it in many places, and associates it with CSSOMString. Came up since Blink's IDL compiler won't accept [LegacyNullToEmptyString] on CSSOMString, which (so far) appears to be the right behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions