Age | Commit message (Expand) | Author |
---|---|---|
2021-10-13 | LibWeb: Fix bogus 'none' values for resolved min-width and min-height | Andreas Kling |
2021-10-06 | LibWeb: Start work towards modern CSS "display" values | Andreas Kling |
2021-10-05 | LibWeb: Add resolved style lookup for border properties | Sam Atkins |
2021-10-05 | LibWeb: Add resolved style lookup for margin/padding shorthands | Sam Atkins |
2021-10-05 | LibWeb: Make things aware of box-sizing | Sam Atkins |
2021-10-04 | LibWeb: Improve resolved style for CSS {min,max}-{width,height} | Andreas Kling |
2021-10-01 | LibWeb: Implement CSSRule and CSSStyleDeclaration serialization | Andreas Kling |
2021-09-24 | LibWeb: Rename CSS::StyleResolver => StyleComputer | Andreas Kling |
2021-09-24 | LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved" | Andreas Kling |