Re: [w3c/IndexedDB] Adjust links to ECMAScript specifications (PR #401)

@tidoust commented on this pull request.



> @@ -773,8 +754,8 @@ following type-specific properties:
   <tr><th>Type</th><th>Properties</th></tr>
   <tr><td>{{Blob}}</td><td>{{Blob/size}}, {{Blob/type}}</td></tr>
   <tr><td>{{File}}</td><td>{{File/name}}, {{File/lastModified}}</td></tr>
-  <tr><td>[=ECMAScript/Array=]</td><td>`length`</td></tr>
-  <tr><td>[=ECMAScript/String=]</td><td>`length`</td></tr>
+  <tr><td>{{Array}}</td><td>`length`</td></tr>

I filed https://github.com/w3c/reffy/issues/1256. The dfns crawler manages to extract Array methods from the ECMAScript spec but apparently does not see the `length` property. Will look into it!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/401#discussion_r1166025850
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/pull/401/review/1384207120@github.com>

Received on Thursday, 13 April 2023 21:07:01 UTC