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

@lukewarlow 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">

This apparently breaks the LL(1) of the grammar so needs investigating.

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

Message ID: <whatwg/webidl/pull/1503/review/3019679613@github.com>

Received on Tuesday, 15 July 2025 10:19:37 UTC