ladybird/Userland
Andreas Kling d21c5631aa LibWeb: Avoid a weird reparse of style attributes for pseudo elements
For pseudo elements that represent a browser-generated shadow tree
element, such as ::placeholder, we were reparsing their style attribute
in StyleComputer for some reason.

Instead of doing this, just access the already-parsed version via
Element::inline_style().
2024-10-19 21:13:54 +02:00
..
Libraries LibWeb: Avoid a weird reparse of style attributes for pseudo elements 2024-10-19 21:13:54 +02:00
Services WebContent: Add a JS visitor to WebDriver's IPC connection 2024-10-18 09:45:04 +02:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00