Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLTableElement.cpp
Adam Hodgen 37685b0181 LibWeb: Implement HTMLTableElement tbody attributes
* tBodies - returns a HTMLCollection of all tbody elements
* createTBody - If necessary, creates a new tbody element
  and add it to the table after the last tbody element
2021-05-09 18:38:34 +02:00

10 KiB