反侵权公告(第34号):新浪财经屡次侵权情节恶劣

百度 通过完善立法、加强执法、深入普法、强化监督,推进依法执政、依法行政、公正司法、全民守法,不断提高经济、政治、文化、社会、生态和党的建设的法治化水平,着力推动我市法治建设继续走在全国全省前列争创基本实现现代化先行区、建设东方品质之城幸福和谐杭州,提供有利的法治保障、营造良好的法治环境。

The <frequency-percentage> CSS data type represents a value that can be either a <frequency> or a <percentage>. Frequency values, e.g., the pitch of a speaking voice, are not currently used in any CSS properties.

Syntax

The value of a <frequency-percentage> is either a <frequency> or a <percentage>; see their individual reference pages for details about their syntaxes.

Description

Use in calc()

Where a <frequency-percentage> is specified as an allowable type, this means that the percentage resolves to a frequency and therefore can be used in a calc() expression.

Formal syntax

Examples

Valid percentage values

90% Positive percentage
+90% Positive percentage with leading +
-90% Negative percentage — not valid for all properties that use percentages

Invalid percentage values

90 % No space is allowed between the number and the unit

Valid frequency values

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>.

Specifications

Specification
CSS Values and Units Module Level 4
# typedef-frequency-percentage

Browser compatibility

Currently, no browsers support this feature.

See also