Re: [whatwg/webidl] Specify that dictionaries can't be the type of attr/constant (#940)

Just a recap so it's more clear what seems odd to me - please correct me if this analysis is incorrect:

- There are twenty one sections for types which cannot be the type of a constant (as established by the section that defines constants).
- Currently only one of those sections (callback functions) explicitly states that it cannot be the type of a constant. (It's not clear to me why this one was previously singled out.)
- This PR would add the explicit "cannot be the type of a constant" to three more (dictionaries, sequences, records).
- That will leave seventeen other type sections that continue to not say "cannot be the type of a constant" even though that would also be true for them.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/940#issuecomment-942812738

Received on Thursday, 14 October 2021 00:11:37 UTC