Skip to content

fix(valid-lang): update valid-langs for newer language codes - #4966

Merged
straker merged 4 commits into
developfrom
valid-lang-update
Jan 6, 2026
Merged

fix(valid-lang): update valid-langs for newer language codes#4966
straker merged 4 commits into
developfrom
valid-lang-update

Conversation

@straker

@straker straker commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

Just ran the script in the comment of the file on the latest version of the page to update the data.

Note: the removal of eslint-disable-next-line seems to happen on commit and wasn't something I did.

Closes: #4963

@straker
straker requested a review from a team as a code owner December 15, 2025 22:25

@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.

Can you add a test for lang="isv"? That was the original case, I'd like proof that this passes.

@Garbee

Garbee commented Dec 22, 2025

Copy link
Copy Markdown
Member

Drafting until Steven is back from vacation.

@Garbee
Garbee marked this pull request as draft December 22, 2025 14:15
@Garbee

Garbee commented Dec 22, 2025

Copy link
Copy Markdown
Member

Can you add a test for lang="isv"? That was the original case, I'd like proof that this passes.

It seems to be there: https://github.com/dequelabs/axe-core/pull/4966/changes#diff-fb86b1ebad45c23a42149f319e8708715f4b305e1d2f454c269e24b6a7f1a3beR7

@straker
straker marked this pull request as ready for review January 5, 2026 16:44

@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. Nice comment in this valid-langs to detail what is going on.

@straker
straker merged commit c3f5446 into develop Jan 6, 2026
23 checks passed
@straker
straker deleted the valid-lang-update branch January 6, 2026 17:48
WilcoFiers added a commit that referenced this pull request Jan 6, 2026
###
[4.11.1](v4.11.0...v4.11.1)
(2026-01-06)

### Bug Fixes

- allow shadow roots in axe.run contexts
([#4952](#4952))
([d4aee16](d4aee16)),
closes [#4941](#4941)
- color contrast fails for oklch and oklab with none
([#4959](#4959))
([8f249fd](8f249fd))
- **color-contrast:** do not incomplete on textarea
([#4968](#4968))
([d271788](d271788)),
closes [#4947](#4947)
- **commons/color:** Match browser behavior for out-of-gamut oklch
colors ([#4908](#4908))
([5036be8](5036be8))
- don't runs rules that select `html` on nested `html` elements
([#4969](#4969))
([1e9a5c3](1e9a5c3))
- replaced luminance threshold constant 0.03928 with 0.04045
([#4934](#4934))
([316967d](316967d)),
closes [#4933](#4933)
- **rgaa:** adjust mapping of aria-hidden-\* and valid-lang
([#4935](#4935))
([77571f2](77571f2))
- **valid-lang:** update valid-langs for newer language codes
([#4966](#4966))
([c3f5446](c3f5446)),
closes [#4963](#4963)

This PR was opened by a robot 🤖 🎉
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.

Add support for isv as valid language tag

4 participants