<time-percentage> - CSS: Cascading Style Sheets 编辑
The <time-percentage>
CSS data type represents a value that can be either a <time>
or a <percentage>
.
Syntax
Refer to the documentation for <time>
and <percentage>
for details of the individual syntaxes allowed by this type.
Examples
Use in calc()
Where a <time-percentage>
is specified as an allowable type, this means that the percentage resolves to a time and therefore can be used in a calc()()
expression.
Valid percentages
50% +50% Optional plus sign -50% Negative percentages are not valid for all properties that accept percentages
Invalid percentages
50 % Space not allowed between the space and the percentage sign
Valid times
12s Positive integer -456ms Negative integer 4.3ms Non-integer 14mS The unit is case-insensitive, although capital letters are not recommended. +0s Zero with a leading + and a unit -0ms Zero with a leading - and a unit
Invalid times
0 Although unitless zero is allowed for <length>s, it's invalid for <time>s. 12.0 This is a <number>, not a <time>, because it's missing a unit. 7 ms No space is allowed between the number and the unit.
Specifications
Specification | Status | Comment |
---|---|---|
CSS Values and Units Module Level 4 The definition of '<time-percentage>' in that specification. | Editor's Draft | |
CSS Values and Units Module Level 3 The definition of '<time-percentage>' in that specification. | Candidate Recommendation | Defines <time-percentage> . Adds calc() |
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论