Skip to content

Commit

Permalink
Multiple Pages: fix Broken links (pull #1535)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nschonni committed Sep 29, 2020
1 parent 2233e5c commit b866f7c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ <h5>Tree Popup Keyboard Interaction</h5>
<li>In either case, focus is visually distinct from selection so users can readily see if a value is selected or not.</li>
</ul>
</li>
<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>):
<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>):
<ol>
<li><kbd>Down Arrow</kbd> performs as <kbd>Right Arrow</kbd> is described above, and vice versa.</li>
<li><kbd>Up Arrow</kbd> performs as <kbd>Left Arrow</kbd> is described above, and vice versa.</li>
Expand Down Expand Up @@ -4809,7 +4809,7 @@ <h4><span id="naming_role_guidance_heading">Accessible Name Guidance by Role</sp
<ul>
<li>Helps screen reader users understand the context and purpose of the search landmark.</li>
<li>Named using <code>aria-labelledby</code> if a visible label is present, otherwise with <code>aria-label</code>.</li>
<li>See the <a href="aria_lh_search">Search Landmark</a> section.</li>
<li>See the <a href="#aria_lh_search">Search Landmark</a> section.</li>
</ul>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion examples/combobox/grid-combo.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h3 id="rps_label_popup">Grid Popup</h3>
<section>
<h2>Javascript and CSS Source Code</h2>
<ul>
<li> CSS: <a href="css/combobox.css" type="tex/css">combobox.css</a></li>
<li> CSS: <a href="css/grid-combo.css" type="tex/css">grid-combo.css</a></li>
<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>
</ul>
</section>
Expand Down
2 changes: 1 addition & 1 deletion examples/menubar/mb-about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Menubar Example Landing Page: About</title>
<link href="../../css/core.css" rel="stylesheet">
<link href="../css/core.css" rel="stylesheet">

</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/menubar/mb-academics.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Menubar Example Landing Page: Academics</title>
<link href="../../css/core.css" rel="stylesheet">
<link href="../css/core.css" rel="stylesheet">

</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/menubar/mb-admissions.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Menubar Example Landing Page: Admissions</title>
<link href="../../css/core.css" rel="stylesheet">
<link href="../css/core.css" rel="stylesheet">

</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/radio/radio-activedescendant.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<section>
<h2>Javascript and CSS Source Code</h2>
<ul>
<li>CSS: <a href="../css/radio.css" type="tex/css">radio.css</a></li>
<li>CSS: <a href="css/radio.css" type="tex/css">radio.css</a></li>
<li>Javascript: <a href="js/radio-activedescendant.js" type="text/javascript">radio-activedescendant.js</a></li>
</ul>
</section>
Expand Down

0 comments on commit b866f7c

Please sign in to comment.