Skip to content

Commit c0d060b

Browse files
committed
[css-nav-1] Update a few links
These should point to a different place now that spatnav lives off in the csswg’s repository rather than in WICG.
1 parent ac74cba commit c0d060b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-nav-1/explainer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ such as pressing the <code class="key">Shift</code> key together with arrow keys
1010

1111
This ability to move around the page directionally is called <strong>spatial navigation</strong>.
1212

13-
An [experimental Polyfill](./polyfill/) is available.
13+
An [experimental Polyfill](https://wicg.github.io/spatial-navigation/polyfill/) is available.
1414

1515
## What are we going to solve?
1616

@@ -98,7 +98,7 @@ There are some use cases which need interrupting the default spatial navigation
9898

9999
## How are we going to solve?
100100

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.
102102
Also, it proposes Javascript APIs, Javascript Events, and a CSS property
103103
to extend how spatial navigation work.
104104

@@ -125,7 +125,7 @@ or scroll if there is no appropriate item.
125125
More specifically,
126126
the User Agent will first search for visible and focusable items
127127
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)
129129
(by default the root element, scrollable elements, and iframes,
130130
but other elements can be made into spatial navigation focus containers
131131
using the `spatial-navigation-contain` property).
@@ -160,7 +160,7 @@ The example below shows the simplest flow of spatial navigation when the user pr
160160

161161
![<img> The photo gallery page arranged in a grid layout](images/processing-model-basic.png)
162162

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).
164164

165165
### Overriding the heuristic algorithm
166166
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,
258258
and some UI buttons around it.
259259
Here's a simplified demo:
260260
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)).
262262

263263
In this case, the grid is quite sparse,
264264
so if you try to move down from "Foo",

0 commit comments

Comments
 (0)