| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 stroke-dasharray: none; | 220 stroke-dasharray: none; |
| 221 stroke-dashoffset: 0; | 221 stroke-dashoffset: 0; |
| 222 stroke-linecap: butt; | 222 stroke-linecap: butt; |
| 223 stroke-linejoin: miter; | 223 stroke-linejoin: miter; |
| 224 stroke-miterlimit: 4; | 224 stroke-miterlimit: 4; |
| 225 stroke-opacity: 1; | 225 stroke-opacity: 1; |
| 226 stroke-width: 1; | 226 stroke-width: 1; |
| 227 alignment-baseline: auto; | 227 alignment-baseline: auto; |
| 228 baseline-shift: baseline; | 228 baseline-shift: baseline; |
| 229 dominant-baseline: auto; | 229 dominant-baseline: auto; |
| 230 kerning: 0; | |
| 231 text-anchor: start; | 230 text-anchor: start; |
| 232 writing-mode: lr-tb; | 231 writing-mode: lr-tb; |
| 233 glyph-orientation-horizontal: 0deg; | 232 glyph-orientation-horizontal: 0deg; |
| 234 glyph-orientation-vertical: auto; | 233 glyph-orientation-vertical: auto; |
| 235 vector-effect: none; | 234 vector-effect: none; |
| 236 | 235 |
| 237 Other attributes that the computed style class supports: | 236 Other attributes that the computed style class supports: |
| 238 | 237 |
| 239 background-position-x: 0%; | 238 background-position-x: 0%; |
| 240 background-position-y: 0%; | 239 background-position-y: 0%; |
| 241 border-spacing: 0px 0px; | 240 border-spacing: 0px 0px; |
| 242 overflow: visible; | 241 overflow: visible; |
| 243 -webkit-mask-position-x: 0%; | 242 -webkit-mask-position-x: 0%; |
| 244 -webkit-mask-position-y: 0%; | 243 -webkit-mask-position-y: 0%; |
| 245 | 244 |
| OLD | NEW |