CSS/text-size-adjust: Difference between revisions

From MozillaWiki
< CSS
Jump to navigation Jump to search
(→‎see also: dbaron's post, apple docs, ms docs)
(citations, property defn)
Line 1: Line 1:
{{stub}}
{{stub}}


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-. (citations needed, please link each to each implementor's documentation or announcement of their support and note which respective browser version). - [[User:Tantek|Tantek]]
This page is for tracking the development of a standard 'text-size-adjust' property. There are various vendor prefixed implementations of it: [http://dbaron.org/log/20111126-font-inflation -moz-], [http://msdn.microsoft.com/en-us/library/ff462082%28v=vs.92%29.aspx#sectionToggle2 -ms-], -o-*, [https://developer.apple.com/library/ios/#DOCUMENTATION/AppleApplications/Reference/SafariWebContent/AdjustingtheTextSize/AdjustingtheTextSize.html -webkit-]. - [[User:Tantek|Tantek]]
 
*Couldn't find documentation for Opera's -o-text-size-adjust on Opera.com.


== property definition ==
== property definition ==
(in progress)
* 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


== see also ==
== see also ==

Revision as of 15:26, 28 March 2012

This article is a stub. You can help MozillaWiki by expanding it.

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

  • 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

see also