On Nov 19, 3:55 am, Birger Borgwardt <[email protected]>
wrote:
> Hello. I want to copy a text from a file name to the alt="" text field
> F. example
> picture.jpg to alt="picture"
>
>   src="/images/thumbs/pic1.jpg" alt=""
>   src="/images/thumbs/pic1.jpg" alt="pic1"
>
> Is it possible in BBE?

Certainly possible, almost certainly not advisable.

If you're doing that just to silence validator errors, don't bother.
That's following the letter, not the spirit of the spec. Either leave
it blank (alt="") for images that AT should ignore (decorative only)
or provide useful alt text for images that are important. Putting the
file name in accomplishes nothing for AT users as most AT with
standard settings will announce the file name of images lacking an alt
attribute. So if you might as well just remove the alt attribute if
all you're going to do is pop the file name in.

More info:

http://www.w3.org/WAI/WCAG20/quickref/Overview.php#text-equiv

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.

Reply via email to