Skip to content

Commit ad69c4d

Browse files
author
Jihye Hong
committed
[css-nav-1] Fix broken URI fragments
1 parent cd44f73 commit ad69c4d

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

css-nav-1/Overview.bs

+22-11
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ spec: ui-events; urlPrefix: https://w3c.github.io/uievents/;
2727
spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/;
2828
urlPrefix: interaction.html
2929
type: dfn;
30-
text: actually disabled; url: #concept-element-disabled
31-
text: being rendered
32-
text: browsing context
3330
text: control group
3431
text: currently focused area of a top-level browsing context
3532
text: DOM anchor
@@ -38,16 +35,30 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/;
3835
text: sequential focus navigation order
3936
text: sequential focus navigation starting point
4037
text: sequential navigation search algorithm
41-
text: removed; url: #nodes-are-removed
38+
text: tabindex; url: #attr-tabindex
39+
urlPrefix: rendering.html
40+
type: dfn;
41+
text: being rendered; url: #being-rendered
42+
urlPrefix: semantics-other.html
43+
type: dfn;
44+
text: actually disabled; url: #concept-element-disabled
45+
urlPrefix: browsers.html
46+
type: dfn;
47+
text: browsing context
4248
urlPrefix: dom.html
4349
type: dfn;
4450
text: the body element; url: #the-body-element-2
51+
urlPrefix: infrastructure.html
52+
type: dfn;
53+
text: removed; url: #nodes-are-removed
4554
spec: dom; urlPrefix: https://dom.spec.whatwg.org/
4655
type: dfn;
4756
text: document element
48-
spec: feature-policy; urlPrefix: https://w3c.github.io/webappsec-feature-policy/
57+
spec: feature-policy; urlPrefix: https://w3c.github.io/webappsec-feature-policy/;
4958
type: dfn;
50-
text: is enabled; url: is-feature-enabled
59+
text: is enabled; url: #is-feature-enabled
60+
text: default allowlist; url: #default-allowlist
61+
text: policy-controlled feature; url: #policy-controlled-feature
5162
spec: overscroll-behavior; urlPrefix: https://drafts.csswg.org/css-overscroll-behavior-1/;
5263
type: dfn;
5364
text: scroll boundary
@@ -888,15 +899,15 @@ the <a spec=html for="/">origin</a> of the [=active document=] of the [=top-leve
888899
</div>
889900

890901
<h2 id=policy-feature>
891-
The <a>navigation-override</a> [=policy-controlled feature=]</h2>
902+
The <a>navigation-override</a> <a>policy-controlled feature</a></h2>
892903

893-
The <dfn>navigation-override</dfn> [=policy-controlled feature=] controls
904+
The <dfn>navigation-override</dfn> <a>policy-controlled feature</a> controls
894905
the availability of mechanisms that enables the page author
895906
to take control over the behavior of spatial navigation,
896907
or to cancel it outright.
897908

898909
* The feature name is "<code>navigation-override</code>"
899-
* The [=default allowlist=] for <a>navigation-override</a> is "<code>self</code>"
910+
* The <a>default allowlist</a> for <a>navigation-override</a> is "<code>self</code>"
900911

901912
As defined in further details in [[#nav]],
902913
if <a>navigation-override</a> is disabled in a document,
@@ -1132,7 +1143,7 @@ run the following steps:
11321143
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.
11331144

11341145
Note: This is a "SHOULD" in order to mirror the exclusion of elements with negative tabindex
1135-
from the <a>sequential focus navigation order</a> as defined in [[HTML#attr-tabindex]].
1146+
from the <a>sequential focus navigation order</a> as defined in <a>tabindex</a>.
11361147
3. If <var>visibleOnly</var> is <code>false</code>,
11371148
return <var>focusables</var>.
11381149

@@ -1731,7 +1742,7 @@ The editors of this specification would like to thank the following individuals
17311742
<em>This section is non-normative.</em>
17321743

17331744
The following changes were made since the <a href="https://www.w3.org/TR/2019/WD-css-nav-1-20190423/">23 April 2019 First Public Working Draft</a>.
1734-
1745+
17351746
* Changed the result of {{getSpatialNavigationContainer()}} to return the nearest <a>spatial navigation container</a> ancestor
17361747
* Added 'spatial-navigation-function'
17371748
* Added <a>updating the search origin</a> step

0 commit comments

Comments
 (0)