Skip to content

chore: Release 4.11.4 - #5081

Merged
WilcoFiers merged 5 commits into
masterfrom
release-4.11.4
Apr 28, 2026
Merged

chore: Release 4.11.4#5081
WilcoFiers merged 5 commits into
masterfrom
release-4.11.4

Conversation

@straker

@straker straker commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Bug Fixes

  • commons/text: exclude natively hidden elements from aria-labelledby accessible name (#5076) (df34adf), closes #4704
  • utils/getAncestry: escape node name (#5079) (6e68d0a), closes #5078

straker and others added 4 commits April 23, 2026 11:20
…5071)

This fixes the cherry-pick script's problem of trying to read git log
information now that we have too many for the current buffer size.
Originally done in #5048 but
porting to it's own pr since that one was closed.
…dby accessible name (#5076)

Fixes accessible name calculation to correctly exclude `<style>`
contents, as well as `<script>`, `<noscript>`, and `<template>`, when
referenced via `aria-labelledby`.

Closes #4704
@straker
straker requested a review from a team as a code owner April 23, 2026 17:25
@straker
straker changed the base branch from develop to master April 23, 2026 17:38

@stephenmathieson stephenmathieson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but the SRI history check is failing

@CLAassistant

CLAassistant commented Apr 28, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@Garbee Garbee left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. All the expected changes seem to be there.

@WilcoFiers WilcoFiers left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release audit

@WilcoFiers WilcoFiers changed the title Release 4.11.4 chore: Release 4.11.4 Apr 28, 2026
@WilcoFiers
WilcoFiers merged commit dfbc245 into master Apr 28, 2026
43 checks passed
@WilcoFiers
WilcoFiers deleted the release-4.11.4 branch April 28, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

getAncestry does not escape node name accessibleText incorrectly handles aria-labelledby pointing towards <style> elements

7 participants