Skip to content

Commit e88473d

Browse files
committed
add missing checkVisibility options
1 parent 2207757 commit e88473d

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)