Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // This file specifies the unit strings used in CSSPrimitiveValues. | |
| 2 | |
| 3 em unit_type=Ems | |
| 4 ex unit_type=Exs | |
| 5 px unit_type=Pixels | |
| 6 cm unit_type=Centimeters | |
| 7 mm unit_type=Millimeters | |
| 8 in unit_type=Inches | |
| 9 pt unit_type=Points | |
| 10 pc unit_type=Picas | |
| 11 "" unit_type=UserUnits | |
|
Timothy Loh
2016/05/03 07:40:26
let's just hard-code this in CSSPrimitiveValueUnit
meade_UTC10
2016/05/04 07:24:54
Done.
| |
| 12 deg unit_type=Degrees | |
| 13 rad unit_type=Radians | |
| 14 grad unit_type=Gradians | |
| 15 ms unit_type=Milliseconds | |
| 16 s unit_type=Seconds | |
| 17 hz unit_type=Hertz | |
| 18 khz unit_type=Kilohertz | |
| 19 dpi unit_type=DotsPerInch | |
| 20 dpcm unit_type=DotsPerCentimeter | |
| 21 dppx unit_type=DotsPerPixel | |
| 22 vw unit_type=ViewportWidth | |
| 23 vh unit_type=ViewportHeight | |
| 24 vmin unit_type=ViewportMin | |
| 25 vmax unit_type=ViewportMax | |
| 26 rem unit_type=Rems | |
| 27 fr unit_type=Fraction | |
| 28 turn unit_type=Turns | |
| 29 ch unit_type=Chs | |
| 30 __qem unit_type=QuirkyEms | |
| 31 | |
| OLD | NEW |