14:03 | <Sam Sneddon [:gsnedders]> | do we have any machine-readable description that gives HTML element name -> IDL interface? so, like, {"link": "HTMLLinkElement"} etc? |
14:24 | <Ms2ger (back 16 Aug)> | Depending on how much massaging you're willing to do, https://github.com/web-platform-tests/wpt/blob/efde03a7b7434136cda336ff0b1ffcd51639dc12/dom/nodes/Node-cloneNode.html#L119 or https://github.com/web-platform-tests/wpt/blob/efde03a7b7434136cda336ff0b1ffcd51639dc12/custom-elements/builtin-coverage.html#L68 might be a good place to start |
14:33 | <Noam Rosenthal> | you can probably have an XPath or so that reads it from HTML's source file, it has a table with all that |
15:41 | <Ms2ger (back 16 Aug)> | Or https://github.com/web-platform-tests/wpt/blob/efde03a7b7434136cda336ff0b1ffcd51639dc12/html/semantics/interfaces.js#L131 |
17:42 | <Noam Rosenthal> | this seems to have not been updated in 6 years |
17:43 | <Noam Rosenthal> | but I guess it can be updated |