Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
<head>
<title>CSS Test: Newlines in strings</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
<link rel="match" href="../reference/ref-this-text-should-be-green.xht"/>
<style type="text/css">
p { color: red }
p[title="this is\
a test"] { color: green }
</style>
</head>
<body>
<p title="this is a test">This text should be green.</p>
</body>
</html>