|
3 | 3 | }
|
4 | 4 |
|
5 | 5 | .test-custom-properties {
|
6 |
| - order: 1; |
7 | 6 | order: var(--order);
|
8 | 7 | }
|
9 | 8 |
|
10 |
| -.test-image-set-function { |
11 |
| - background-image: url(img/test.png); |
12 |
| -} |
13 |
| - |
14 |
| -@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { |
15 |
| - |
16 |
| -.test-image-set-function { |
17 |
| - background-image: url(img/test-2x.png); |
18 |
| -} |
19 |
| -} |
20 |
| - |
21 | 9 | .test-image-set-function {
|
22 | 10 | background-image: image-set(url(img/test.png) 1x, url(img/test-2x.png) 2x);
|
23 | 11 | order: 2;
|
24 | 12 | }
|
25 | 13 |
|
26 |
| -[dir="ltr"] .test-logical-properties-and-values { |
27 |
| - margin: 1px 4px 3px 2px; |
28 |
| -} |
29 |
| - |
30 |
| -[dir="rtl"] .test-logical-properties-and-values { |
31 |
| - margin: 1px 2px 3px 4px; |
32 |
| -} |
33 |
| - |
34 | 14 | .test-logical-properties-and-values {
|
| 15 | + margin: logical 1px 2px 3px 4px; |
35 | 16 | order: 3;
|
36 |
| - padding-top: 5px; |
37 |
| - padding-bottom: 5px; |
| 17 | + padding-block: 5px; |
38 | 18 | }
|
39 | 19 |
|
40 | 20 | .test-nesting-rules {
|
|
55 | 35 | }
|
56 | 36 | }
|
57 | 37 |
|
58 |
| -@media (min-width: 480px) and (max-width: 767px) { |
| 38 | +@media (480px <= width < 768px) { |
59 | 39 | .test-media-query-ranges {
|
60 | 40 | order: 8;
|
61 | 41 | }
|
|
76 | 56 | order: 9;
|
77 | 57 | }
|
78 | 58 |
|
79 |
| -.test-case-insensitive-attributes[frame=hsides],.test-case-insensitive-attributes[frame=Hsides],.test-case-insensitive-attributes[frame=hSides],.test-case-insensitive-attributes[frame=HSides],.test-case-insensitive-attributes[frame=hsIdes],.test-case-insensitive-attributes[frame=HsIdes],.test-case-insensitive-attributes[frame=hSIdes],.test-case-insensitive-attributes[frame=HSIdes],.test-case-insensitive-attributes[frame=hsiDes],.test-case-insensitive-attributes[frame=HsiDes],.test-case-insensitive-attributes[frame=hSiDes],.test-case-insensitive-attributes[frame=HSiDes],.test-case-insensitive-attributes[frame=hsIDes],.test-case-insensitive-attributes[frame=HsIDes],.test-case-insensitive-attributes[frame=hSIDes],.test-case-insensitive-attributes[frame=HSIDes],.test-case-insensitive-attributes[frame=hsidEs],.test-case-insensitive-attributes[frame=HsidEs],.test-case-insensitive-attributes[frame=hSidEs],.test-case-insensitive-attributes[frame=HSidEs],.test-case-insensitive-attributes[frame=hsIdEs],.test-case-insensitive-attributes[frame=HsIdEs],.test-case-insensitive-attributes[frame=hSIdEs],.test-case-insensitive-attributes[frame=HSIdEs],.test-case-insensitive-attributes[frame=hsiDEs],.test-case-insensitive-attributes[frame=HsiDEs],.test-case-insensitive-attributes[frame=hSiDEs],.test-case-insensitive-attributes[frame=HSiDEs],.test-case-insensitive-attributes[frame=hsIDEs],.test-case-insensitive-attributes[frame=HsIDEs],.test-case-insensitive-attributes[frame=hSIDEs],.test-case-insensitive-attributes[frame=HSIDEs],.test-case-insensitive-attributes[frame=hsideS],.test-case-insensitive-attributes[frame=HsideS],.test-case-insensitive-attributes[frame=hSideS],.test-case-insensitive-attributes[frame=HSideS],.test-case-insensitive-attributes[frame=hsIdeS],.test-case-insensitive-attributes[frame=HsIdeS],.test-case-insensitive-attributes[frame=hSIdeS],.test-case-insensitive-attributes[frame=HSIdeS],.test-case-insensitive-attributes[frame=hsiDeS],.test-case-insensitive-attributes[frame=HsiDeS],.test-case-insensitive-attributes[frame=hSiDeS],.test-case-insensitive-attributes[frame=HSiDeS],.test-case-insensitive-attributes[frame=hsIDeS],.test-case-insensitive-attributes[frame=HsIDeS],.test-case-insensitive-attributes[frame=hSIDeS],.test-case-insensitive-attributes[frame=HSIDeS],.test-case-insensitive-attributes[frame=hsidES],.test-case-insensitive-attributes[frame=HsidES],.test-case-insensitive-attributes[frame=hSidES],.test-case-insensitive-attributes[frame=HSidES],.test-case-insensitive-attributes[frame=hsIdES],.test-case-insensitive-attributes[frame=HsIdES],.test-case-insensitive-attributes[frame=hSIdES],.test-case-insensitive-attributes[frame=HSIdES],.test-case-insensitive-attributes[frame=hsiDES],.test-case-insensitive-attributes[frame=HsiDES],.test-case-insensitive-attributes[frame=hSiDES],.test-case-insensitive-attributes[frame=HSiDES],.test-case-insensitive-attributes[frame=hsIDES],.test-case-insensitive-attributes[frame=HsIDES],.test-case-insensitive-attributes[frame=hSIDES],.test-case-insensitive-attributes[frame=HSIDES] { |
| 59 | +.test-case-insensitive-attributes[frame=hsides i] { |
80 | 60 | order: 10;
|
81 | 61 | }
|
82 | 62 |
|
83 | 63 | .test-rebeccapurple-color {
|
84 |
| - color: #639; |
| 64 | + color: rebeccapurple; |
85 | 65 | order: 11;
|
86 | 66 | }
|
87 | 67 |
|
88 | 68 | .test-hexadecimal-alpha-notation {
|
89 |
| - background-color: rgba(243,243,243,0.95294); |
90 |
| - color: rgba(0,0,0,0.2); |
| 69 | + background-color: #f3f3f3f3; |
| 70 | + color: #0003; |
91 | 71 | order: 12;
|
92 | 72 | }
|
93 | 73 |
|
|
97 | 77 | }
|
98 | 78 |
|
99 | 79 | .test-lab-function {
|
100 |
| - background-color: rgb(178, 34, 34); |
101 |
| - color: rgba(178, 34, 34, 0.5); |
| 80 | + background-color: lab(40% 56.6 39); |
| 81 | + color: lch(40% 68.8 34.5 / 50%); |
102 | 82 | order: 14;
|
103 | 83 | }
|
104 | 84 |
|
|
108 | 88 | }
|
109 | 89 |
|
110 | 90 | .test-font-variant-property {
|
111 |
| - font-feature-settings: "c2sc"; |
112 | 91 | font-variant-caps: small-caps;
|
113 | 92 | order: 16;
|
114 | 93 | }
|
115 | 94 |
|
116 | 95 | .test-all-property {
|
117 |
| - animation: none 0s ease 0s 1 normal none running; |
118 |
| - backface-visibility: visible; |
119 |
| - background: transparent none repeat 0 0 / auto auto padding-box border-box scroll; |
120 |
| - border: medium none currentColor; |
121 |
| - border-collapse: separate; |
122 |
| - border-image: none; |
123 |
| - border-radius: 0; |
124 |
| - border-spacing: 0; |
125 |
| - bottom: auto; |
126 |
| - box-shadow: none; |
127 |
| - box-sizing: content-box; |
128 |
| - caption-side: top; |
129 |
| - clear: none; |
130 |
| - clip: auto; |
131 |
| - color: #000; |
132 |
| - columns: auto; |
133 |
| - column-count: auto; |
134 |
| - column-fill: balance; |
135 |
| - grid-column-gap: normal; |
136 |
| - column-gap: normal; |
137 |
| - column-rule: medium none currentColor; |
138 |
| - column-span: 1; |
139 |
| - column-width: auto; |
140 |
| - content: normal; |
141 |
| - counter-increment: none; |
142 |
| - counter-reset: none; |
143 |
| - cursor: auto; |
144 |
| - direction: ltr; |
145 |
| - display: inline; |
146 |
| - empty-cells: show; |
147 |
| - float: none; |
148 |
| - font-family: serif; |
149 |
| - font-size: medium; |
150 |
| - font-style: normal; |
151 |
| - font-feature-settings: normal; |
152 |
| - font-variant: normal; |
153 |
| - font-weight: normal; |
154 |
| - font-stretch: normal; |
155 |
| - line-height: normal; |
156 |
| - height: auto; |
157 |
| - hyphens: none; |
158 |
| - left: auto; |
159 |
| - letter-spacing: normal; |
160 |
| - list-style: disc outside none; |
161 |
| - margin: 0; |
162 |
| - max-height: none; |
163 |
| - max-width: none; |
164 |
| - min-height: 0; |
165 |
| - min-width: 0; |
166 |
| - opacity: 1; |
167 |
| - orphans: 2; |
168 |
| - outline: medium none invert; |
169 |
| - overflow: visible; |
170 |
| - overflow-x: visible; |
171 |
| - overflow-y: visible; |
172 |
| - padding: 0; |
173 |
| - page-break-after: auto; |
174 |
| - page-break-before: auto; |
175 |
| - page-break-inside: auto; |
176 |
| - perspective: none; |
177 |
| - perspective-origin: 50% 50%; |
178 |
| - position: static; |
179 |
| - right: auto; |
180 |
| - tab-size: 8; |
181 |
| - table-layout: auto; |
182 |
| - text-align: left; |
183 |
| - text-align-last: auto; |
184 |
| - text-decoration: none; |
185 |
| - text-indent: 0; |
186 |
| - text-shadow: none; |
187 |
| - text-transform: none; |
188 |
| - top: auto; |
189 |
| - transform: none; |
190 |
| - transform-origin: 50% 50% 0; |
191 |
| - transform-style: flat; |
192 |
| - transition: none 0s ease 0s; |
193 |
| - unicode-bidi: normal; |
194 |
| - vertical-align: baseline; |
195 |
| - visibility: visible; |
196 |
| - white-space: normal; |
197 |
| - widows: 2; |
198 |
| - width: auto; |
199 |
| - word-spacing: normal; |
200 |
| - z-index: auto; |
201 | 96 | all: initial;
|
202 | 97 | order: 17;
|
203 | 98 | }
|
|
206 | 101 | order: 18;
|
207 | 102 | }
|
208 | 103 |
|
209 |
| -.test-not-pseudo-class:not(:first-child):not(.special) { |
| 104 | +.test-not-pseudo-class:not(:first-child, .special) { |
210 | 105 | order: 19;
|
211 | 106 | }
|
212 | 107 |
|
213 |
| -.test-any-link-pseudo-class:link,.test-any-link-pseudo-class:visited { |
214 |
| - order: 20; |
215 |
| -} |
216 |
| - |
217 | 108 | .test-any-link-pseudo-class:any-link {
|
218 | 109 | order: 20;
|
219 | 110 | }
|
220 | 111 |
|
221 |
| -[dir="rtl"] .test-dir-pseudo-class { |
| 112 | +.test-dir-pseudo-class:dir(rtl) { |
222 | 113 | order: 21;
|
223 | 114 | }
|
224 | 115 |
|
225 | 116 | .test-overflow-wrap-property {
|
226 | 117 | order: 22;
|
227 |
| - word-wrap: break-word; |
228 |
| -} |
229 |
| - |
230 |
| -.test-focus-visible-pseudo-class.focus-visible { |
231 |
| - order: 23; |
| 118 | + overflow-wrap: break-word; |
232 | 119 | }
|
233 | 120 |
|
234 | 121 | .test-focus-visible-pseudo-class:focus-visible {
|
235 | 122 | order: 23;
|
236 | 123 | }
|
237 | 124 |
|
238 | 125 | .test-double-position-gradients {
|
239 |
| - background-image: conic-gradient(yellowgreen 40%, gold 0deg, gold 75%, #f06 0deg); |
240 | 126 | background-image: conic-gradient(yellowgreen 40%, gold 0deg 75%, #f06 0deg);
|
241 | 127 | }
|
242 | 128 |
|
243 | 129 | .test-blank-pseudo-class:blank {
|
244 | 130 | background-color: yellow;
|
245 | 131 | }
|
246 | 132 |
|
247 |
| -.test-has-pseudo-class[\:has\(.inner-class\)] { |
248 |
| - background-color: yellow; |
249 |
| -} |
250 |
| - |
251 | 133 | .test-has-pseudo-class:has(.inner-class) {
|
252 | 134 | background-color: yellow;
|
253 | 135 | }
|
0 commit comments