Posts Tagged: mobile

People with disabilities use mobile devices, too

Does mobile accessibility matter? A survey of people with disabilities found that almost all of them use a mobile device. If you have a disability yourself, please participate in one of two surveys out now that seek to learn more about your mobile use.

Essential considerations for crafting quality media queries

Learn what you need to know to set up media queries that maximize efficiency and robustness for your particular project. There are pros and cons to making your media queries embedded versus external, overlapping versus stacking your media queries, starting with mobile versus desktop styles, and using conditional comments versus JavaScript to add support for IE 8 and earlier versions.

Bug fixes for removing the inner shadow on iOS inputs

You should be able to remove the default inner shadows on text field inputs in Safari on iOS using -webkit-appearance, but a couple bugs with the property reduce its usefulness. Luckily, you can work around the bugs using CSS3 gradient background images instead.