CSS/text-size-adjust

From MozillaWiki
Jump to navigation Jump to search

This page is for tracking the development of a standard 'text-size-adjust' property. There are various vendor prefixed implementations of it: -moz-, -ms-, -o-*, -webkit-. - Tantek

  • Couldn't find documentation for Opera's -o-text-size-adjust on Opera.com.

property definition

  • values: auto | none | <percentage>
  • Initial value : auto for smartphone browsers supporting inflation, none in other cases (and then not modifiable)
  • Applies to: all elements
  • Inherited :yes
  • <percentage> :yes, refer to the corresponding size of the text font
  • Media: visual
  • Computed value : the keyword or the percentage value
  • Animatable: no
auto
mobile browsers may implement a text inflation algorithm
none
browser must not do any automatic text inflation
<percentage>
inflate text size by the <percentage> given

see also