Skip to content

Commit 30e328c

Browse files
authored
Merge pull request #3891 from ewilligers/text-size-adjust-non-negative
[css-size-adjust] text-size-adjust is non-negative
2 parents 79c5df1 + 921bacc commit 30e328c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-size-adjust-1/Overview.bs

Lines changed: 4 additions & 3 deletions
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

@@ -151,7 +151,7 @@ Size adjustment control: the 'text-size-adjust' property {#adjustment-control}
151151

152152
<pre class=propdef>
153153
Name: text-size-adjust
154-
Value: auto | none | &lt;percentage&gt;
154+
Value: auto | none | <<percentage>>
155155
Initial: auto
156156
Applies to: all elements
157157
Inherited: yes
@@ -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 invalid.
172173
</dl>
173174

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

0 commit comments

Comments
 (0)