@@ -25,11 +25,15 @@ At Risk: The '@media/update' media feature
2525
2626<pre class=link-defaults>
2727spec:css-conditional-3; type:at-rule; text:@media
28- spec:css-values-4; type:type; text:<ratio>
29- spec:css-values-4; type:type; text:<integer>
30- spec:css-values-4; type:type; text:<length>
31- spec:css-values-4; type:type; text:<number>
32- spec:css-values-4; type:type; text:<resolution>
28+ spec:css-values-4;
29+ type:type;
30+ text:<ratio>
31+ text:<length>
32+ text:<integer>
33+ text:<number>
34+ text:<resolution>
35+ type:dfn; text:relative length
36+
3337</pre>
3438
3539<pre class=biblio>
@@ -135,11 +139,15 @@ Units</h3>
135139 defined in [[!CSS-VALUES-4]] . For example, the pixel unit represents CSS pixels and
136140 not physical pixels.
137141
138- <a spec="css-values">Relative length</a> units in media queries are based on the <a>initial value</a> , which means
139- that units are never based on results of declarations. <span class=note> For example, in HTML,
142+ [=Relative length=] units in media queries are based on the <a>initial value</a> ,
143+ which means that units are never based on results of declarations.
144+
145+ Note: For example, in HTML,
140146 the ''em'' unit is relative to the <a>initial value</a> of 'font-size' ,
141147 defined by the user agent or the user's preferences,
142- not any styling on the page.</span>
148+ not any styling on the page.
149+ Note that this will also take into account additional restrictions the user might apply,
150+ such as minimum font sizes.
143151
144152<h3 id='mq-prefers-security'>
145153Prefers-* Media Features Security and Privacy</h3>
@@ -2160,13 +2168,13 @@ All Available Interaction Capabilities: the 'any-pointer' and 'any-hover' featur
21602168 </div>
21612169
21622170<!--
2163- ██ ██ ████ ████████ ████████ ███████
2171+ ██ ██ ████ ████████ ████████ ███████
21642172██ ██ ██ ██ ██ ██ ██ ██
21652173██ ██ ██ ██ ██ ██ ██ ██
21662174██ ██ ██ ██ ██ ██████ ██ ██
21672175 ██ ██ ██ ██ ██ ██ ██ ██
21682176 ██ ██ ██ ██ ██ ██ ██ ██
2169- ███ ████ ████████ ████████ ███████
2177+ ███ ████ ████████ ████████ ███████
21702178-->
21712179
21722180<h2 id="video-prefixed-features">Video Prefixed Features</h2>
0 commit comments