@webref/idl 3.68.2 → 3.68.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css-conditional-5.idl +5 -0
- package/css-view-transitions.idl +1 -0
- package/event-timing.idl +1 -0
- package/html.idl +1 -1
- package/package.json +1 -1
package/css-conditional-5.idl
CHANGED
|
@@ -8,3 +8,8 @@ interface CSSContainerRule : CSSConditionRule {
|
|
|
8
8
|
readonly attribute CSSOMString containerName;
|
|
9
9
|
readonly attribute CSSOMString containerQuery;
|
|
10
10
|
};
|
|
11
|
+
|
|
12
|
+
[Exposed=Window]
|
|
13
|
+
interface CSSSupportsConditionRule : CSSGroupingRule {
|
|
14
|
+
readonly attribute CSSOMString name;
|
|
15
|
+
};
|
package/css-view-transitions.idl
CHANGED
package/event-timing.idl
CHANGED
|
@@ -9,6 +9,7 @@ interface PerformanceEventTiming : PerformanceEntry {
|
|
|
9
9
|
readonly attribute DOMHighResTimeStamp processingEnd;
|
|
10
10
|
readonly attribute boolean cancelable;
|
|
11
11
|
readonly attribute Node? target;
|
|
12
|
+
readonly attribute DOMString targetSelector;
|
|
12
13
|
readonly attribute unsigned long long interactionId;
|
|
13
14
|
[Default] object toJSON();
|
|
14
15
|
};
|
package/html.idl
CHANGED
|
@@ -1818,7 +1818,7 @@ interface Window : EventTarget {
|
|
|
1818
1818
|
attribute DOMString name;
|
|
1819
1819
|
[PutForwards=href, LegacyUnforgeable] readonly attribute Location location;
|
|
1820
1820
|
readonly attribute History history;
|
|
1821
|
-
readonly attribute Navigation navigation;
|
|
1821
|
+
[Replaceable] readonly attribute Navigation navigation;
|
|
1822
1822
|
readonly attribute CustomElementRegistry customElements;
|
|
1823
1823
|
[Replaceable] readonly attribute BarProp locationbar;
|
|
1824
1824
|
[Replaceable] readonly attribute BarProp menubar;
|