Forum Moderators: open
The two lines in question just have images on them, which have Alt attributes set.
If an image conveys important information beyond what is in its alternative text, provide an extended description. (2 instances)
Lines 124, 175
Same two lines, same images with alternative text set. The images are not important information.
If there are logical groupings of form controls, use FIELDSET with LEGEND on each group. (1 instance)
Line 193
Line 193 is a basic search form. How do you use Fieldset and Legend on each group?
If scripts create pop-up windows or change the active window, make sure that the user is aware this is happening. (1 instance)
Line 11
Line 11: <script type="text/javascript" src="/bofe.js"></script>
Any help is greatly appreciated. Thanks.
Adam
They are warnings that are triggered by certain things on your page. But the page may not be in error; that's for you to decide.
I tend to find that the accessibility reports are clearer from Cynthia Says:
[contentquality.com...]
They are just reminders. Bobby has no way of telling whether your images are just for decoration, additional multimedia or important diagrams. So it just flags up a reminder for you to check. If it is telling you to check something you have already sorted then think of it as a job well done :).
You can't supress the messages and you shouldn't anyway because one day they might remind you of something you have forgotten to do.