Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // | 1 // |
| 2 // SVG CSS value names | 2 // SVG CSS value names |
| 3 // | 3 // |
| 4 | 4 |
| 5 // CSS_PROP_*_COLOR | 5 // CSS_PROP_*_COLOR |
| 6 // | 6 // |
| 7 aliceblue | 7 aliceblue |
| 8 alpha | |
|
fs
2014/07/16 07:34:09
Looks like 'luminance' is a similar "mistake". Not
| |
| 9 antiquewhite | 8 antiquewhite |
| 10 // aqua | 9 // aqua |
| 11 aquamarine | 10 aquamarine |
| 12 azure | 11 azure |
| 13 beige | 12 beige |
| 14 bisque | 13 bisque |
| 15 // black | 14 // black |
| 16 blanchedalmond | 15 blanchedalmond |
| 17 // blue | 16 // blue |
| 18 blueviolet | 17 blueviolet |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 147 thistle | 146 thistle |
| 148 tomato | 147 tomato |
| 149 turquoise | 148 turquoise |
| 150 violet | 149 violet |
| 151 wheat | 150 wheat |
| 152 // white | 151 // white |
| 153 whitesmoke | 152 whitesmoke |
| 154 // yellow | 153 // yellow |
| 155 yellowgreen | 154 yellowgreen |
| 156 | 155 |
| 156 alpha | |
| 157 | |
| 157 // CSS_PROP_CLIP_PATH | 158 // CSS_PROP_CLIP_PATH |
| 158 // CSS_PROP_CLIP_RULE | 159 // CSS_PROP_CLIP_RULE |
| 159 // nonzero and evenodd part of core CSS values now. | 160 // nonzero and evenodd part of core CSS values now. |
| 160 | 161 |
| 161 // CSS_PROP_MASK | 162 // CSS_PROP_MASK |
| 162 // CSS_PROP_OPACITY | 163 // CSS_PROP_OPACITY |
| 163 // CSS_PROP_ENABLE_BACKGROUND | 164 // CSS_PROP_ENABLE_BACKGROUND |
| 164 accumulate | 165 accumulate |
| 165 new | 166 new |
| 166 | 167 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 271 | 272 |
| 272 // CSS_PROP_VECTOR_EFFECT | 273 // CSS_PROP_VECTOR_EFFECT |
| 273 // none | 274 // none |
| 274 non-scaling-stroke | 275 non-scaling-stroke |
| 275 | 276 |
| 276 // CSS_PROP_PAINT_ORDER | 277 // CSS_PROP_PAINT_ORDER |
| 277 // normal | 278 // normal |
| 278 // fill | 279 // fill |
| 279 // stroke | 280 // stroke |
| 280 // markers | 281 // markers |
| OLD | NEW |