We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989b624 commit aac2bedCopy full SHA for aac2bed
css-nav-1/Overview.bs
@@ -460,15 +460,15 @@ dictionary FocusableAreasOption {
460
};
461
462
dictionary SpatialNavigationSearchOptions {
463
- required SpatialNavigationDirection dir;
464
sequence<Node>? candidates;
465
Node? container;
+ boolean inside = false;
466
467
468
partial interface Element {
469
Node getSpatialNavigationContainer();
470
sequence<Node> focusableAreas(optional FocusableAreasOption option);
471
- Node? spatialNavigationSearch(SpatialNavigationSearchOptions options);
+ Node? spatialNavigationSearch(SpatialNavigationDirection dir, optional SpatialNavigationSearchOptions options);
472
473
</pre>
474
0 commit comments