Files
old-slucajna-televizija/web/node_modules/eslint-plugin-jsx-a11y/docs/rules/lang.md
2017-10-16 11:19:46 +02:00

516 B

lang

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

References

  1. Deque University
  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">