Skip to content

Commit 489ba13

Browse files
authored
Merge pull request #1097 from lightpanda-io/check_visibility_opts
add missing checkVisibility options
2 parents 5eac1a1 + e88473d commit 489ba13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/browser/dom/element.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,8 @@ pub const Element = struct {
606606
contentVisibilityAuto: bool,
607607
opacityProperty: bool,
608608
visibilityProperty: bool,
609+
checkVisibilityCSS: bool,
610+
checkOpacity: bool,
609611
};
610612

611613
pub fn _checkVisibility(self: *parser.Element, opts: ?CheckVisibilityOpts) bool {

0 commit comments

Comments
 (0)