| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 text-top | 145 text-top |
| 146 text-bottom | 146 text-bottom |
| 147 top | 147 top |
| 148 bottom | 148 bottom |
| 149 // HTML alignment MIDDLE has no corresponding CSS alignment | 149 // HTML alignment MIDDLE has no corresponding CSS alignment |
| 150 -webkit-baseline-middle | 150 -webkit-baseline-middle |
| 151 // | 151 // |
| 152 // text-align | 152 // text-align |
| 153 // The order here must match the order of the ETextAlign enum in RenderStyleCons
tants.h. | 153 // The order here must match the order of the ETextAlign enum in RenderStyleCons
tants.h. |
| 154 // | 154 // |
| 155 -webkit-auto | |
| 156 left | 155 left |
| 157 right | 156 right |
| 158 center | 157 center |
| 159 justify | 158 justify |
| 160 -webkit-left | |
| 161 -webkit-right | |
| 162 -webkit-center | |
| 163 -webkit-match-parent | 159 -webkit-match-parent |
| 164 // | 160 // |
| 165 // text-justify | 161 // text-justify |
| 166 // | 162 // |
| 167 //auto | 163 //auto |
| 168 //none | 164 //none |
| 169 inter-word | 165 inter-word |
| 170 distribute | 166 distribute |
| 171 // | 167 // |
| 172 // list-style-position | 168 // list-style-position |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 | 807 |
| 812 // will-change | 808 // will-change |
| 813 // auto | 809 // auto |
| 814 contents | 810 contents |
| 815 scroll-position | 811 scroll-position |
| 816 | 812 |
| 817 // all | 813 // all |
| 818 // initial | 814 // initial |
| 819 // inherit | 815 // inherit |
| 820 unset | 816 unset |
| OLD | NEW |