Jim Birch
Jim Birch
Thanks @cbaines ! Will report back here with our findings. Jim
Hi @cbaines We didn't end up going with this for the project, but your IE8 branch did work. Thanks, Jim
Thanks for the quick reply! I like the scrolling. But some users do not. Was reading the [doc at Mozilla ](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) about this type of media query is the best...
This article has a nice example for implementing in JavaScript. ``` const mediaQuery = window.matchMedia('(prefers-reduced-motion: reduce)'); mediaQuery.addEventListener('change', () => { console.log(mediaQuery.media, mediaQuery.matches); // Stop JavaScript-based animations. }); ``` https://web.dev/prefers-reduced-motion/ And...
Added a second commit which removed class="small" from ul tags, and switched out b tags with strong tags.
Added a commit that updated the List item parsing. Discussion in the comments at http://jimbir.ch/blog/clean-google-docs-html-programmatically
I ran into this today. I believe the `--all-tables` option helped me include the tables that were skipped. These seem to be tables added by custom and premium plugins. My...
Hi Iain! Thanks for the update. I am really liking the meta tags checks. I haven't had much time to dig into setting up the schemas, but look forward to...
New pattern as of the January 2019 release of WAI-ARIA Authoring Practices 1.1. https://www.w3.org/TR/wai-aria-practices-1.1/#carousel They are seeking feedback in [issue 970](https://github.com/w3c/aria-practices/issues/970).
Feels like an add-on recipe from the work that is starting in this initiative: https://www.drupal.org/about/core/blog/working-toward-an-experience-builder