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
@@ -20,17 +20,17 @@ This book answers two questions. The first question is "Why should I make my we
20
20
## Read <cite>Dive Into Accessibility</cite>
21
21
22
22
<dl>
23
-
<dt><ahref="./en/table_of_contents.html">Table of contents</a></dt>
23
+
<dt><ahref="./table_of_contents.html">Table of contents</a></dt>
24
24
<dd>All tips, in the order in which they were originally published. The recommended way to read the book for the first time.</dd>
25
-
<dt><ahref="./en/by_person.html">Tips by person</a></dt>
25
+
<dt><ahref="./by_person.html">Tips by person</a></dt>
26
26
<dd>Here the tips are grouped by the people who benefit from them.</dd>
27
-
<dt><ahref="./en/by_disability.html">Tips by disability</a></dt>
27
+
<dt><ahref="./by_disability.html">Tips by disability</a></dt>
28
28
<dd>Here the tips are grouped by the disabilities that benefit from them. This includes both physical and technological disabilities.</dd>
29
-
<dt><ahref="./en/by_design_principle.html">Tips by design principle</a></dt>
29
+
<dt><ahref="./by_design_principle.html">Tips by design principle</a></dt>
30
30
<dd>Here the tips are grouped by design principles proposed by the <abbrtitle="World Wide Web Consortium">W3C</abbr>. All web pages should be perceivable, operable, navigable, understandable, and robust.</dd>
31
-
<dt><ahref="./en/by_web_browser.html">Tips by web browser</a></dt>
31
+
<dt><ahref="./by_web_browser.html">Tips by web browser</a></dt>
32
32
<dd>Here the tips are grouped by the web browsers or assistive technologies that benefit from them.</dd>
33
-
<dt><ahref="./en/by_publishing_tool.html">Tips by publishing tool</a></dt>
33
+
<dt><ahref="./by_publishing_tool.html">Tips by publishing tool</a></dt>
34
34
<dd>Here the tips are grouped by the publishing tools that can implement them. Each tip includes specific instructions for each publishing tool, where applicable.</dd>
Copy file name to clipboardExpand all lines: pages/en/notes/index.md
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Not surprisingly after that amount of time, there are errors, some out-of-date p
15
15
16
16
Here are two reasons:
17
17
18
-
1.[Translations][] are still live out on the Web, and I realised that if these persisted, without the problems being documented, then readers would be likely to pick up wrong ideas. And while I have written a dry [Errata][] document, more detail can be added to this page-by-page commentary.
18
+
1.[Translations][n/translations] are still live out on the Web, and I realised that if these persisted, without the problems being documented, then readers would be likely to pick up wrong ideas. And while I have written a dry [Errata][] document, more detail can be added to this page-by-page commentary.
19
19
20
20
2. Mark Pilgrim’s original [user-centered][ucd] narrative, with realistic personas, which was revolutionary in 2002, still has value now.
21
21
@@ -24,26 +24,34 @@ So, I am documenting the errors, out-of-date practices, and other notes for indi
24
24
### Index of notes
25
25
26
26
* Note for [Day 10: Somewhat flawed][note 10]
27
-
- Day 10: [Presenting your main content first][day 10]
27
+
- Day 10: [Presenting your main content first][n/day 10]
28
28
* Note for [Day 11: Incorrect implementation][note 11]
29
-
- Day 11: [Skipping over navigation links][day 11]
29
+
- Day 11: [Skipping over navigation links][n/day 11]
30
30
* Note for [Day 14: Don't do this!][note 14]
31
-
- Day 14: [Adding titles to links][day 14]
31
+
- Day 14: [Adding titles to links][n/day 14]
32
32
* Note for [Day 15: Caution!][note 15]
33
-
- Day 15: [Defining keyboard shortcuts][day 15]
33
+
- Day 15: [Defining keyboard shortcuts][n/day 15]
34
34
* Note for [Day 17: `<acronym>` is deprecated][note 17]
35
-
- Day 17: [Defining acronyms][day 17]
35
+
- Day 17: [Defining acronyms][n/day 17]
36
36
* Note for [Day 20: `summary` is deprecated][note 20]
37
-
- Day 20: [Providing a summary for tables][day 20]
37
+
- Day 20: [Providing a summary for tables][n/day 20]
0 commit comments