File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -491,8 +491,8 @@ dictionary SpatialNavigationSearchOptions {
491
491
492
492
partial interface Element {
493
493
Node getSpatialNavigationContainer();
494
- sequence<Node> focusableAreas(optional FocusableAreasOption option);
495
- Node? spatialNavigationSearch(SpatialNavigationDirection dir, optional SpatialNavigationSearchOptions options);
494
+ sequence<Node> focusableAreas(optional FocusableAreasOption option = {} );
495
+ Node? spatialNavigationSearch(SpatialNavigationDirection dir, optional SpatialNavigationSearchOptions options = {} );
496
496
};
497
497
</pre>
498
498
@@ -594,7 +594,7 @@ passing an optional {{NavigationEventInit}} dictionary.
594
594
[Exposed=Window]
595
595
interface NavigationEvent : UIEvent {
596
596
constructor(DOMString type,
597
- optional NavigationEventInit eventInitDict);
597
+ optional NavigationEventInit eventInitDict = {} );
598
598
readonly attribute SpatialNavigationDirection dir;
599
599
readonly attribute EventTarget? relatedTarget;
600
600
};
You can’t perform that action at this time.
0 commit comments