Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
CSS Filter: allow text-size-adjust and appearance.
Browse files Browse the repository at this point in the history
New allowed property: `appearance`. Used to normalize text inputs
in webkit browsers:
http://stackoverflow.com/questions/7599533/ios-forces-rounded-corners-and-glare-on-inputs.

New allowed property: `text-size-adjust`. Used to stop iOS from
enlarging text automatically:
http://css-tricks.com/prevent-iphone-text-enlargement/.
  • Loading branch information
jaflo authored and spladug committed Feb 27, 2015
1 parent 342fd84 commit 887bf4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r2/r2/lib/cssfilter.py
Expand Up @@ -83,6 +83,7 @@
"animation-name",
"animation-play-state",
"animation-timing-function",
"appearance",
"backface-visibility",
"background",
"background-attachment",
Expand Down Expand Up @@ -258,6 +259,7 @@
"text-overflow",
"text-rendering",
"text-shadow",
"text-size-adjust",
"text-space-collapse",
"text-transform",
"text-underline-position",
Expand Down

0 comments on commit 887bf4b

Please sign in to comment.