[whatwg/webidl] Nullable ObservableArray attributes are not well supported (Issue #1337)

The attribute getter (and setter) steps for observable array attributes don't really work if the attribute is nullable.

We need to allow:

- Spec writers to return null from such attributes
- Spec writers to react to web developers nulling out such attributes (including rejecting such a set)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1337
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1337@github.com>

Received on Monday, 3 July 2023 07:40:45 UTC