You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-nav-1/explainer.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ such as pressing the <code class="key">Shift</code> key together with arrow keys
10
10
11
11
This ability to move around the page directionally is called <strong>spatial navigation</strong>.
12
12
13
-
An [experimental Polyfill](./polyfill/) is available.
13
+
An [experimental Polyfill](https://wicg.github.io/spatial-navigation/polyfill/) is available.
14
14
15
15
## What are we going to solve?
16
16
@@ -98,7 +98,7 @@ There are some use cases which need interrupting the default spatial navigation
98
98
99
99
## How are we going to solve?
100
100
101
-
The [specification of spatial navigation](https://wicg.github.io/spatial-navigation/) introduces the processing model for spatial navigation which explains the default spatial navigation behavior.
101
+
The [specification of spatial navigation](https://drafts.csswg.org/css-nav-1/) introduces the processing model for spatial navigation which explains the default spatial navigation behavior.
102
102
Also, it proposes Javascript APIs, Javascript Events, and a CSS property
103
103
to extend how spatial navigation work.
104
104
@@ -125,7 +125,7 @@ or scroll if there is no appropriate item.
125
125
More specifically,
126
126
the User Agent will first search for visible and focusable items
127
127
in the direction indicated
128
-
within the current [spatial navigation focus container](https://wicg.github.io/spatial-navigation/#spatial-navigation-focus-container)
128
+
within the current [spatial navigation focus container](https://drafts.csswg.org/css-nav-1/#spatial-navigation-focus-container)
129
129
(by default the root element, scrollable elements, and iframes,
130
130
but other elements can be made into spatial navigation focus containers
131
131
using the `spatial-navigation-contain` property).
@@ -160,7 +160,7 @@ The example below shows the simplest flow of spatial navigation when the user pr
160
160
161
161

162
162
163
-
The detailed behavior is described in the [Processing Model](https://wicg.github.io/spatial-navigation/#processing-model).
163
+
The detailed behavior is described in the [Processing Model](https://drafts.csswg.org/css-nav-1/#processing-model).
164
164
165
165
### Overriding the heuristic algorithm
166
166
Authors may want to customize the spatial navigation by overriding the heuristic spatial navigation.
@@ -258,7 +258,7 @@ it will have a grid of elements representing TV shows or calendar entries,
258
258
and some UI buttons around it.
259
259
Here's a simplified demo:
260
260
http://output.jsbin.com/cuyasob
261
-
(also available as [example 11 in the specification](example-34c13432)).
261
+
(also available as [example 11 in the specification](https://drafts.csswg.org/css-nav-1/#example-34c13432)).
0 commit comments