<time-percentage>
Quick Summary for <time-percentage>
The <time-percentage> CSS data type represents a value that can be either a <time> or a <percentage>.
Code Usage for <time-percentage>
50% +50%        Optional plus sign -50%        Negative percentages are not valid for all properties that accept percentages 
More Details for <time-percentage>

<time-percentage>

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 number 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
CSS Values and Units Module Level 5 # mixed-percentages

See also

<percentage> <time> CSS Values and Units

Last modified: Nov 21, 2021, by MDN contributors

Select your preferred language English (US)Français日本語中文 (简体) Change language

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Categories in CSS
css
Search CSS
Search CSS by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
When I realized that, no individual step is hard in any process. Building this airport I'm standing in right now started with a guy writing the architectural plans on paper. That's not hard for him to do. Then laying the first beam isn't had. The whole thing is really hard. So, just take each step kind of piece by piece and when I was able to do that and stop trying to chase this prize and started putting in the work, things just started coming together.
Unknown
Random CSS Property

<display-inside>

These keywords specify the element's inner display type, which defines the type of formatting context that lays out its contents (assuming it is a non-replaced element). These keywords are used as values of the display property, and can be used for legacy purposes as a single keyword, or as defined in the Level 3 specification alongside a value from the <display-outside> keywords.
<display-inside> css reference