Thomas Jaggi

Results 26 issues of Thomas Jaggi

As @manuelmeister suggested on Slack, https://www.accessibility-developer-guide.com/examples/tables/layout-changes/ might be outdated as `role="table"` would theoretically be a better solution. See https://adrianroselli.com/2017/11/hey-its-still-ok-to-use-tables.html, e.g. However, this highly depends on whether it is widely implemented....

scope: content

Based on http://oaa-accessibility.org/example/11/ I have added some attributes to improve accessibility. Successfully tested using VoiceOver in Chrome.

* Rewriting `for … of` loops. An alternative would be integrating `babel-polyfill` (or suggesting the user to load it), but it would increase the payload by [30kb](https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.min.js). Selectively polyfilling for...

It would be great to have async custom validations, e.g. for doing remote validation. Would you consider a PR changing the API to being async by default? Or would you...

question

The parser fails on the first occurrence of a double colon in https://github.com/necolas/normalize.css/ (using version 1.3.11 of https://github.com/css/csso): ``` css button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } ```

IMHO it would make sense for both visually impaired and non-impaired users to have the selected date highlighted (using aria-selected in the former case and a different color in the...

IMHO it would make sense for both visually impaired and non-impaired users to have the selected date highlighted ([using `aria-selected`](https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/datepicker-dialog.html) in the former case and a different color in the...

I was unable to run the tests: - `methods.navigate` failed due to the method requiring a DOM event as a second parameter - Many tests showed the `duplicate key` warning...

To be properly tested Could potentially replace https://github.com/unic/estatico/pull/61

to be ported to Estático nou

* Replaced `gulp-raster` with `convert-svg-to-png` * Bumped Node to 8.9.1 (required for `convert-svg-to-png`) and updated `require-dir` and `gulp-sass` to be compatible. This means switching from `npm-shrinkwrap.json` to the auto-generated `package-lock.json`,...

to be ported to Estático nou