css-contain.idl (530B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: CSS Containment Module Level 2 (https://drafts.csswg.org/css-contain-2/) 5 6 [Exposed=Window] 7 interface ContentVisibilityAutoStateChangeEvent : Event { 8 constructor(DOMString type, optional ContentVisibilityAutoStateChangeEventInit eventInitDict = {}); 9 readonly attribute boolean skipped; 10 }; 11 dictionary ContentVisibilityAutoStateChangeEventInit : EventInit { 12 boolean skipped = false; 13 };