Skip to content

Commit 1dfc1a1

Browse files
committed
Accessibility update
1 parent 6d4385d commit 1dfc1a1

File tree

182 files changed

+17665
-16591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+17665
-16591
lines changed

Static/index.html

+23-23
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
<div class="collapse navbar-collapse" id="navbarCollapse">
4141
<ul class="navbar-nav me-auto mb-2 mb-md-0">
4242
<li class="nav-item">
43-
<a class="nav-link" target="_blank" href="https://azuremaps.com" title="About Azure Maps">About</a>
43+
<a class="nav-link" target="_blank" href="https://azuremaps.com" title="About Azure Maps" tabindex="100">About</a>
4444
</li>
4545
<li class="nav-item">
46-
<a class="nav-link" target="_blank" href="https://docs.azuremaps.com" title="Azure Maps Documentation">Docs</a>
46+
<a class="nav-link" target="_blank" href="https://docs.azuremaps.com" title="Azure Maps Documentation" tabindex="101">Docs</a>
4747
</li>
4848
<li class="nav-item">
49-
<a class="nav-link" target="_blank" href="https://demo.azuremaps.com" title="Azure Maps Demo">Demo</a>
49+
<a class="nav-link" target="_blank" href="https://demo.azuremaps.com" title="Azure Maps Demo" tabindex="102">Demo</a>
5050
</li>
5151
<li class="nav-item">
52-
<a class="nav-link" target="_blank" href="https://blog.azuremaps.com" title="Azure Maps Blog">Blog</a>
52+
<a class="nav-link" target="_blank" href="https://blog.azuremaps.com" title="Azure Maps Blog" tabindex="103">Blog</a>
5353
</li>
5454
<li class="nav-item">
55-
<a class="nav-link" target="_blank" href="https://updates.azuremaps.com" title="Azure Maps Updates">Updates</a>
55+
<a class="nav-link" target="_blank" href="https://updates.azuremaps.com" title="Azure Maps Updates" tabindex="104">Updates</a>
5656
</li>
5757
<li class="nav-item dropdown">
58-
<a class="nav-link dropdown-toggle" href="#" id="categoryDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
58+
<a class="nav-link dropdown-toggle" href="#" id="categoryDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false" tabindex="105">
5959
Categories
6060
</a>
6161
<ul id="categoryList" class="dropdown-menu dropdown-menu-dark" aria-labelledby="categoryDropdown" style="max-height: calc(100vh - 100px); overflow-y: auto;">
@@ -64,8 +64,8 @@
6464
</li>
6565
</ul>
6666
<form class="d-flex">
67-
<input class="form-control me-2" type="search" id="searchBox" placeholder="Search" aria-label="Search">
68-
<button class="btn btn-outline-info" type="submit">Search</button>
67+
<input class="form-control me-2" type="search" id="searchBox" placeholder="Search" aria-label="Search" tabindex="150">
68+
<button class="btn btn-outline-info" type="submit" tabindex="151">Search</button>
6969
</form>
7070
</div>
7171
</div>
@@ -80,14 +80,14 @@
8080
<div class="container px-4 py-5">
8181
<div class="row flex-lg-row-reverse row-cols-lg-2 row-cols-xl-2 align-items-center g-5 py-5 row-cols-1">
8282
<div class="col">
83-
<div id="carouselIndicators" class="carousel slide border rounded-3 shadow-lg slide" data-bs-ride="carousel">
83+
<div id="carouselIndicators" class="carousel slide border rounded-3 shadow-lg slide" data-bs-ride="carousel" tabindex="250">
8484
<div class="carousel-indicators">
85-
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="3D buildings"></button>
86-
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="1" aria-label="Weather"></button>
87-
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="2" aria-label="Contour lines"></button>
88-
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="3" aria-label="Satellite Images"></button>
89-
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="4" aria-label="Traffic"></button>
90-
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="5" aria-label="Travel Times"></button>
85+
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="3D buildings" tabindex="251"></button>
86+
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="1" aria-label="Weather" tabindex="252"></button>
87+
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="2" aria-label="Contour lines" tabindex="253"></button>
88+
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="3" aria-label="Satellite Images" tabindex="254"></button>
89+
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="4" aria-label="Traffic" tabindex="255"></button>
90+
<button type="button" data-bs-target="#carouselIndicators" data-bs-slide-to="5" aria-label="Travel Times" tabindex="256"></button>
9191
</div>
9292
<div class="carousel-inner">
9393
<div class="carousel-item active">
@@ -167,16 +167,16 @@ <h1 class="display-5 fw-bold lh-1 mb-3">Azure Maps Samples</h1>
167167
Welcome to the Azure Maps Web Control V2 Code Sample Gallery. This is a collection of <strong>{numberOfSamples}</strong> code samples that have been made open source on GitHub. Build your location-aware solutions with a seamless development experience. Easily integrate open source and other map controls, as well as Open Geospatial Consortium standards, such as GeoJSON and KML.
168168
</p>
169169
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
170-
<a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/vnext" target="_blank" class="btn btn-info btn-lg px-4 me-md-2">Open GitHub Project</a>
171-
<a href="https://aka.ms/AzureMapsGettingStarted" target="_blank" class="btn btn-outline-secondary btn-lg px-4">Getting Started</a>
170+
<a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/vnext" target="_blank" class="btn btn-info btn-lg px-4 me-md-2" tabindex="200">Open GitHub Project</a>
171+
<a href="https://aka.ms/AzureMapsGettingStarted" target="_blank" class="btn btn-outline-secondary btn-lg px-4" tabindex="201">Getting Started</a>
172172
</div>
173173
</div>
174174
</div>
175175
</div>
176176

177177
<div class="album py-5 bg-light">
178178
<div class="container">
179-
<div id="sampleList" class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-3">
179+
<div id="sampleList" class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-3" tabindex="300">
180180
{sampleList}
181181
</div>
182182
</div>
@@ -187,12 +187,12 @@ <h1 class="display-5 fw-bold lh-1 mb-3">Azure Maps Samples</h1>
187187
<footer class="footer mt-auto py-2 pt-0 bg-white">
188188
<div class="container pt-1">
189189
<ul class="nav float-end">
190-
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkId=521839" class="nav-link px-2 text-black" title="Terms of use">Terms of use</a></li>
191-
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkID=206977" class="nav-link px-2 text-black" title="Privacy">Privacy</a></li>
192-
<li class="nav-item"><a href="#" onclick="siteConsent.manageConsent()" class="nav-link px-2 text-black" title="Manage cookies">Manage cookies</a></li>
190+
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkId=521839" class="nav-link px-2 text-black" title="Terms of use" tabindex="450">Terms of use</a></li>
191+
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkID=206977" class="nav-link px-2 text-black" title="Privacy" tabindex="451">Privacy</a></li>
192+
<li class="nav-item"><a href="#" onclick="siteConsent.manageConsent()" class="nav-link px-2 text-black" title="Manage cookies" tabindex="452">Manage cookies</a></li>
193193
</ul>
194-
<p class="mb-0">Azure Maps &copy; <a href="https://www.microsoft.com/" title="Microsoft Corporation" class="link-secondary">Microsoft</a>, but please <a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/vnext" title="GitHub" class="link-secondary">download</a> and customize it for yourself!</p>
195-
<p class="mb-0">New to Azure Maps? <a href="https://azuremaps.com" title="About Azure Maps" class="link-secondary">Visit the homepage</a> or read our <a href="https://aka.ms/AzureMapsGettingStarted" title="Getting started guide">getting started guide</a>.</p>
194+
<p class="mb-0">Azure Maps &copy; <a href="https://www.microsoft.com/" title="Microsoft Corporation" class="link-secondary" tabindex="400">Microsoft</a>, but please <a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/vnext" title="GitHub" tabindex="401" class="link-secondary">download</a> and customize it for yourself!</p>
195+
<p class="mb-0">New to Azure Maps? <a href="https://azuremaps.com" tabindex="402" title="About Azure Maps" class="link-secondary">Visit the homepage</a> or read our <a href="https://aka.ms/AzureMapsGettingStarted" tabindex="404" title="Getting started guide">getting started guide</a>.</p>
196196
</div>
197197
</footer>
198198

Static/lib/bootstrap/LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2021 Twitter, Inc.
4-
Copyright (c) 2011-2021 The Bootstrap Authors
3+
Copyright (c) 2011-2022 Twitter, Inc.
4+
Copyright (c) 2011-2022 The Bootstrap Authors
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

Static/lib/bootstrap/README.md

+68-60
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://getbootstrap.com/">
3-
<img src="https://getbootstrap.com/docs/5.1/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
3+
<img src="https://getbootstrap.com/docs/5.2/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
44
</a>
55
</p>
66

@@ -9,7 +9,7 @@
99
<p align="center">
1010
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
1111
<br>
12-
<a href="https://getbootstrap.com/docs/5.1/"><strong>Explore Bootstrap docs »</strong></a>
12+
<a href="https://getbootstrap.com/docs/5.2/"><strong>Explore Bootstrap docs »</strong></a>
1313
<br>
1414
<br>
1515
<a href="https://github.com/twbs/bootstrap/issues/new?assignees=-&labels=bug&template=bug_report.yml">Report bug</a>
@@ -46,14 +46,14 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.3.zip)
49+
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip)
5050
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap`
53-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.3`
53+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.0-beta1`
5454
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5555

56-
Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
56+
Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
5757

5858

5959
## Status
@@ -65,8 +65,6 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-starte
6565
[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue)](https://atmospherejs.com/twbs/bootstrap)
6666
[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap)](https://packagist.org/packages/twbs/bootstrap)
6767
[![NuGet](https://img.shields.io/nuget/vpre/bootstrap)](https://www.nuget.org/packages/bootstrap/absoluteLatest)
68-
[![peerDependencies Status](https://img.shields.io/david/peer/twbs/bootstrap)](https://david-dm.org/twbs/bootstrap?type=peer)
69-
[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap)](https://david-dm.org/twbs/bootstrap?type=dev)
7068
[![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/main)](https://coveralls.io/github/twbs/bootstrap?branch=main)
7169
[![CSS gzip size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=gzip&label=CSS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css)
7270
[![CSS Brotli size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=brotli&label=CSS%20Brotli%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css)
@@ -79,57 +77,61 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-starte
7977

8078
## What's included
8179

82-
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
83-
84-
```text
85-
bootstrap/
86-
├── css/
87-
│ ├── bootstrap-grid.css
88-
│ ├── bootstrap-grid.css.map
89-
│ ├── bootstrap-grid.min.css
90-
│ ├── bootstrap-grid.min.css.map
91-
│ ├── bootstrap-grid.rtl.css
92-
│ ├── bootstrap-grid.rtl.css.map
93-
│ ├── bootstrap-grid.rtl.min.css
94-
│ ├── bootstrap-grid.rtl.min.css.map
95-
│ ├── bootstrap-reboot.css
96-
│ ├── bootstrap-reboot.css.map
97-
│ ├── bootstrap-reboot.min.css
98-
│ ├── bootstrap-reboot.min.css.map
99-
│ ├── bootstrap-reboot.rtl.css
100-
│ ├── bootstrap-reboot.rtl.css.map
101-
│ ├── bootstrap-reboot.rtl.min.css
102-
│ ├── bootstrap-reboot.rtl.min.css.map
103-
│ ├── bootstrap-utilities.css
104-
│ ├── bootstrap-utilities.css.map
105-
│ ├── bootstrap-utilities.min.css
106-
│ ├── bootstrap-utilities.min.css.map
107-
│ ├── bootstrap-utilities.rtl.css
108-
│ ├── bootstrap-utilities.rtl.css.map
109-
│ ├── bootstrap-utilities.rtl.min.css
110-
│ ├── bootstrap-utilities.rtl.min.css.map
111-
│ ├── bootstrap.css
112-
│ ├── bootstrap.css.map
113-
│ ├── bootstrap.min.css
114-
│ ├── bootstrap.min.css.map
115-
│ ├── bootstrap.rtl.css
116-
│ ├── bootstrap.rtl.css.map
117-
│ ├── bootstrap.rtl.min.css
118-
│ └── bootstrap.rtl.min.css.map
119-
└── js/
120-
├── bootstrap.bundle.js
121-
├── bootstrap.bundle.js.map
122-
├── bootstrap.bundle.min.js
123-
├── bootstrap.bundle.min.js.map
124-
├── bootstrap.esm.js
125-
├── bootstrap.esm.js.map
126-
├── bootstrap.esm.min.js
127-
├── bootstrap.esm.min.js.map
128-
├── bootstrap.js
129-
├── bootstrap.js.map
130-
├── bootstrap.min.js
131-
└── bootstrap.min.js.map
132-
```
80+
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.
81+
82+
<details>
83+
<summary>Download contents</summary>
84+
85+
```text
86+
bootstrap/
87+
├── css/
88+
│ ├── bootstrap-grid.css
89+
│ ├── bootstrap-grid.css.map
90+
│ ├── bootstrap-grid.min.css
91+
│ ├── bootstrap-grid.min.css.map
92+
│ ├── bootstrap-grid.rtl.css
93+
│ ├── bootstrap-grid.rtl.css.map
94+
│ ├── bootstrap-grid.rtl.min.css
95+
│ ├── bootstrap-grid.rtl.min.css.map
96+
│ ├── bootstrap-reboot.css
97+
│ ├── bootstrap-reboot.css.map
98+
│ ├── bootstrap-reboot.min.css
99+
│ ├── bootstrap-reboot.min.css.map
100+
│ ├── bootstrap-reboot.rtl.css
101+
│ ├── bootstrap-reboot.rtl.css.map
102+
│ ├── bootstrap-reboot.rtl.min.css
103+
│ ├── bootstrap-reboot.rtl.min.css.map
104+
│ ├── bootstrap-utilities.css
105+
│ ├── bootstrap-utilities.css.map
106+
│ ├── bootstrap-utilities.min.css
107+
│ ├── bootstrap-utilities.min.css.map
108+
│ ├── bootstrap-utilities.rtl.css
109+
│ ├── bootstrap-utilities.rtl.css.map
110+
│ ├── bootstrap-utilities.rtl.min.css
111+
│ ├── bootstrap-utilities.rtl.min.css.map
112+
│ ├── bootstrap.css
113+
│ ├── bootstrap.css.map
114+
│ ├── bootstrap.min.css
115+
│ ├── bootstrap.min.css.map
116+
│ ├── bootstrap.rtl.css
117+
│ ├── bootstrap.rtl.css.map
118+
│ ├── bootstrap.rtl.min.css
119+
│ └── bootstrap.rtl.min.css.map
120+
└── js/
121+
├── bootstrap.bundle.js
122+
├── bootstrap.bundle.js.map
123+
├── bootstrap.bundle.min.js
124+
├── bootstrap.bundle.min.js.map
125+
├── bootstrap.esm.js
126+
├── bootstrap.esm.js.map
127+
├── bootstrap.esm.min.js
128+
├── bootstrap.esm.min.js.map
129+
├── bootstrap.js
130+
├── bootstrap.js.map
131+
├── bootstrap.min.js
132+
└── bootstrap.min.js.map
133+
```
134+
</details>
133135

134136
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/).
135137

@@ -205,11 +207,17 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr
205207
## Thanks
206208

207209
<a href="https://www.browserstack.com/">
208-
<img src="https://live.browserstack.com/images/opensource/browserstack-logo.svg" alt="BrowserStack Logo" width="192" height="42">
210+
<img src="https://live.browserstack.com/images/opensource/browserstack-logo.svg" alt="BrowserStack" width="192" height="42">
209211
</a>
210212

211213
Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers!
212214

215+
<a href="https://www.netlify.com/">
216+
<img src="https://www.netlify.com/v3/img/components/full-logo-light.svg" alt="Netlify" width="147" height="40">
217+
</a>
218+
219+
Thanks to [Netlify](https://www.netlify.com/) for providing us with Deploy Previews!
220+
213221

214222
## Sponsors
215223

@@ -236,4 +244,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
236244

237245
## Copyright and license
238246

239-
Code and documentation copyright 2011–2021 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
247+
Code and documentation copyright 2011–2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

0 commit comments

Comments
 (0)