We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0f2eb commit ab7c5c7Copy full SHA for ab7c5c7
1 file changed
css-nav-1/Overview.bs
@@ -500,7 +500,7 @@ the User Agent must run the steps described below:
500
<div class=example id=focusAreas-visible>
501
The following code shows how to get all the visible focusable elements in the current page using {{Element/focusableAreas()}}.
502
If the method finds a <a>spatial navigation container</a>, it recursively finds focusable areas inside it.
503
- However, as the {{FocusableAreasOptions/mode}} attribute of this method is set to <code>visible</code>,
+ However, as the {{FocusableAreasOption/mode}} attribute of this method is set to <code>visible</code>,
504
the focusable element which isn’t inside the <a>scrollport</a> is excluded from the result.
505
506
<pre><code highlight=markup>
0 commit comments