Last active
December 10, 2015 06:28
-
-
Save karlcow/4394140 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
:lang(ja)
creates 7 hits.[lang=ja]
creates 7 hits.