Skip to content

Commit aac2bed

Browse files
author
Jihye Hong
committed
[css-nav-1] Modify IDL of spatialNavigationSearch
Related to w3c#3743
1 parent 989b624 commit aac2bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-nav-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,15 +460,15 @@ dictionary FocusableAreasOption {
460460
};
461461

462462
dictionary SpatialNavigationSearchOptions {
463-
required SpatialNavigationDirection dir;
464463
sequence<Node>? candidates;
465464
Node? container;
465+
boolean inside = false;
466466
};
467467

468468
partial interface Element {
469469
Node getSpatialNavigationContainer();
470470
sequence<Node> focusableAreas(optional FocusableAreasOption option);
471-
Node? spatialNavigationSearch(SpatialNavigationSearchOptions options);
471+
Node? spatialNavigationSearch(SpatialNavigationDirection dir, optional SpatialNavigationSearchOptions options);
472472
};
473473
</pre>
474474

0 commit comments

Comments
 (0)