Sami Keijonen
Sami Keijonen
If needed this can be using [block filters](https://wordpress.org/gutenberg/handbook/designers-developers/developers/filters/block-filters/).
Or I could just use init, open and close methods. Example: ``` var buttonTop = document.getElementById( 'top-nav-toggle' ); var navTop = responsiveNav(".top-navigation", { // Selector transition: 350, // Integer: Speed...
I am no accessibility expert but I've been trying to learn it as much I can. This is how I'm using the Nav now. ``` // Nav toggle button var...
Just a heads up that this solution is a valid option for accessible-ready responsive menu in WordPress themes. https://themes.trac.wordpress.org/ticket/24376
Here is the ticket where we are discussing this: https://themes.trac.wordpress.org/ticket/29739#comment:23
What about this solution? https://twitter.com/davidmacd/status/756227495083515905 > If you use aria-hidden on an interactive element or on a container with one it is still gets a tab stop unless you add...
Thanks @afercia for a detailed answer!
[Zach have nice checklist of font loading](https://www.zachleat.com/web/font-checklist/).
@ryanwelcher Like we discussed I like the concept. But I'd really really want to see CSS files in the version numbers also. I've been using [Webpack manifest plugin](https://www.npmjs.com/package/webpack-manifest-plugin) for the...