4
votes
3answers
183 views

What would be more accessible : Un-ordered lists or tables?

I have a page listing the latest blog posts in a pretty standard format, you'd expect to see on any typical blog. At the foot of each post, I have a list showing 'views', 'comments' and 'shares'. I ...
4
votes
3answers
194 views

Standards for HTML access keys

Wanted to see if anyone has done some research on standard HTML access key. I have notices after doing some research many sites including Apple have incorporated the accesskey="s" on its search box. I ...
4
votes
1answer
187 views

Javascript and 508

I was wondering if someone has a article of common practices a web developer should practice while using Javascript on a web page, keeping in mind the web page should be 508 compliant. I saw some ...