Re: [whatwg/webidl] Propagate a type's extended attributes to a nullable inner type (PR #1624)

nicolo-ribaudo left a comment (whatwg/webidl#1624)

@saschanaz Another problem with that approach is with types in arguments. Per https://github.com/whatwg/webidl/issues/691, we can have both extended attributes that apply to arguments as well as extended attributes that apply to types. This means that in an argument `[AttrForArg, AttrForType] Type? x`, `[AttrForArg, AttrForType]` _cannot_ bind tighter than `?`, because `AttrForArg` needs to apply to the whole argument.

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

Message ID: <whatwg/webidl/pull/1624/c5190619063@github.com>

Received on Wednesday, 5 August 2026 10:30:00 UTC