Re: [css-d] How to: enlarge all content for accessibility

2016-05-28 Thread Tedd Sperling
bill:

Here’s something you may want to consider.

http://sperling.com/examples/zoom/

It shows that using ems is a good way to handle both text and images with 
regard to zooming.

Cheers,

tedd
___
tedd sperling
t...@sperling.com





> On May 28, 2016, at 6:38 AM, william drescher  wrote:
> 
> My wife is vision impaired.  I am writing a web application for her.  How can 
> I style the page so it displays at 300%.  I can increase the fontsize, but 
> then it does not increase the size of the form elements.  I want to increase 
> everything.
> 
> Changing the dpi of the display works, but then it is a problem for me.
> 
> Any suggestions will be appreciated.
> 
> -- 
> bill
> 
> __
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] How to: enlarge all content for accessibility

2016-05-28 Thread Philippe Wittenbergh

> On May 28, 2016, at 7:38 PM, william drescher  wrote:
> 
> My wife is vision impaired.  I am writing a web application for her.  How can 
> I style the page so it displays at 300%.  I can increase the fontsize, but 
> then it does not increase the size of the form elements.  I want to increase 
> everything.

I would start with:

html, button, input, select, textarea { font-size: 3rem; }

then see if you need further adjustment to form controls (such as padding, 
border, …)

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] How to: enlarge all content for accessibility

2016-05-28 Thread william drescher
My wife is vision impaired.  I am writing a web application for 
her.  How can I style the page so it displays at 300%.  I can 
increase the fontsize, but then it does not increase the size of 
the form elements.  I want to increase everything.


Changing the dpi of the display works, but then it is a problem 
for me.


Any suggestions will be appreciated.

--
bill

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/