Skip to content

Commit f8e09c2

Browse files
committed
[mediaqueries] Markup fixup
1 parent fab35bb commit f8e09c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mediaqueries/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)