givepulse / knowbilitywarriors

Web Accessibility Website work for Accessible Housing Austin
0 stars 1 forks source link

Frames and IFrames must have a non-empty title attribute. #43

Closed mehdia closed 10 years ago

mehdia commented 10 years ago

Page: Our Stories

On element: /html/body/main/iframe

Solution: Add a "title" attribute to each FRAME element to describe the purpose and content of the FRAME.

For example:

    <FRAMESET ROWS="100,*">
    <FRAME SRC="navigate.html" TITLE="Navigation Bar">
    <FRAME SRC="content.html" TITLE="The Navigation Bar changes the contents
    of this frame.">
    </FRAMESET>
slauriat commented 10 years ago

Where exactly do you see this? We don't have a frameset in the site.

mehdia commented 10 years ago

Please give an appropriate title in the iframe: /html/body/main/iframe

slauriat commented 10 years ago

Removed.