- 09 Sep, 2021 1 commit
-
-
Patrick H. Lauke authored
manual backport of #34886 per https://www.w3.org/TR/html-aria/#docconformance > It is NOT RECOMMENDED to use `aria-disabled="true"` on an `a` element with an `href` attribute. > >NOTE >If a link needs to be "disabled", remove the `href` attribute. This PR removes the unnecessary `href="#"`, `tabindex="-1"`, and `aria-disabled="true"` from disabled links in both docs pages and examples. `aria-disabled="true"` *is* kept for disabled link-based buttons (that have `role="button"`) as there it's appropriate to use (you *want* to convey to assistive technologies that this thing you're claiming is a button is also disabled at the moment) Further, the PR extends the "Link functionality caveat" to show the "proper" way (removing `href` and adding `.disabled` class only) to disable a link, but then explains what to do if that's not possible (and then keeps an example with all the traditional `href="#" tabindex="-1" aria-disabled="true"`, but explains clearly that it's not ideal). Same sort of explanation is also added to the pointer event utilities page
-
- 19 Jan, 2021 1 commit
-
-
XhmikosR authored
* Bump version to v4.6.0. * Dist
-
- 15 Dec, 2020 1 commit
-
-
Patrick H. Lauke authored
v4 backport: Replace Lorem Ipsum placeholder text with more representative (or at least english language) text (#32462) Backport and expansion (for v4) of #32246 and #32479
-
- 19 Nov, 2020 2 commits
-
-
XhmikosR authored
Now, it's safe to do use it since it covers more cases
-
XhmikosR authored
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like: * removing empty lines in raw HTML that break output * read .browserslistrc, CSS variables from disk instead of duplicating it * using Hugo mounts * using Hugo for the docs CSS/JS * move ToC Sass code to a separate file while adapting it for Hugo Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
-
- 04 Jun, 2020 1 commit
-
-
Mark Otto authored
-
- 29 May, 2020 1 commit
-
-
Gaël Poupard authored
-
- 12 May, 2020 1 commit
-
-
XhmikosR authored
-
- 31 Mar, 2020 1 commit
-
-
XhmikosR authored
Co-authored-by:
Mark Otto <markd.otto@gmail.com>
-
- 26 Nov, 2019 1 commit
-
-
XhmikosR authored
-
- 14 Oct, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 26 Sep, 2019 4 commits
-
-
XhmikosR authored
-
Shohei Yoshida authored
Stack in cards in one column when < md
-
Mark Otto authored
-
Mark Otto authored
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
-
- 11 Feb, 2019 1 commit
-
-
Mark Otto authored
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
-
- 23 Dec, 2018 1 commit
-
-
Mark Otto authored
-
- 21 Dec, 2018 1 commit
-
-
Mark Otto authored
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
-
- 13 Dec, 2018 1 commit
-
-
Patrick H. Lauke authored
* SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817
-
- 06 Dec, 2018 1 commit
-
-
Patrick H. Lauke authored
-
- 20 Nov, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 05 Nov, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 17 Oct, 2018 2 commits
-
-
Helmut Granda authored
Instead of using an external source since this is only a one time note it is safe to be placed within the document itself.
-
Helmut Granda authored
In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them.
-
- 11 Oct, 2018 1 commit
-
-
m5o authored
* refine deprecated holder.js color syntax * remove `#55595c:#373a3c` * harmonize with all other holder.js examples
-
- 12 Jul, 2018 2 commits
-
-
Mark Otto authored
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
- 09 Apr, 2018 1 commit
-
-
Mark Otto authored
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
-
- 14 Mar, 2018 1 commit
-
-
m5o authored
-
- 12 Mar, 2018 1 commit
-
-
m5o authored
-
- 26 Dec, 2017 1 commit
-
-
Mark Otto authored
-
- 23 Dec, 2017 1 commit
-
-
Mark Otto authored
* Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs
-
- 23 Oct, 2017 2 commits
- 18 Oct, 2017 1 commit
-
-
Mark Otto authored
* revert #23108, which had no bug but was a problem with the example code * add example to the docs for future proofing * move it up
-
- 04 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 26 Sep, 2017 1 commit
-
-
XhmikosR authored
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
-
- 17 Sep, 2017 1 commit
-
-
Andres Galante authored
-
- 04 Sep, 2017 1 commit
-
-
oxlay authored
-
- 02 Jul, 2017 1 commit
-
-
Mark Otto authored
-