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.
WebIDL:
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.