You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR enhances `html-lang-valid` rule to allow `xml:lang` attribute.
Closes issue:
- #1140
## Reviewer checks
**Required fields, to be filled out by PR reviewer(s)**
- [x] Follows the commit message policy, appropriate for next version
- [x] Has documentation updated, a DU ticket, or requires no documentation change
- [x] Includes new tests, or was unnecessary
- [x] Code is reviewed for security by: @WilcoFiers
This PR enhances `html-lang-valid` rule to allow `xml:lang` attribute.
Closes issue:
- dequelabs#1140
## Reviewer checks
**Required fields, to be filled out by PR reviewer(s)**
- [x] Follows the commit message policy, appropriate for next version
- [x] Has documentation updated, a DU ticket, or requires no documentation change
- [x] Includes new tests, or was unnecessary
- [x] Code is reviewed for security by: @WilcoFiers
The rule is ignoring
xml:lang
in the selector.Test case:
The
xml:lang
attribute value is not a valid primary language subtag.The text was updated successfully, but these errors were encountered: