- 18 Mar, 2020 1 commit
-
-
XhmikosR authored
-
- 10 Mar, 2020 1 commit
-
-
Martijn Cuppens authored
-
- 07 Feb, 2020 1 commit
-
-
Gaël Poupard authored
-
- 25 Dec, 2019 1 commit
-
-
XhmikosR authored
-
- 13 Mar, 2019 1 commit
-
-
XhmikosR authored
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
-
- 19 Feb, 2019 1 commit
-
-
Laussel Loïc authored
-
- 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
-
- 08 Jan, 2019 2 commits
- 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
-
- 20 Nov, 2018 1 commit
-
-
XhmikosR authored
-
- 15 Nov, 2018 1 commit
-
-
XhmikosR authored
For Markdown files, this isn't needed because the Markdown converter takes care of this.
-
- 09 Nov, 2018 1 commit
-
-
XhmikosR authored
Reduces duplication and makes maintenance easier.
-
- 18 Sep, 2018 1 commit
-
-
XhmikosR authored
-
- 12 Jul, 2018 1 commit
-
-
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
-
- 23 Jan, 2018 1 commit
-
-
XhmikosR authored
-
- 15 Jan, 2018 1 commit
-
-
Mark Otto authored
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
-
- 07 Nov, 2017 1 commit
-
-
Vasilii Artemchuk authored
-
- 03 Nov, 2017 1 commit
-
-
XhmikosR authored
-
- 03 Oct, 2017 1 commit
-
-
XhmikosR authored
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
-
- 13 Sep, 2017 1 commit
-
-
Patrick H. Lauke authored
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
-
- 17 Aug, 2017 1 commit
-
-
XhmikosR authored
-
- 15 Aug, 2017 1 commit
-
-
Retroity authored
-
- 11 Aug, 2017 1 commit
-
-
XhmikosR authored
-
- 30 Jul, 2017 1 commit
-
-
XhmikosR authored
-
- 16 Jul, 2017 1 commit
-
-
Scott Petrovic authored
fix location of favicons so it loads when viewing the examples. This is the only one I found in the project, so I am assuming it is the right one to point to (#22895)
-
- 26 Jun, 2017 1 commit
-
-
Mark Otto authored
-
- 14 Jun, 2017 1 commit
-
-
Johann-S authored
-
- 30 May, 2017 2 commits
- 24 May, 2017 1 commit
-
-
Johann-S authored
-
- 17 May, 2017 1 commit
-
-
Johann-S authored
-
- 14 May, 2017 4 commits
- 11 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
-
- 30 Mar, 2017 1 commit
-
-
Patrick H. Lauke authored
While `placeholder` is nominally valid per spec http://rawgit.com/w3c/html-api-map/master/index.html#accessible-name-and-description-calculation it is inelegant, a fallback, and not supported in ios/safari/voiceover and android/chrome/talkback, to name a few combinations `aria-describedby` is also not really the right tool for providing a name/label equivalent, so remove that from the list of possible alternative methods / clarify how it can be used
-