1 |
#html 1 |
2 |
<!DOCTYPE HTML><p> |
3 |
|
4 |
#data |
5 |
p { |
6 |
quotes:; |
7 |
} |
8 |
#errors |
9 |
;2;10;m;syntax error:'quotes' |
10 |
#cssom |
11 |
| <p> |
12 |
|
13 |
#data |
14 |
p { |
15 |
quotes: none; |
16 |
} |
17 |
#cssom |
18 |
| <p> |
19 |
| quotes: none |
20 |
#csstext |
21 |
p { |
22 |
quotes: none; |
23 |
} |
24 |
#computed 1 p |
25 |
-| quotes: -manakai-default |
26 |
+| quotes: none |
27 |
#computedtext 1 p |
28 |
- quotes: -manakai-default; |
29 |
+ quotes: none; |
30 |
|
31 |
#data |
32 |
p { |
33 |
quotes: none !important; |
34 |
} |
35 |
#cssom |
36 |
| <p> |
37 |
| quotes: none !important |
38 |
#csstext |
39 |
p { |
40 |
quotes: none ! important; |
41 |
} |
42 |
|
43 |
#data |
44 |
p { |
45 |
quotes: noNe; |
46 |
} |
47 |
#cssom |
48 |
| <p> |
49 |
| quotes: none |
50 |
#csstext |
51 |
p { |
52 |
quotes: none; |
53 |
} |
54 |
|
55 |
#data |
56 |
p { |
57 |
quotes: -manakai-default; |
58 |
} |
59 |
#cssom |
60 |
| <p> |
61 |
| quotes: -manakai-default |
62 |
#csstext |
63 |
p { |
64 |
quotes: -manakai-default; |
65 |
} |
66 |
#computed 1 p |
67 |
#computedtext 1 p |
68 |
|
69 |
#data |
70 |
p { |
71 |
quotes: -MANAKAI-default; |
72 |
} |
73 |
#cssom |
74 |
| <p> |
75 |
| quotes: -manakai-default |
76 |
#csstext |
77 |
p { |
78 |
quotes: -manakai-default; |
79 |
} |
80 |
|
81 |
#data |
82 |
p { |
83 |
quotes: -manakai-default ! important; |
84 |
} |
85 |
#cssom |
86 |
| <p> |
87 |
| quotes: -manakai-default !important |
88 |
#csstext |
89 |
p { |
90 |
quotes: -manakai-default ! important; |
91 |
} |
92 |
|
93 |
#data |
94 |
p { |
95 |
quotes: inherit; |
96 |
} |
97 |
#cssom |
98 |
| <p> |
99 |
| quotes: inherit |
100 |
#csstext |
101 |
p { |
102 |
quotes: inherit; |
103 |
} |
104 |
#computed 1 p |
105 |
#computedtext 1 p |
106 |
|
107 |
#data |
108 |
p { |
109 |
quotes: INHERIt; |
110 |
} |
111 |
#cssom |
112 |
| <p> |
113 |
| quotes: inherit |
114 |
#csstext |
115 |
p { |
116 |
quotes: inherit; |
117 |
} |
118 |
|
119 |
#data |
120 |
p { |
121 |
quotes: inherit ! important; |
122 |
} |
123 |
#cssom |
124 |
| <p> |
125 |
| quotes: inherit !important |
126 |
#csstext |
127 |
p { |
128 |
quotes: inherit ! important; |
129 |
} |
130 |
|
131 |
#data |
132 |
p { |
133 |
quotes: "1"; |
134 |
} |
135 |
#errors |
136 |
;2;14;m;syntax error:'quotes' |
137 |
#cssom |
138 |
| <p> |
139 |
|
140 |
#data |
141 |
p { |
142 |
quotes: "1" "2"; |
143 |
} |
144 |
#cssom |
145 |
| <p> |
146 |
| quotes: "1" "2" |
147 |
#csstext |
148 |
p { |
149 |
quotes: "1" "2"; |
150 |
} |
151 |
#computed 1 p |
152 |
-| quotes: -manakai-default |
153 |
+| quotes: "1" "2" |
154 |
#computedtext 1 p |
155 |
- quotes: -manakai-default; |
156 |
+ quotes: "1" "2"; |
157 |
|
158 |
#data |
159 |
p { |
160 |
quotes: "1""2"; |
161 |
} |
162 |
#cssom |
163 |
| <p> |
164 |
| quotes: "1" "2" |
165 |
#csstext |
166 |
p { |
167 |
quotes: "1" "2"; |
168 |
} |
169 |
|
170 |
#data |
171 |
p { |
172 |
quotes: "1"/**/"2"; |
173 |
} |
174 |
#cssom |
175 |
| <p> |
176 |
| quotes: "1" "2" |
177 |
#csstext |
178 |
p { |
179 |
quotes: "1" "2"; |
180 |
} |
181 |
|
182 |
#data |
183 |
p { |
184 |
quotes: "1", "2"; |
185 |
} |
186 |
#errors |
187 |
;2;14;m;syntax error:'quotes' |
188 |
#cssom |
189 |
| <p> |
190 |
|
191 |
#data |
192 |
p { |
193 |
quotes: "1" "2" "3"; |
194 |
} |
195 |
#errors |
196 |
;2;22;m;syntax error:'quotes' |
197 |
#cssom |
198 |
| <p> |
199 |
|
200 |
#data |
201 |
p { |
202 |
quotes: "1" "2" "3" "4"; |
203 |
} |
204 |
#cssom |
205 |
| <p> |
206 |
| quotes: "1" "2" "3" "4" |
207 |
#csstext |
208 |
p { |
209 |
quotes: "1" "2" "3" "4"; |
210 |
} |
211 |
|
212 |
#data |
213 |
p { |
214 |
quotes: "1" "2" "3" "4" "5" "6"; |
215 |
} |
216 |
#cssom |
217 |
| <p> |
218 |
| quotes: "1" "2" "3" "4" "5" "6" |
219 |
#csstext |
220 |
p { |
221 |
quotes: "1" "2" "3" "4" "5" "6"; |
222 |
} |
223 |
|
224 |
#data |
225 |
p { |
226 |
quotes: 1 2; |
227 |
} |
228 |
#errors |
229 |
;2;11;m;syntax error:'quotes' |
230 |
#cssom |
231 |
| <p> |
232 |
|
233 |
#data |
234 |
p { |
235 |
list-style: none; |
236 |
} |
237 |
#cssom |
238 |
| <p> |
239 |
| list-style: none none outside |
240 |
| list-style-image: none |
241 |
| list-style-position: outside |
242 |
| list-style-type: none |
243 |
#csstext |
244 |
p { |
245 |
list-style-image: none; |
246 |
list-style-position: outside; |
247 |
list-style-type: none; |
248 |
} |
249 |
|
250 |
|