You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Renderers must not do size adjustment when displaying on a small device.</dd>
169
169
<dt><dfn><percentage></dfn></dt>
170
170
<dd>When displaying on a small device, renderers must not do size adjustment but instead the computed value of 'font-size' must be multiplied by this percentage.
171
-
<p class="note">Note: This means that 'text-size-adjust: 100%;' is equivalent to 'text-size-adjust: none;'.</p></dd>
171
+
<p class="note">Note: This means that 'text-size-adjust: 100%;' is equivalent to 'text-size-adjust: none;'.</p>
172
+
<p>Negative values are not allowed.</p></dd>
172
173
</dl>
173
174
174
175
Issue: "Small device" is not well defined. We should clearly specify
0 commit comments