mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibWeb: Implement Element::check_visibility
This commit is contained in:
parent
4a2d5bcf89
commit
5f154ba372
Notes:
github-actions[bot]
2024-07-20 08:15:46 +00:00
Author: https://github.com/EdwinHoksberg
Commit: 5f154ba372
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/717
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 148 additions and 1 deletions
|
@ -0,0 +1,8 @@
|
|||
display-none visible: false
|
||||
content-visibility-parent visible: true
|
||||
content-visibility-child visible: false
|
||||
opacity-hidden visible: false
|
||||
opacity-visible visible: true
|
||||
visibility-hidden visible: false
|
||||
visibility-visible visible: true
|
||||
content-visibility-auto-hidden visible: true
|
Loading…
Add table
Add a link
Reference in a new issue