height-computed-001 |
= |
|
CSS min-height: min-height does not influence the computed height
- If the resulting height is smaller than 'min-height', the rules above are applied again, but this time using the value of 'min-height' as the computed value for 'height'. Note: These steps do not affect the real computed value of 'height'.
|
height-computed-002 |
= |
|
CSS max-height: max-height does not influence the computed height
- If this tentative height is greater than 'max-height', the rules above are applied again, but this time using the value of 'max-height' as the computed value for 'height'. [...] Note: These steps do not affect the real computed value of 'height'.
|
height-percentage-004 |
= |
|
inherited percentage height
- If the resulting height is smaller than 'min-height', the rules above are applied again, but this time using the value of 'min-height' as the computed value for 'height'. Note: These steps do not affect the real computed value of 'height'.
|