mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibWeb: Implement ::details-content
pseudo element
Details' contents matches a new details-content pseudo element. Further work is required to make this pseudo-element behave per spec. This pseudo should be element-backed per https://drafts.csswg.org/css-pseudo/#element-backed
This commit is contained in:
parent
2249f09267
commit
b17bbe6d1f
Notes:
github-actions[bot]
2024-12-06 07:17:31 +00:00
Author: https://github.com/lukewarlow
Commit: b17bbe6d1f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2669
Reviewed-by: https://github.com/tcl3 ✅
7 changed files with 89 additions and 3 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
SliderThumb,
|
||||
Backdrop,
|
||||
FileSelectorButton,
|
||||
DetailsContent,
|
||||
|
||||
// Keep this last.
|
||||
KnownPseudoElementCount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue