+
6 Units |
mq-calc-002 |
= |
|
evaluation of em in calc in Media Queries
- The size in pixels of the 'em' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
mq-calc-003 |
= |
|
evaluation of ex in calc in Media Queries
- The size in pixels of the 'ex' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
mq-calc-004 |
= |
|
evaluation of ch in calc in Media Queries
- The size in pixels of the 'ch' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
mq-calc-005 |
= |
|
evaluation of rem in calc in Media Queries
- The size in pixels of the 'rem' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
mq-calc-006 |
= |
|
- The 'in' unit used in calc is not mistaken as 'px'.
|
relative-units-001 |
= |
|
Font-relative length units (rem) in width media queries
- Font-relative length units (such as 'rem') in media queries should be calculated based on the initial value of 'font-size', not based on author style declarations, such as: html { font-size: 200%; }
|
relative-units-002 |
= |
|
Font-relative length units (em) in width media queries
- Font-relative length units (such as 'em') in media queries should be calculated based on the initial value of 'font-size', not based on author style declarations, such as: html { font-size: 200%; }
|
relative-units-003 |
= |
|
Font-relative length units (ex) in width media queries
- Font-relative length units (such as 'ex') in media queries should be calculated based on the initial value of 'font-size', not based on author style declarations, such as: html { font-size: 200%; }
|
relative-units-004 |
= |
|
Font-relative length units (ch) in width media queries
- Font-relative length units (such as 'ch') in media queries should be calculated based on the initial value of 'font-size', not based on author style declarations, such as: html { font-size: 200%; }
|