diff --git a/css-size-adjust-1/Overview.bs b/css-size-adjust-1/Overview.bs index 4219128b4a5..5e0a266d77b 100644 --- a/css-size-adjust-1/Overview.bs +++ b/css-size-adjust-1/Overview.bs @@ -66,7 +66,7 @@ Module interactions {#placement} Values {#values} ---------------- - This specification follows the CSS property definition conventions from [[!CSS2]]. + This specification follows the CSS property definition conventions from [[!CSS21]]. Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]]. Other CSS modules may expand the definitions of these value types. @@ -151,7 +151,7 @@ Size adjustment control: the 'text-size-adjust' property {#adjustment-control}
       Name: text-size-adjust
-      Value: auto | none | <percentage>
+      Value: auto | none | <>
       Initial: auto
       Applies to: all elements
       Inherited: yes
@@ -168,7 +168,8 @@ Size adjustment control: the 'text-size-adjust' property {#adjustment-control}
       
Renderers must not do size adjustment when displaying on a small device.
<percentage>
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. -

Note: This means that 'text-size-adjust: 100%;' is equivalent to 'text-size-adjust: none;'.

+

Note: This means that 'text-size-adjust: 100%;' is equivalent to 'text-size-adjust: none;'.

+

Negative values are invalid. Issue: "Small device" is not well defined. We should clearly specify