mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-28 02:17:42 +02:00
When parsing the "style" attribute on elements, we'd previously ask the CSS parser for a PropertyOwningCSSStyleDeclaration. Then we'd create a new ElementCSSInlineStyleDeclaration and transfer the properties from the first object to the second object. This patch teaches the parser to make ElementCSSInlineStyleDeclaration objects directly.
3.4 KiB
3.4 KiB