3
votes
3answers
251 views

Input mask on credit card number & SSN

Our company is discussing the use of an input mask (asterisk) on credit card numbers and social security numbers. I'm completely against masking the CCN, from a UX perspective, especially since our ...
4
votes
2answers
191 views

Are support for voice browsers really necessary?

Screen readers attempts to identify and interpret HTML and send its data to a standard output which may be a video monitor, a text-to-speech output device or a braille output device. It is a way to ...
3
votes
2answers
271 views

Is a popover a good way to present short pieces of information on a website?

I'm currently designing a website on which I have to include the obligatory legalese. So: copyright info, privacy policy etc. There's not a whole lot of text though, at best two paragraphs of text for ...
4
votes
1answer
150 views

Section 508 Compliance for .msg files

We host a USA government website that allows administrators to upload documents to share with other users. These documents are usually PDFs, spreadsheets, and Word documents, but occasionally folks ...
3
votes
2answers
210 views

Does the Foundation framework comply with Section 508 and other accessibility standards?

I'm considering using the Foundation framework for a responsive design for two of my current projects, but I would like to know this: is Foundation designed to adhere to accessibility standards? If ...
-1
votes
1answer
127 views

Where best to put comment box [duplicate]

Possible Duplicate: Should you place the “add a comment” form above or below the list of comments? Where would you regard as the best place to put a comment box? Immediately ...
5
votes
4answers
212 views

How to prove to client that blind users can also use his e-commerce website?

How to prove to client that blind user can use his e-commerce website too? I want to tell the importance of accessibility to the client who has and e-commerce website, that we should try to make it ...
5
votes
2answers
120 views

Should the input field accesskeys in my form be semantic or physically clustered?

I'm creating a form similar to the one below (with <label/> tags, input field accesskeys and logically-ordered tabindices). The form will be filled a handful of times in rapid succession by ...
2
votes
5answers
697 views

Is it better to rasterize text into a header image or overlay it as text?

If you want to have a fixed header on a web page that also includes text, is it better to make that text part of the image, or to overlay the text in the header frame (such that the text is ...
4
votes
1answer
286 views

Is having more then 1 label for a form element really against web accessibility guidelines?

I'm working on making my pages compliant to us section 508, and wcag 2.0 aaa. I've got a bunch of fields that have ghosting on them, like date text boxes. they use the labelOver plugin that can ...
8
votes
3answers
695 views

Is it good to leave Select dropdown with default style for better UX and Accessibility?

When I design websites. many time I try make the select drop-down more attractive. example By default select drop-down looks slightly different in almost each Desktop and Mobile browser but ...
1
vote
5answers
138 views

Should a website directed towards programmers and code enthusiasts require IE8 (and earlier) support?

Very simple question: Should a website directed towards programmers and code enthusiasts require IE8 (and earlier) support? To elaborate (on why to ask such a question), I assume most experienced web ...
3
votes
2answers
129 views

Is the alt attribute on navigation sufficient for section 508 compliance?

I was wondering for a html page which has two navigation options ( 1. Login method 2. Roles), is it just sufficient to provide a alt text to describe what they do? Or should I try to have something ...
2
votes
1answer
441 views

Changing the behavior of the arrow keys with JavaScript

In the context of a widget on a website, what is the preferred way of changing the behavior of the arrow keys with JavaScript? The user can't scroll with the arrow keys and can use the arrow keys in ...
4
votes
5answers
4k views

How do you design a registration form?

I am trying to learn about registration forms, what should I be careful about when designing one? Is there any "best practice" or do you know any great websites with great examples of registration ...
3
votes
4answers
112 views

What are some things to consider when optimizing a web page for a projector? [closed]

I'm guessing I should plan for low resolution and big fonts? Any good examples out there?
9
votes
2answers
1k views

Proper usage of fieldset / legend tags

I'm wondering what the suggested usage of <fieldset>s are on a webpage. For example, on a simple page with just one form (one set of inputs) is it still recommended to use a fieldset? Or should ...
22
votes
8answers
2k views

Is there an optimal font size?

For most website projects I've been involved with, the font size for the bulk text is usually 12px - 13px, but I'm wondering if this is a good size. I remember reading an article saying that font ...
18
votes
5answers
249 views

Tools for checking accessibility compliance [closed]

As part of my website designs, I like to make sure that I am adhering to the accessibility standards (Section 508, UK Disability & Discrimination Act, etc...). Can anyone recommend any ...
7
votes
6answers
383 views

Is using the alt-attribute for text-as-graphics ok?

There are several ways to present text on your web page in exactly the font your designer decided; as an image, a flash hack, some javascript hack, dynamic fonts. But to this day, the only thing that ...
9
votes
4answers
791 views

Font sizes for WCAG2.0 AAA

Anyone know what the WCAG2.0 definition of 'Normal' and 'Large' fonts are, as they relate to the AA and AAA levels? I've googled and read the WCAG site and docs but unless I'm being really stupid ...
26
votes
8answers
947 views

Is it a good idea to have a large footer containing many links?

In recent years, it's become quite a common design pattern to have a large footer on every page, containing a 'mini sitemap'. For example: This has supposed SEO benefits, but would also seem to ...
18
votes
8answers
230 views

Do we still need text scaling links on websites?

Links/buttons to adjust font size used to be one of the accessibility must-do's but do we still need to include the text scaling links on our sites? Most modern browsers and operating systems support ...