mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Parse the ::backdrop pseudo element
We don't do anything with this yet, but let's at least not reject selectors with ::backdrop in the parser.
This commit is contained in:
parent
6bb4a2bfaa
commit
f58ca99a66
Notes:
sideshowbarker
2024-07-17 21:26:19 +09:00
Author: https://github.com/awesomekling
Commit: f58ca99a66
2 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
Selection,
|
||||
SliderRunnableTrack,
|
||||
SliderThumb,
|
||||
Backdrop,
|
||||
|
||||
// Keep this last.
|
||||
KnownPseudoElementCount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue