Derk-Jan Karrenbeld
Derk-Jan Karrenbeld
I rather get the zeros back too. gzip should take care of the reduction over the wire.
Hi @AdrianBinDC . Is the CLI's terminal already in the "right" directory? If the exercise is downloaded to `X:/my/path/sources/exercise/exercise.swift`, you must first `cd` (change directory) to `/my/path`. If you are...
@iHiD @ErikSchierboom Only small changes need to be made to fix this. 1. The modal is `role="dialog"` which is correct, but inside it you want `role="document"` (so ``). This way,...
There is no voiceover on windows btw :)
@dem4ron it's because `` is the wrapper. You want `a11y-task-hints-description` only on a description. This dialog does not seem to have a decription, but only a title. You can: -...
Thanks for reporting. @iHiD tell me if you want pointers on this.
Erik and I spoke. I'll briefly list the points I've given. ## Links - [WAI ARIA practices: Dialog Modal](https://www.w3.org/TR/wai-aria-practices/#dialog_modal) - You probably want [WAI ARIA practices: Alert Dialog](https://www.w3.org/TR/wai-aria-practices/#alertdialog) - [Example...
In order of priority - mentoring requests / links most priority - NTH: profile links (may want to show someone's "tracks" like we do?) - NTH: doc links (because I...
- [https://derk-jan.com/2020/05/cross-tab-events/](https://derk-jan.com/2020/05/cross-tab-events/) (open tabs fix) - And some variation of [https://www.michielsikkes.com/remove-flickering-flash-messages-on-turbolinks/](https://www.michielsikkes.com/remove-flickering-flash-messages-on-turbolinks/) (back button fix)
A few observations: - it does not look zoomed in (which is good) - it looks like Safari (confirmed earlier) - it looks like "overlay scrollbars" (default on mac) There...