You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ecommerce_docker/frontend_server/node_modules/eslint-plugin-jsx-a11y/docs/rules/lang.md

520 B

lang

The lang prop on the <html> element must have a valid value based on ISO country and language codes.

References

  1. axe-core, valid-lang
  2. ISO Language Codes
  3. ISO Country Codes

Rule details

This rule takes no arguments.

Succeed

<html lang="en">
<html lang="en-US">

Fail

<html>
<html lang="foo">