Skip to content

Commit ab7c5c7

Browse files
author
Jihye Hong
committed
[css-nav-1] Fix a link error
1 parent bd0f2eb commit ab7c5c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-nav-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ the User Agent must run the steps described below:
500500
<div class=example id=focusAreas-visible>
501501
The following code shows how to get all the visible focusable elements in the current page using {{Element/focusableAreas()}}.
502502
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>,
503+
However, as the {{FocusableAreasOption/mode}} attribute of this method is set to <code>visible</code>,
504504
the focusable element which isn’t inside the <a>scrollport</a> is excluded from the result.
505505

506506
<pre><code highlight=markup>

0 commit comments

Comments
 (0)