--- title: slug: Web/CSS/time-percentage tags: - 值 - 单位 - 层叠样式表 translation_of: Web/CSS/time-percentage ---
{{CSSRef}}

CSS数据类型<time-percentage> 的值可以表示为时间或百分比。

Syntax

有关此类型允许的各个语法的详细信息,请参阅{{Cssxref("time")}}和{{Cssxref("percentage")}}的文档。

Use in calc()

如果将<time percentage>指定为允许的类型,这意味着该百分比解析为时间,因此可以在{{Cssxref("calc()")}}表达式中使用。

Specifications

Specification Status Comment
{{SpecName('CSS4 Values', '#mixed-percentages', '<time-percentage>')}} {{Spec2('CSS4 Values')}}  
{{SpecName('CSS3 Values', '#mixed-percentages', '<time-percentage>')}} {{Spec2('CSS3 Values')}} Defines <time-percentage>. Adds calc()

Browser compatibility

{{Compat("css.types.time-percentage")}}