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