3% use IE9 and 14% have a disability. Why do we only cater for the former?
101–110 of 250 posts
Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#102I hate the font choice of this article.
I think its a love/hate thing with my site theme. I've had a lot of comments that it looks fantastic. I think I'll have to increase the font size at least.
Do your readers a favour and change your font!
Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#103Earlier quoted context omitted.
joblessjunkie means the original article's site. Pinch-to-zoom works fine on HackerNews on an iPad, and the HackerNews font is nothing unusual. Regarding HN being too wide, why don't you narrow your browser window? Personally, I like the fact the traditional web design in which HN adjusts the line to screen width rather than imposing a width.
Hm, I’d be happy with some max-width:50em or so on the actual text. Now if only Firefox had a built-in way to apply custom user stylesheets to websites…
Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#104Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#105Earlier quoted context omitted.
...although you can do a damn good job addressing most of them with a few simple things: -Write good, semantic HTML, and use alt tags correctly -Don't overwrite browser defaults for scrolling, tabbing, etc (even if it's "hot design") -Don't rely purely on color to convey information -Use ARIA attributes where you can if you're building an application Some harder stuff that is really still worth it: -Send your media o…
A terrible example of relying on colour includes the braille at some Melbourne train stations[1]. It appears that someone directly translated the phrase "Press green button" rather than using left or right. [1] http://wongm.com/2014/06/asking-vision-impaired-to-push-gree...
Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#106> So why do we think it is perfectly acceptable to spend time ensuring that our websites work in IE9, but not that you can navigate them with a keyboard? Lack of empathy, basically. There's very little financial or technical incentive to supporting disabled users. People just don't give enough of a shit to help people who have a hard time using technology. Sadly it's going to take a strong push from an advocacy group…
Sadly it "died", it wasn't deemed important enough to be voted on and so languishes in a drawer or cabinet somewhere.
Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#107Earlier quoted context omitted.
Hm, I’d be happy with some max-width:50em or so on the actual text. Now if only Firefox had a built-in way to apply custom user stylesheets to websites…
It's not built-in but the Stylish extension does that.
Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#108Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#109Earlier quoted context omitted.
This website is even difficult to read on a regular desktop browser (too wide, downvoted comments increasingly impossible to read causing eye strain). I recommend using your own content script with Chrome. This may not help on your iPad but on Android you can use Firefox with your own userscript. It's the only way I can tolerate it. It would probably take a competent someone a few hours to fix the readability issues…
joblessjunkie means the original article's site. Pinch-to-zoom works fine on HackerNews on an iPad, and the HackerNews font is nothing unusual. Regarding HN being too wide, why don't you narrow your browser window? Personally, I like the fact the traditional web design in which HN adjusts the line to screen width rather than imposing a width.
Re: 3% use IE9 and 14% have a disability. Why do we only cater for the former?
#110Earlier quoted context omitted.
...although you can do a damn good job addressing most of them with a few simple things: -Write good, semantic HTML, and use alt tags correctly -Don't overwrite browser defaults for scrolling, tabbing, etc (even if it's "hot design") -Don't rely purely on color to convey information -Use ARIA attributes where you can if you're building an application Some harder stuff that is really still worth it: -Send your media o…
Good you mention application and ARIA ... I've just come out of a project where the initial brief completely disregarded anything in terms of accessibility. Full on angular app, no native forms or form elements (because they "look ugly" apparently). Then the ultimate end client wants to go live but forgot to mention they had a mandatory accessibility audit. So I've spent quite a bit of time working out how to make th…