Skip to content

Commit b866f7c

Browse files
authored
Multiple Pages: fix Broken links (pull #1535)
* fix: Links to example CSS files * fix: css link in mb-about.html * fix: css link in mb-academics.html * fix: css link in mb-admissions.html * fix: missing hash in anchor links
1 parent 2233e5c commit b866f7c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

aria-practices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ <h5>Tree Popup Keyboard Interaction</h5>
995995
<li>In either case, focus is visually distinct from selection so users can readily see if a value is selected or not.</li>
996996
</ul>
997997
</li>
998-
<li>If nodes in the tree are arranged horizontally (<a href="aria-orientation" class="property-reference">aria-orientation</a> is set to <code>horizontal</code>):
998+
<li>If nodes in the tree are arranged horizontally (<a href="#aria-orientation" class="property-reference">aria-orientation</a> is set to <code>horizontal</code>):
999999
<ol>
10001000
<li><kbd>Down Arrow</kbd> performs as <kbd>Right Arrow</kbd> is described above, and vice versa.</li>
10011001
<li><kbd>Up Arrow</kbd> performs as <kbd>Left Arrow</kbd> is described above, and vice versa.</li>
@@ -4809,7 +4809,7 @@ <h4><span id="naming_role_guidance_heading">Accessible Name Guidance by Role</sp
48094809
<ul>
48104810
<li>Helps screen reader users understand the context and purpose of the search landmark.</li>
48114811
<li>Named using <code>aria-labelledby</code> if a visible label is present, otherwise with <code>aria-label</code>.</li>
4812-
<li>See the <a href="aria_lh_search">Search Landmark</a> section.</li>
4812+
<li>See the <a href="#aria_lh_search">Search Landmark</a> section.</li>
48134813
</ul>
48144814
</td>
48154815
</tr>

examples/combobox/grid-combo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3 id="rps_label_popup">Grid Popup</h3>
380380
<section>
381381
<h2>Javascript and CSS Source Code</h2>
382382
<ul>
383-
<li> CSS: <a href="css/combobox.css" type="tex/css">combobox.css</a></li>
383+
<li> CSS: <a href="css/grid-combo.css" type="tex/css">grid-combo.css</a></li>
384384
<li>Javascript: <a href="js/grid-combo.js">grid-combo.js</a>, <a href="js/grid-combo-example.js">grid-combo-example.js</a>, <a href="../js/utils.js">utils.js</a></li>
385385
</ul>
386386
</section>

examples/menubar/mb-about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Menubar Example Landing Page: About</title>
5-
<link href="../../css/core.css" rel="stylesheet">
5+
<link href="../css/core.css" rel="stylesheet">
66

77
</head>
88

examples/menubar/mb-academics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Menubar Example Landing Page: Academics</title>
5-
<link href="../../css/core.css" rel="stylesheet">
5+
<link href="../css/core.css" rel="stylesheet">
66

77
</head>
88

examples/menubar/mb-admissions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Menubar Example Landing Page: Admissions</title>
5-
<link href="../../css/core.css" rel="stylesheet">
5+
<link href="../css/core.css" rel="stylesheet">
66

77
</head>
88

examples/radio/radio-activedescendant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
261261
<section>
262262
<h2>Javascript and CSS Source Code</h2>
263263
<ul>
264-
<li>CSS: <a href="../css/radio.css" type="tex/css">radio.css</a></li>
264+
<li>CSS: <a href="css/radio.css" type="tex/css">radio.css</a></li>
265265
<li>Javascript: <a href="js/radio-activedescendant.js" type="text/javascript">radio-activedescendant.js</a></li>
266266
</ul>
267267
</section>

0 commit comments

Comments
 (0)