b-fuze / deno-dom

Browser DOM & HTML parser in Deno
https://jsr.io/@b-fuze/deno-dom
MIT License
425 stars 47 forks source link

TABLE rows property #123

Open reviewher opened 2 years ago

reviewher commented 2 years ago

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableElement/rows

When reading HTML string with TABLE, the table element's rows property is missing.

b-fuze commented 2 years ago

Thanks for the suggestion. After we implement proper HTML*Element constructors then we can get into the element-specific properties, and by that time add XML support as well.

amundo commented 1 year ago

Presumably on the agenda already but I’ll mention .cells as well, on trs.