| OLD | NEW |
| 1 // | 1 // |
| 2 // CSS value names | 2 // CSS value names |
| 3 // | 3 // |
| 4 | 4 |
| 5 // The mode argument is used to limit the keyword to be used only for certain | 5 // The mode argument is used to limit the keyword to be used only for certain |
| 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by | 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by |
| 7 // CSSParserModes listed in allowInternalPropertyAndValue() | 7 // CSSParserModes listed in allowInternalPropertyAndValue() |
| 8 | 8 |
| 9 inherit | 9 inherit |
| 10 initial | 10 initial |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 center | 157 center |
| 158 justify | 158 justify |
| 159 -webkit-match-parent | 159 -webkit-match-parent |
| 160 // | 160 // |
| 161 // text-justify | 161 // text-justify |
| 162 // | 162 // |
| 163 //auto | 163 //auto |
| 164 //none | 164 //none |
| 165 inter-word | 165 inter-word |
| 166 distribute | 166 distribute |
| 167 // | 167 |
| 168 // list-style-position | |
| 169 // | |
| 170 outside | |
| 171 inside | |
| 172 // | |
| 173 // list-style-type | |
| 174 // The order here must match the order of the EListStyleType enum in RenderStyle
Constants.h. | |
| 175 // | |
| 176 disc | |
| 177 circle | 168 circle |
| 178 square | 169 square |
| 179 decimal | 170 |
| 180 decimal-leading-zero | 171 |
| 181 arabic-indic | |
| 182 binary | |
| 183 bengali | |
| 184 cambodian | |
| 185 khmer | |
| 186 devanagari | |
| 187 gujarati | |
| 188 gurmukhi | |
| 189 kannada | |
| 190 lower-hexadecimal | |
| 191 lao | |
| 192 malayalam | |
| 193 mongolian | |
| 194 myanmar | |
| 195 octal | |
| 196 oriya | |
| 197 persian | |
| 198 urdu | |
| 199 telugu | |
| 200 tibetan | |
| 201 thai | |
| 202 upper-hexadecimal | |
| 203 lower-roman | |
| 204 upper-roman | |
| 205 lower-greek | |
| 206 lower-alpha | |
| 207 lower-latin | |
| 208 upper-alpha | |
| 209 upper-latin | |
| 210 afar | |
| 211 ethiopic-halehame-aa-et | |
| 212 ethiopic-halehame-aa-er | |
| 213 amharic | |
| 214 ethiopic-halehame-am-et | |
| 215 amharic-abegede | |
| 216 ethiopic-abegede-am-et | |
| 217 cjk-earthly-branch | |
| 218 cjk-heavenly-stem | |
| 219 ethiopic | |
| 220 ethiopic-halehame-gez | |
| 221 ethiopic-abegede | |
| 222 ethiopic-abegede-gez | |
| 223 hangul-consonant | |
| 224 hangul | |
| 225 lower-norwegian | |
| 226 oromo | |
| 227 ethiopic-halehame-om-et | |
| 228 sidama | |
| 229 ethiopic-halehame-sid-et | |
| 230 somali | |
| 231 ethiopic-halehame-so-et | |
| 232 tigre | |
| 233 ethiopic-halehame-tig | |
| 234 tigrinya-er | |
| 235 ethiopic-halehame-ti-er | |
| 236 tigrinya-er-abegede | |
| 237 ethiopic-abegede-ti-er | |
| 238 tigrinya-et | |
| 239 ethiopic-halehame-ti-et | |
| 240 tigrinya-et-abegede | |
| 241 ethiopic-abegede-ti-et | |
| 242 upper-greek | |
| 243 upper-norwegian | |
| 244 asterisks | |
| 245 footnotes | |
| 246 hebrew | |
| 247 armenian | |
| 248 lower-armenian | |
| 249 upper-armenian | |
| 250 georgian | |
| 251 cjk-ideographic | |
| 252 hiragana | |
| 253 katakana | |
| 254 hiragana-iroha | |
| 255 katakana-iroha | |
| 256 //none | |
| 257 // | 172 // |
| 258 // display | 173 // display |
| 259 // The order here must match the order of the EDisplay enum in RenderStyleConsta
nts.h. | 174 // The order here must match the order of the EDisplay enum in RenderStyleConsta
nts.h. |
| 260 // | 175 // |
| 261 inline | 176 inline |
| 262 // Contains only inline content. | 177 // Contains only inline content. |
| 263 paragraph | 178 paragraph |
| 264 // Contains only block content. | 179 // Contains only block content. |
| 265 flex | 180 flex |
| 266 inline-flex | 181 inline-flex |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 legacy | 658 legacy |
| 744 | 659 |
| 745 // will-change | 660 // will-change |
| 746 // auto | 661 // auto |
| 747 contents | 662 contents |
| 748 | 663 |
| 749 // all | 664 // all |
| 750 // initial | 665 // initial |
| 751 // inherit | 666 // inherit |
| 752 unset | 667 unset |
| OLD | NEW |