File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ Units</h3>
100100 defined in [[!CSS3VAL]] . For example, the pixel unit represents CSS pixels and
101101 not physical pixels.
102102
103- Relative units in media queries are based on the initial value, which means
103+ Relative units in media queries are based on the <a> initial value</a> , which means
104104 that units are never based on results of declarations. For example, in HTML,
105- the ''em'' unit is relative to the initial value of 'font-size' ,
105+ the ''em'' unit is relative to the <a> initial value</a> of 'font-size' ,
106106 defined by the user agent or the user's preferences,
107107 not any styling on the page.
108108
@@ -938,7 +938,7 @@ width</h3>
938938
939939 <pre> @media (min-width: 20em) { … }</pre>
940940
941- The ''em'' value is relative to the initial value of 'font-size' .
941+ The ''em'' value is relative to the <a> initial value</a> of 'font-size' .
942942 </div>
943943
944944
You can’t perform that action at this time.
0 commit comments