Re: [heycam/webidl] More fixes for `undefined` (#965)

@tabatkins commented on this pull request.



> +        <thead>
+            <tr>
+                <th class="corner"></th>
+                <th><div><span>undefined</span></div>
+                <th><div><span>boolean</span></div>
+                <th><div><span>numeric types</span></div>
+                <th><div><span>bigint</span></div>
+                <th><div><span>string types</span></div>
+                <th><div><span>object</span></div>
+                <th><div><span>symbol</span></div>
+                <th><div><span>interface-like</span></div>
+                <th><div><span>callback function</span></div>
+                <th><div><span>dictionary-like</span></div>
+                <th><div><span>sequence-like</span></div>
+        </thead>

I mean, I'm happy to remove those from all the other tables too, it just wasn't relevant for this PR. I can do it in a followup.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/965#discussion_r609041987

Received on Wednesday, 7 April 2021 20:20:22 UTC