Michael Bourne
Michael Bourne
Fix breadcrumbs output errors and logic. ## Context Close link elements properly, and let filters control the wrapper elements of all links, not just some. Works with default elements and...
To help support streamer's viewer numbers, the `referrer=raid` query argument needs to be removed after a raid. With this parameter in place, even viewers that stay for hours and interact...
## Description When HTML content is added to a post via PHP, and that post is viewed in the block editor, some tags will have paragraphs wrapped around them. When...
**Describe the bug** WordPress 6.3 adds a new `fetchpriority` attribute as well as aspect ratio controls in Image blocks. As of now, aspect ratio is controlled via inline css on...
Update Display.php to reflect WordPress 6.3 addition of `fetchpriority` and `aspect-ratio` on images. Also added in `decoding` to the list of ignored attributes.
Howdy, From a recent 3rd party audit with credentialed accessibility auditors, they had the following to say: **Success criteria** 4.1.2 Name, Role, Value (WCAG 2.0 A) **Native Widgets: Link Function...
### Clear and concise description of the problem The Accessibility module currently allows for a aria-roledescription attribute on the slider container via the [containerRoleDescriptionMessage](https://swiperjs.com/swiper-api#param-containerRoleDescriptionMessage) option, but there is no support...
To fix accessibility error related to aria-roledescription by adding an additional role parameter to the a11y module. Fixes #7707