Age | Commit message (Expand) | Author |
---|---|---|
2020-07-22 | LibWeb: Add a dedicated function for parsing HTML length values | Andreas Kling |
2020-06-28 | LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode | Andreas Kling |
2020-06-13 | LibWeb: Turn <table bgcolor> into CSS background-color | Andreas Kling |
2020-06-12 | LibWeb: Turn <table width> into the CSS width property | Andreas Kling |
2020-06-07 | LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classes | Andreas Kling |