We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5d464 commit 967238bCopy full SHA for 967238b
css/css-content/content-quotes-depth.html
@@ -19,7 +19,7 @@
19
.test2::before {
20
content: open-quote;
21
}
22
-
+
23
.test2::after {
24
content: close-quote;
25
@@ -28,7 +28,7 @@
28
.test3::before {
29
30
31
32
.test3::after {
33
content: open-quote "Test3 Inner" close-quote close-quote;
34
@@ -37,22 +37,22 @@
37
.test4::before {
38
39
40
41
/* close-quote will be ignored */
42
.test5::before {
43
44
45
46
- .test5::after {
+ .test5::after {
47
content: no-close-quote;
48
49
50
/* open-quote will be ignored */
51
.test6::before {
52
content: no-open-quote;
53
54
55
- .test6::after {
+ .test6::after {
56
57
58
</style>
0 commit comments