6
votes
1answer
235 views

Should images be given alt text if they contain no information?

Example: a biography page with a picture of the person. The image contains no useful information, yet it adds enough emotional value to the page that simply removing it is not the solution. If you ...
0
votes
1answer
89 views

Showing read only data in a label on a form (508 implications) [closed]

One of the definitions of a HTML label is: The HTML label element associates a piece of text to a control What is the correct way to render HTML when the label itself is NOT "for" another label? ...
20
votes
3answers
1k views

HTML label association with inputs; bad UX?

I'm a web developer having a weird UX issue. When I build HTML forms, I ensure that every input's label is implemented through a <label></label> tag and that each label uses the for ...
1
vote
5answers
784 views

Dark labels or light labels

Just wondering what your opinions are on html forms. Is it better to have a light coloured label and a dark coloured value or the other way round, a dark label with a light value? What are the ...