Skip to content

Commit a949148

Browse files
authored
A11y(docs): Ensures select element has an accessible name. and Ensure links are distinguished from surrounding text in a way that does not rely on color (#20715)
Fix 2 A11y bugs listed in title [AB#7613](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7613) ![image](https://github.com/microsoft/FluidFramework/assets/107130183/64f80fa8-5d87-4941-81f9-342a76ef840a)
1 parent ccfc356 commit a949148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ params:
6464
version: "0.50"
6565
urlRef: "docs/updates/v0.50.md"
6666
message: | # if set, this will override the release notes updates
67-
Fluid Framework 2.0 preview is available now! <a href="https://aka.ms/fluid/preview_blog"> Learn more.</a>
67+
Fluid Framework 2.0 preview is available now! <a href="https://aka.ms/fluid/preview_blog"><u>Learn more.</u></a>
6868
6969
menu:
7070
main:

docs/themes/thxvscode/layouts/partials/apiNav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
aria-label="Current Page: API Overview" {{ end }}>API Overview</a>
152152
</li>
153153
<li>
154-
<select name="API version" id="api-version" onchange="window.location.href = this.value;">
154+
<select name="API version" aria-label="API version" id="api-version" onchange="window.location.href = this.value;">
155155
{{ range $name, $version := $.Site.Data.versions.apiVersionOptionName }}
156156
{{ $path := printf "%s%s/" $.Site.Data.versions.apiDocsDirectory $version }}
157157
{{ $isCurrentVersion := strings.Contains $version $selectedApiVersion }}

0 commit comments

Comments
 (0)