Sami Keijonen

Results 44 issues of Sami Keijonen

See details in #214. Closes #214

There has been some caching related changes in recent WP releases. - [Improvements to Template Loading in WordPress 6.4](https://make.wordpress.org/core/2023/10/17/improvements-to-template-loading-in-wordpress-6-4/) - [Configuring development mode in 6.3](https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/) In short, when developing a...

I haven't studied yet much about `.dockerignore` file. But what we do know is that Apple M1 Pros are super slow when starting Docker. Issue could be for example lot's...

For accessibility keyboard navigation using `Tab`, `Shift + Tab` and `Enter` is important. Responsive Nav handles this well. But I have been wondering small little detail. User can tab trough...

There has been several issues where users have requested multi-level dropdown menu. I know there already is a branch for it but I wanted to see if I could pull...

Do you think responsive nav should add aria-expanded on button/link that toggles the navigation for better accessibility? `aria-expanded=false` when nav is closed and `aria-expanded=true` when nav is open. http://www.w3.org/TR/wai-aria/states_and_properties#aria-expanded

In commit 84b851dad840d42c8dbdc31c86b0e8b32ed4dee6 did you mean to add `aria-current="page"`, [which is landing to Core](https://core.trac.wordpress.org/ticket/43522)? [More info about aria-current](https://yoast.com/dev-blog/website-accessibility-aria-current/).

Here is info about [tag cloud widget output as a list in Twenty17](https://core.trac.wordpress.org/ticket/40184). In short we should discuss should we use list format in tag cloud widget after it drops...

In `twentysixteen_post_thumbnail()` function there is `aria-hidden="true"` in post thumbnail link. In my understanding this is to avoid too much "noise" on screen readers because post title is already a link...

second opinion

From the Slack: > Anyone here had oddities with 10up brightcove connect plugin not rendering the settings page on a network install? Tried so many combinations of WP and brightcove...