- From: Emilio Cobos Álvarez <notifications@github.com>
- Date: Thu, 03 Sep 2020 00:37:01 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 September 2020 07:37:14 UTC
This is needed for the CSSOM spec, as that allows to use USVString as the underlying string type. Given the USVString conversion to JS values is already calling into the DOMString conversion, there's no need to modify that section even, which is great. cc https://github.com/w3c/csswg-drafts/issues/5010 You can view, comment on, or merge this pull request online at: https://github.com/heycam/webidl/pull/915 -- Commit Summary -- * Allow to use LegacyNullToEmptyString on USVString. -- File Changes -- M index.bs (8) -- Patch Links -- https://github.com/heycam/webidl/pull/915.patch https://github.com/heycam/webidl/pull/915.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/915
Received on Thursday, 3 September 2020 07:37:14 UTC