I’m trying to implement a polyfill in IE<9 for computed style. I’ve figured out how to deal with converting em, pt, and % to px but I need a solution for auto.
I need a list of properties that allow auto so I can figure out how to handle properties with ‘auto’ as a value.
That was kind of a lazy question I’d say. I found this list on google in 2 sec.