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:
Andreas Kling 2024-03-19 20:58:19 +01:00
commit f58ca99a66
Notes: sideshowbarker 2024-07-17 21:26:19 +09:00
2 changed files with 5 additions and 0 deletions

View file

@ -39,6 +39,7 @@ public:
Selection,
SliderRunnableTrack,
SliderThumb,
Backdrop,
// Keep this last.
KnownPseudoElementCount,