OLD | NEW |
1 Attributes that are exposed in the CSS computed style object: | 1 Attributes that are exposed in the CSS computed style object: |
2 | 2 |
3 background-attachment: scroll; | 3 background-attachment: scroll; |
4 background-clip: border-box; | 4 background-clip: border-box; |
5 background-color: rgba(0, 0, 0, 0); | 5 background-color: rgba(0, 0, 0, 0); |
6 background-image: none; | 6 background-image: none; |
7 background-origin: padding-box; | 7 background-origin: padding-box; |
8 background-position: 0% 0%; | 8 background-position: 0% 0%; |
9 background-repeat: repeat; | 9 background-repeat: repeat; |
10 background-size: auto; | 10 background-size: auto; |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 shape-rendering: auto; | 219 shape-rendering: auto; |
220 stroke: none; | 220 stroke: none; |
221 stroke-dasharray: none; | 221 stroke-dasharray: none; |
222 stroke-dashoffset: 0; | 222 stroke-dashoffset: 0; |
223 stroke-linecap: butt; | 223 stroke-linecap: butt; |
224 stroke-linejoin: miter; | 224 stroke-linejoin: miter; |
225 stroke-miterlimit: 4; | 225 stroke-miterlimit: 4; |
226 stroke-opacity: 1; | 226 stroke-opacity: 1; |
227 stroke-width: 1; | 227 stroke-width: 1; |
228 alignment-baseline: auto; | 228 alignment-baseline: auto; |
229 baseline-shift: baseline; | 229 baseline-shift: 0px; |
230 dominant-baseline: auto; | 230 dominant-baseline: auto; |
231 text-anchor: start; | 231 text-anchor: start; |
232 writing-mode: lr-tb; | 232 writing-mode: lr-tb; |
233 glyph-orientation-horizontal: 0deg; | 233 glyph-orientation-horizontal: 0deg; |
234 glyph-orientation-vertical: auto; | 234 glyph-orientation-vertical: auto; |
235 vector-effect: none; | 235 vector-effect: none; |
236 | 236 |
237 Other attributes that the computed style class supports: | 237 Other attributes that the computed style class supports: |
238 | 238 |
239 background-position-x: 0%; | 239 background-position-x: 0%; |
240 background-position-y: 0%; | 240 background-position-y: 0%; |
241 border-spacing: 0px 0px; | 241 border-spacing: 0px 0px; |
242 overflow: visible; | 242 overflow: visible; |
243 -webkit-mask-position-x: 0%; | 243 -webkit-mask-position-x: 0%; |
244 -webkit-mask-position-y: 0%; | 244 -webkit-mask-position-y: 0%; |
245 | 245 |
OLD | NEW |