/
home
/
techb158
/
balavpn.abdallabala.com
/
node_modules
/
eslint-plugin-jsx-a11y
/
docs
/
rules
/
/home/techb158/balavpn.abdallabala.com/node_modules/eslint-plugin-jsx-a11y/docs/rules
mkdir
upload
Name
Size
Mode
Actions
accessible-emoji.md
1016
0666
edit
dl
rm
alt-text.md
5080
0666
edit
dl
rm
anchor-ambiguous-text.md
3011
0666
edit
dl
rm
anchor-has-content.md
1622
0666
edit
dl
rm
anchor-is-valid.md
11076
0666
edit
dl
rm
aria-activedescendant-has-tabindex.md
2068
0666
edit
dl
rm
aria-props.md
870
0666
edit
dl
rm
aria-proptypes.md
823
0666
edit
dl
rm
aria-role.md
1999
0666
edit
dl
rm
aria-unsupported-elements.md
1042
0666
edit
dl
rm
autocomplete-valid.md
1427
0666
edit
dl
rm
click-events-have-key-events.md
939
0666
edit
dl
rm
control-has-associated-label.md
3811
0666
edit
dl
rm
heading-has-content.md
1584
0666
edit
dl
rm
html-has-lang.md
791
0666
edit
dl
rm
iframe-has-title.md
889
0666
edit
dl
rm
img-redundant-alt.md
1882
0666
edit
dl
rm
interactive-supports-focus.md
6277
0666
edit
dl
rm
label-has-associated-control.md
4947
0666
edit
dl
rm
label-has-for.md
3777
0666
edit
dl
rm
lang.md
709
0666
edit
dl
rm
media-has-caption.md
2088
0666
edit
dl
rm
mouse-events-have-key-events.md
2033
0666
edit
dl
rm
no-access-key.md
896
0666
edit
dl
rm
no-aria-hidden-on-focusable.md
1505
0666
edit
dl
rm
no-autofocus.md
1077
0666
edit
dl
rm
no-distracting-elements.md
1506
0666
edit
dl
rm
no-interactive-element-to-noninteractive-role.md
2855
0666
edit
dl
rm
no-noninteractive-element-interactions.md
5719
0666
edit
dl
rm
no-noninteractive-element-to-interactive-role.md
2733
0666
edit
dl
rm
no-noninteractive-tabindex.md
5322
0666
edit
dl
rm
no-onchange.md
1671
0666
edit
dl
rm
no-redundant-roles.md
1405
0666
edit
dl
rm
no-static-element-interactions.md
4398
0666
edit
dl
rm
prefer-tag-over-role.md
550
0666
edit
dl
rm
role-has-required-aria-props.md
926
0666
edit
dl
rm
role-supports-aria-props.md
1658
0666
edit
dl
rm
scope.md
640
0666
edit
dl
rm
tabindex-no-positive.md
849
0666
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/node_modules/eslint-plugin-jsx-a11y/docs/rules/lang.md
(709B)
# jsx-a11y/lang <!-- end auto-generated rule header --> The `lang` prop on the `<html>` element must be a valid IETF's BCP 47 language tag. ## Rule details This rule takes no arguments. ### Succeed ```jsx <html lang="en"> <html lang="en-US"> ``` ### Fail ```jsx <html> <html lang="foo"> ``` ## Accessibility guidelines - [WCAG 3.1.1](https://www.w3.org/WAI/WCAG21/Understanding/language-of-page) ### Resources - [axe-core, valid-lang](https://dequeuniversity.com/rules/axe/3.2/valid-lang) - [Language tags in HTML and XML](https://www.w3.org/International/articles/language-tags/) - [IANA Language Subtag Registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry)
Save
cmd:
run