Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 516 Bytes

lang.md

File metadata and controls

25 lines (18 loc) · 516 Bytes

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">