| Age | Commit message (Collapse) | Author | Files | Lines |
|
While it is understood that this is just an example, the visible text (label) of "Works with selects" and the `aria-label="Floating label select example"` created a [WCAG 2.5.3 Label in name](https://www.w3.org/WAI/WCAG21/quickref/#label-in-name) failure.
As the `aria-label` isn't necessary here since this `select` is already provided an accessible name by its `label` element, removing the unnecessary `aria-label` seems the best course of action as:
* removing it solves the WCAG issue
* it removes the potential implication to developers that they'd even _need_ an `aria-label` here, let alone indirectly suggesting that it's ok for the visible text and accessible name to be out of alignment
|
|
documentation (#35328)
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
* @babel/cli ^7.15.7 → ^7.16.0
* @babel/core ^7.15.8 → ^7.16.0
* @babel/preset-env ^7.15.8 → ^7.16.0
* autoprefixer ^10.3.7 → ^10.4.0
* cspell ^5.12.3 → ^5.12.4
* eslint ^8.0.1 → ^8.1.0
* karma ^6.3.5 → ^6.3.7
* karma-firefox-launcher ^2.1.1 → ^2.1.2
* rollup ^2.58.0 → ^2.59.0
* sass ^1.43.2 → ^1.43.4
|
|
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
|
|
We already do this in rows, so to best support our containers, we need
to do it at the container level as well.
Fixes #32658, fixes #34614, closes #32658.
Co-authored-by: XhmikosR <[email protected]>
|
|
(#35223)
* Add missing `role="search"` and `type="search"` in navbar doc and examples
* Update site/content/docs/5.1/components/navbar.md
* Remove warning callout about ensuring correct search role in navbar doc
Co-authored-by: Gaël Poupard <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: louismaximepiton <[email protected]>
|
|
* @rollup/plugin-commonjs ^21.0.0 → ^21.0.1
* @rollup/plugin-node-resolve ^13.0.5 → ^13.0.6
* clean-css-cli ^5.4.1 → ^5.4.2
* eslint ^8.0.0 → ^8.0.1
* karma ^6.3.4 → ^6.3.5
* nodemon ^2.0.13 → ^2.0.14
* postcss ^8.3.9 → ^8.3.11
* rtlcss ^3.3.0 → ^3.4.0
* sass ^1.42.1 → ^1.43.2
|
|
* docs(RTL): fix typo in Hello World! sentence
* chore(docs): Cspell arabic words update
|
|
* Change `Swipe` dispose spy on EventHandler
* Modal hide spy on backdrop hide
|
|
|
|
|
|
* eslint ^7.32.0 → ^8.0.0
* eslint-plugin-import ^2.24.2 → ^2.25.2
* eslint-plugin-unicorn ^36.0.0 → ^37.0.1
* vnu-jar 21.10.8 → 21.10.12
|
|
|
|
* add missing comments
* shorten block comments
* reorder constants
* reorder public/private methods
* sort exports alphabetically in util/index.js
* fix a couple of typos
|
|
|
|
(#35124)
Co-authored-by: XhmikosR <[email protected]>
|
|
* @babel/core ^7.15.5 → ^7.15.8
* @babel/preset-env ^7.15.6 → ^7.15.8
* cspell ^5.12.0 → ^5.12.3
* linkinator ^2.14.3 → ^2.14.4
* vnu-jar 21.9.2 → 21.10.8
|
|
|
|
|
|
(#35153)
|
|
The code on this line is either sanitized or the user chose to not sanitize it.
|
|
|
|
|
|
containers" (#35143)
This reverts commit 94c80ff613dce6620591acd7f9930ce8f40c5ed0.
|
|
|
|
* tests: minor cleanup
* tests: use the util noop function
|
|
|
|
This was broken in 2596c97 inadvertently.
Added a test so that we don't hit this in the future.
|
|
|
|
|
|
Co-Authored-By: Houssam Hammouda <[email protected]>
|
|
|
|
|
|
This is taken care of by babel via @babel/plugin-proposal-numeric-separator
|
|
|
|
|
|
|
|
|
|
* Separate container classes from enable-grid-classes optoin
* Document the new option
* Mention in migration guide
Co-authored-by: XhmikosR <[email protected]>
|
|
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.8 to 8.3.9.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.3.8...8.3.9)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.3.6 to 10.3.7.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.3.6...10.3.7)
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
|