Skip to content

Commit 7c04aae

Browse files
committed
[css-nav-1] Link to the right place for "inert"
inert as a concept exists in the HTML spec, but it is not accessible to authors, just some internal logic. inert as an attribute is (for now) only defined in a WICG explainer / polyfill. Since we're talking about the attribute, that is where we need to link.
1 parent 260b5d8 commit 7c04aae

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

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

0 commit comments

Comments
 (0)