Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/syntax/escapes-003.xht - WPT Dashboard Interop Dashboard
<head>
<title>CSS Test: Class and Keyword Letter Escapes</title>
<link rel="match" href="../reference/ref-green-background.xht"/>
<style type="text/css">
p.class { background: red; color: white; }
p.c\lass { bac\kground: g\reen; }
</style>
</head>
<body>
<p class="class">This should have a green background.</p>
</body>
</html>