Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-07 | LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings | Andreas Kling | |
Instead of "iframe", we can now say HTML::TagNames::iframe and avoid a FlyString lookup. | |||
2020-06-07 | LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classes | Andreas Kling | |
We'll need a place to implement the various presentational attributes for table parts, and more stuff. |