3 <title>CSS content test
</title>
6 content: attr(myAttr)
" Chapter: "
9 content: attr(myAttr)
"Chapter: "
12 content:
"Chapter " attr(myAttr)
": "
15 content:
"Chapter: " attr(myAttr)
20 <h1 myAttr=
"First">TEST
1</h1>
21 Should read:
"First Chapter: TEST 1"
23 Should read:
"Chapter: TEST 2"
24 <h3 myAttr=
"One">TEST
3</h3>
25 Should read:
"Chapter One: TEST 3"
27 Should read:
"Chapter: TEST 4"