Skip to content

Commit 921bacc

Browse files
authored
Update Overview.bs
1 parent f7aaae2 commit 921bacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-size-adjust-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -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
@@ -169,7 +169,7 @@ Size adjustment control: the 'text-size-adjust' property {#adjustment-control}
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.
171171
<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+
<p>Negative values are invalid.
173173
</dl>
174174

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

0 commit comments

Comments
 (0)