- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 15 Jul 2025 17:11:46 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 16 July 2025 00:11:50 UTC
@domenic commented on this pull request. > @@ -7003,6 +7047,17 @@ five forms are allowed. identifier "=" identifier </pre> +<pre class="grammar" id="prod-ExtendedAttributeString"> + ExtendedAttributeString : + identifier "=" string +</pre> + +<pre class="grammar" id="prod-ExtendedAttributeNumber"> I'd definitely prefer to use integers for `unsigned long long` etc. attributes. It's unnecessarily confusing otherwise. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1503#discussion_r2208934676 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1503/review/3022671719@github.com>
Received on Wednesday, 16 July 2025 00:11:50 UTC