[csswg-drafts] [cssom] Is LegacyNullToEmptyString allowed on CSSOMString? (#5010)

andruud has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom] Is LegacyNullToEmptyString allowed on CSSOMString? ==
WebIDL:
> The [LegacyNullToEmptyString] extended attribute must not be associated with a type that is not DOMString. [[1]](https://heycam.github.io/webidl/#LegacyNullToEmptyString)

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.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5010 using your GitHub account

Received on Monday, 27 April 2020 17:06:52 UTC