- High? why?
I'd have thought things like that were better handled as a response header (same for the charset).
Front-End Checklist
11–20 of 82 posts
Re: Front-End Checklist
#12Re: Front-End Checklist
#13> Alternative text: High All have an alternative text which describe the image visually. Please don't do that. Don't put an alt on ALL images. Screen readers will read all of them. Skin and flavour images don't deserve to be read outloud. Nobody wants to hear "bottom left corner of logo" or "rounded corner".
Typically you’d use background images for something like that. Regardless, if you do have an image that doesn’t add anything to the information on the page give it an empty alt attribute to indicate to the screen reader that it shouldn’t try to read out the file name or something.
Do you mean like that? Empty quotes and it would not be read?Re: Front-End Checklist
#14> Alternative text: High All have an alternative text which describe the image visually. Please don't do that. Don't put an alt on ALL images. Screen readers will read all of them. Skin and flavour images don't deserve to be read outloud. Nobody wants to hear "bottom left corner of logo" or "rounded corner".
Re: Front-End Checklist
#15Re: Front-End Checklist
#16Re: Front-End Checklist
#17Earlier quoted context omitted.
Typically you’d use background images for something like that. Regardless, if you do have an image that doesn’t add anything to the information on the page give it an empty alt attribute to indicate to the screen reader that it shouldn’t try to read out the file name or something.
Do you mean like that? Empty quotes and it would not be read?
Re: Front-End Checklist
#18> Alternative text: High All have an alternative text which describe the image visually. Please don't do that. Don't put an alt on ALL images. Screen readers will read all of them. Skin and flavour images don't deserve to be read outloud. Nobody wants to hear "bottom left corner of logo" or "rounded corner".
I would assume front-end guys care more about passing a Web Accessibility[0] audit than inconveniencing some users, thus good taste and wise discretion is spared for avoidance of litigation.
Re: Front-End Checklist
#19Re: Front-End Checklist
#20
My Title
Also note that the html tag can also be omitted, unless you need to set the language. Don't worry about closing it either.