Re: [whatwg/webidl] Introduce three new extended attribute grammars (PR #1503)

@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