summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/HTMLTableRowElement.h
AgeCommit message (Collapse)Author
2020-06-07LibWeb: Add HTML::TagNames namespace for global tag name FlyStringsAndreas Kling
Instead of "iframe", we can now say HTML::TagNames::iframe and avoid a FlyString lookup.
2020-06-07LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classesAndreas Kling
We'll need a place to implement the various presentational attributes for table parts, and more stuff.