| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-13 | Switch to Hugo. | XhmikosR | 44 | -3234/+0 | |
| No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! | |||||
| 2019-03-11 | Comply to the new rules. | XhmikosR | 3 | -3/+4 | |
| 2019-03-01 | Dist (#28392) | XhmikosR | 6 | -12/+0 | |
| 2019-02-27 | add an explicit aria-label on link with svg on sample pages (#28360) | Laussel Loïc | 3 | -3/+3 | |
| 2019-02-20 | Remove `focusable="false"` from SVGs. | XhmikosR | 3 | -4/+4 | |
| 2019-02-20 | Convert offcanvas.js to vanilla JS. | XhmikosR | 1 | -4/+4 | |
| 2019-02-19 | add tabindex="-1" and aria-disabled="true" on disabled links (#28305) | Laussel Loïc | 5 | -11/+11 | |
| 2019-02-19 | Remove incorrect aria-haspopup from dropdown toggles (#28299) | Patrick H. Lauke | 5 | -13/+13 | |
| `aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies. in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page is hidden/inert. but for now, removing the incorrect attribute is probably the quickest, most immediate fix. | |||||
| 2019-02-11 | Release v4.3.0 (#28228)v4.3.0 | Mark Otto | 44 | -0/+3245 | |
| * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map | |||||
