1# These are all values accepted for CSS2. 2# 3# WARNING: 4# -------- 5# 6# The Values are sorted according to the properties they belong to, 7# and have to be in the same order as the enums in RenderStyle.h. 8# 9# If not, the optimizations in the cssparser and style selector will fail, 10# and produce incorrect results. 11# 12# 13# CSS_PROP_*_COLOR 14# 15aliceblue 16antiquewhite 17# aqua 18aquamarine 19azure 20beige 21bisque 22# black 23blanchedalmond 24# blue 25blueviolet 26brown 27burlywood 28cadetblue 29chartreuse 30chocolate 31coral 32cornflowerblue 33cornsilk 34crimson 35cyan 36darkblue 37darkcyan 38darkgoldenrod 39darkgray 40darkgreen 41darkgrey 42darkkhaki 43darkmagenta 44darkolivegreen 45darkorange 46darkorchid 47darkred 48darksalmon 49darkseagreen 50darkslateblue 51darkslategray 52darkslategrey 53darkturquoise 54darkviolet 55deeppink 56deepskyblue 57dimgray 58dimgrey 59dodgerblue 60firebrick 61floralwhite 62forestgreen 63# fuchsia 64gainsboro 65ghostwhite 66gold 67goldenrod 68# gray 69# grey 70# green 71greenyellow 72honeydew 73hotpink 74indianred 75indigo 76ivory 77khaki 78lavender 79lavenderblush 80lawngreen 81lemonchiffon 82lightblue 83lightcoral 84lightcyan 85lightgoldenrodyellow 86lightgray 87lightgreen 88lightgrey 89lightpink 90lightsalmon 91lightseagreen 92lightskyblue 93lightslategray 94lightslategrey 95lightsteelblue 96lightyellow 97# lime 98limegreen 99linen 100magenta 101# maroon 102mediumaquamarine 103mediumblue 104mediumorchid 105mediumpurple 106mediumseagreen 107mediumslateblue 108mediumspringgreen 109mediumturquoise 110mediumvioletred 111midnightblue 112mintcream 113mistyrose 114moccasin 115navajowhite 116# navy 117oldlace 118# olive 119olivedrab 120# orange 121orangered 122orchid 123palegoldenrod 124palegreen 125paleturquoise 126palevioletred 127papayawhip 128peachpuff 129peru 130pink 131plum 132powderblue 133# purple 134# red 135rosybrown 136royalblue 137saddlebrown 138salmon 139sandybrown 140seagreen 141seashell 142sienna 143# silver 144skyblue 145slateblue 146slategray 147slategrey 148snow 149springgreen 150steelblue 151tan 152# teal 153thistle 154tomato 155turquoise 156violet 157wheat 158# white 159whitesmoke 160# yellow 161yellowgreen 162 163# CSS_PROP_CLIP_PATH 164# CSS_PROP_CLIP_RULE 165nonzero 166evenodd 167 168# CSS_PROP_MASK 169# CSS_PROP_OPACITY 170# CSS_PROP_ENABLE_BACKGROUND 171accumulate 172new 173 174# CSS_PROP_FILTER 175# CSS_PROP_FLOOD_COLOR 176#currentColor 177 178# CSS_PROP_FLOOD_OPACITY 179# CSS_PROP_LIGHTING_COLOR 180#currentColor 181 182# CSS_PROP_STOP_COLOR 183# CSS_PROP_STOP_OPACITY 184# CSS_PROP_COLOR_INTERPOLATION 185#auto 186#sRGB 187linearRGB 188 189# CSS_PROP_COLOR_INTERPOLATION_FILTERS 190#auto 191#sRGB 192#linearRGB 193 194# CSS_PROP_COLOR_PROFILE 195#sRGB 196 197# CSS_PROP_COLOR_RENDERING 198#auto 199#optimizeSpeed 200optimizeQuality 201 202## CSS_PROP_FILL 203#currentColor 204 205# CSS_PROP_FILL_OPACITY 206# CSS_PROP_FILL_RULE 207#nonzero 208#evenodd 209 210# CSS_PROP_IMAGE_RENDERING 211#auto 212#optimizeSpeed 213#optimizeQuality 214 215# CSS_PROP_MARKER 216# CSS_PROP_MARKER_END 217# CSS_PROP_MARKER_MID 218# CSS_PROP_MARKER_START 219# CSS_PROP_SHAPE_RENDERING 220#auto 221#optimizeSpeed 222crispEdges 223#geometricPrecision 224 225# CSS_PROP_STROKE 226# CSS_PROP_STROKE_DASHARRAY 227# CSS_PROP_STROKE_DASHOFFSET 228# CSS_PROP_STROKE_LINECAP 229butt 230# round 231# square 232 233# CSS_PROP_STROKE_LINEJOIN 234miter 235# round 236bevel 237 238# CSS_PROP_STROKE_MITERLIMIT 239# CSS_PROP_STROKE_OPACITY 240# CSS_PROP_STROKE_WIDTH 241 242# CSS_PROP_ALIGNMENT_BASELINE 243#auto 244# baseline 245before-edge 246after-edge 247#middle 248central 249text-before-edge 250text-after-edge 251ideographic 252alphabetic 253hanging 254mathematical 255 256# CSS_PROP_BASELINE_SHIFT 257#baseline 258# sub 259# super 260 261# CSS_PROP_DOMINANT_BASELINE 262#auto 263use-script 264no-change 265reset-size 266 267# CSS_PROP_GLYPH_ORIENTATION_HORIZONTAL 268 269# CSS_PROP_GLYPH_ORIENTATION_VERTICAL 270# CSS_PROP_KERNING 271# CSS_PROP_TEXT_ANCHOR 272# start 273# middle 274# end 275 276# CSS_PROP_VECTOR_EFFECT 277# none 278non-scaling-stroke 279