Skip to content

Commit adab108

Browse files
author
Jihye Hong
committed
Fix link errors
1 parent 91ef58a commit adab108

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-nav-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/;
3535
spec: dom; urlPrefix: https://dom.spec.whatwg.org/
3636
type: dfn;
3737
text: document element
38-
spec: feature-policy; urlPrefix: https://wicg.github.io/feature-policy/
38+
spec: feature-policy; urlPrefix: https://w3c.github.io/webappsec-feature-policy/
3939
type: dfn;
4040
text: is enabled; url: is-feature-enabled
41-
spec: overscroll-behavior; urlPrefix: https://wicg.github.io/overscroll-behavior/;
41+
spec: overscroll-behavior; urlPrefix: https://drafts.csswg.org/css-overscroll-behavior-1/;
4242
type: dfn;
4343
text: scroll boundary
4444
spec: css2; urlPrefix: https://drafts.csswg.org/css2/
@@ -497,7 +497,7 @@ Note: the {{focusableAreas()}} and {{getSpatialNavigationContainer()}} methods a
497497
<div class=example id=focusAreas-visible>
498498
The following code shows how to get all the visible focusable elements in the current page using {{Element/focusableAreas()}}.
499499
If the method finds a <a>spatial navigation container</a>, it recursively finds focusable areas inside it.
500-
However, <code>'visible'</code> is given to the {{FocusableAreasOptions/mode}} attribute of this method,
500+
However, <code>visible</code> is given to the {{FocusableAreasOptions/mode}} attribute of this method,
501501
the focusable element which isn’t inside the <a>scrollport</a> is excluded from the result.
502502

503503
<pre><code highlight=markup>
@@ -1054,7 +1054,7 @@ run the following steps:
10541054
2. The User Agent should <a spec=infra for=set>remove</a> from <var>focusables</var> items that have a [=DOM anchor=] whose <a element-attr spec=html><code>tabindex</code></a> attribute is set to a negative value.
10551055

10561056
Note: This is a "SHOULD" in order to mirror the exclusion of elements with negative tabindex
1057-
from the <a>sequential focus navigation order</a> as defined in [[HTML#the-tabindex-attribute]].
1057+
from the <a>sequential focus navigation order</a> as defined in [[HTML#attr-tabindex]].
10581058
3. If <var>visibleOnly</var> is <code>false</code>,
10591059
return <var>focusables</var>.
10601060

@@ -1078,7 +1078,7 @@ run the following steps:
10781078
authors should use make these elements unreachable to spatial navigation
10791079
using the same best practices as for making elements unreachable to sequential navigation,
10801080
such as using <code>tab-index="-1"</code>
1081-
or the <a href="https://github.com/WICG/inert"><code>inert</code></a> attribute.
1081+
or the <a href="https://html.spec.whatwg.org/multipage/interaction.html#inert"><code>inert</code></a> attribute.
10821082
</div>
10831083

10841084
6. Return <var>visibles</var>.

0 commit comments

Comments
 (0)