<frequency>
<frequency> CSSæ°æ®ç±»å表示é¢ç维度ï¼ä¾å¦è¯é³çé³é«ãç®å宿ªå¨ä»»ä½ CSS 屿§ä¸è¢«ä½¿ç¨ã
è¯æ³
The <frequency> data type consists of a <number> followed by one of the units listed below. As with all CSS dimensions, there is no space between the unit literal and the number.
åä½
å¯ä»¥ä½¿ç¨ä»¥ä¸åä½ï¼
Hz-
è¡¨ç¤ºä»¥èµ«å ¹ï¼hertzï¼ä¸ºåä½çé¢çãä¾å¦ï¼
0Hzã1500Hzã10000Hzã kHz-
表示以åèµ«å ¹ï¼kilohertzï¼ä¸ºåä½çé¢çãä¾å¦ï¼
0kHzã1.5kHzã10kHzã
夿³¨ï¼Although the number 0 is always the same regardless of unit, the unit may not be omitted. In other words, 0 is invalid and does not represent 0Hz or 0kHz. Though the units are case-insensitive, it is good practice to use a capital "H" for Hz and kHz, as specified in the SI.
示ä¾
12Hz Positive integer 4.3Hz Non-integer 14KhZ The unit is case-insensitive, though non-SI capitalization is not recommended. +0Hz Zero, with a leading + and a unit -0kHz Zero, with a leading - and a unit
Invalid frequency values
12.0 This is a <number>, not an <frequency>, because it is missing a unit. 7 Hz No space is allowed between the number and the unit. 0 Although unitless zero is an allowable <length>, it's an invalid <frequency>.
è§è
| è§è |
|---|
| CSS Values and Units Module Level 4 > # frequency-value > |
夿³¨ï¼This data type was initially introduced in CSS Level 2 for the now-obsolete aural media type, where it was used to define the pitch of the voice. However, the <frequency> data type has been reintroduced in CSS3, though no CSS property is using it at the moment.