Skip to content

Commit f7aaae2

Browse files
committed
[css-size-adjust] text-size-adjust is non-negative
Like other sizing properties, text-size-adjust does not accept negative values.
1 parent 6030c88 commit f7aaae2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-size-adjust-1/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Module interactions {#placement}
6666
Values {#values}
6767
----------------
6868

69-
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]].
69+
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]].
7070
Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]].
7171
Other CSS modules may expand the definitions of these value types.
7272

@@ -168,7 +168,8 @@ Size adjustment control: the 'text-size-adjust' property {#adjustment-control}
168168
<dd>Renderers must not do size adjustment when displaying on a small device.</dd>
169169
<dt><dfn>&lt;percentage&gt;</dfn></dt>
170170
<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>
172173
</dl>
173174

174175
Issue: "Small device" is not well defined. We should clearly specify

0 commit comments

Comments
 (0)