summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/HTMLTableElement.cpp
AgeCommit message (Expand)Author
2020-07-22LibWeb: Add a dedicated function for parsing HTML length valuesAndreas Kling
2020-06-28LibWeb: Don't tolerate unit-less lengths (except 0) in standards modeAndreas Kling
2020-06-13LibWeb: Turn <table bgcolor> into CSS background-colorAndreas Kling
2020-06-12LibWeb: Turn <table width> into the CSS width propertyAndreas Kling
2020-06-07LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classesAndreas Kling