Age | Commit message (Expand) | Author |
---|---|---|
2021-09-12 | LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property) | Andreas Kling |
2021-09-12 | LibWeb: Make CSSStyleDeclaration an abstract class | Andreas Kling |
2021-08-15 | LibWeb: Ensure inline CSS loaded from HTML is ElementInline | DoubleNegation |
2021-05-28 | LibWeb: Store custom properties in CSSStyleDeclaration | Tobias Christiansen |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-16 | LibWeb: Invalidate element style after setting Element.style.foo | Andreas Kling |
2021-03-13 | LibWeb: Expose barebones CSSStyleDeclaration to JavaScript | Andreas Kling |
2021-03-13 | LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM | Andreas Kling |