Skip to content

Instantly share code, notes, and snippets.

@karlcow
Last active December 10, 2015 06:28
Show Gist options
  • Save karlcow/4394140 to your computer and use it in GitHub Desktop.
Save karlcow/4394140 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="fr">
<head>
<title>Test of CSS hits with lang</title>
<style>:lang(ja) {font-family: "Hiragino Sans GB W3";color:red;}</style>
</head>
<body>
<p>Testing a hits number for CSS selectors</p>
</body>
</html>
@karlcow
Copy link
Author

karlcow commented Dec 28, 2012

:lang(ja) creates 7 hits.
[lang=ja] creates 7 hits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment