File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -491,8 +491,8 @@ dictionary SpatialNavigationSearchOptions {
491491
492492partial interface Element {
493493 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 = {} );
496496};
497497</pre>
498498
@@ -594,7 +594,7 @@ passing an optional {{NavigationEventInit}} dictionary.
594594[Exposed=Window]
595595interface NavigationEvent : UIEvent {
596596 constructor(DOMString type,
597- optional NavigationEventInit eventInitDict);
597+ optional NavigationEventInit eventInitDict = {} );
598598 readonly attribute SpatialNavigationDirection dir;
599599 readonly attribute EventTarget? relatedTarget;
600600};
You can’t perform that action at this time.
0 commit comments