WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: rule 12.4 failure - how do identify the <object> tag?

for

Number of posts in this thread: 4 (In chronological order)

From: Angela French
Date: Wed, Jan 14 2009 4:00PM
Subject: rule 12.4 failure - how do identify the <object> tag?
No previous message | Next message →

I am getting this error in Cynthia says:

Rule: 12.4.4 - Identify all OBJECT elements, within a FORM element, that do not have an explicit LABEL association.

* Failure - OBJECT Element at Line: 399, Column: 3 in FORM Element at Line: 50, Column: 1
It is referring to the flash <object> on the page. I don't understand what the issue is and how to fix it. Any advice appreciated.


Angela French
Internet Specialist
State Board for Community & Technical Colleges
360-704-4316
http://www.checkoutacollege.com
http://www.sbctc.ctc.edu

From: Christian Heilmann
Date: Wed, Jan 14 2009 4:10PM
Subject: Re: rule 12.4 failure - how do identify the <object> tag?
← Previous message | Next message →

Angela French wrote:
> I am getting this error in Cynthia says:
>
> Rule: 12.4.4 - Identify all OBJECT elements, within a FORM element, that do not have an explicit LABEL association.
>
> * Failure - OBJECT Element at Line: 399, Column: 3 in FORM Element at Line: 50, Column: 1
> It is referring to the flash <object> on the page. I don't understand what the issue is and how to fix it. Any advice appreciated.
>
Use SWFObject to add your Flash movies. That way you even test if the
browser is capable before applying it:

http://code.google.com/p/swfobject/

From: Sofia Celic
Date: Thu, Jan 15 2009 5:45PM
Subject: Re: rule 12.4 failure - how do identify the <object> tag?
← Previous message | Next message →

Hi Angela,

Try adding a 'title' attribute (with appropriate text equivalent or
description) to the objects.

Sofia


On Wed, Jan 14, 2009 at 2:59 PM, Angela French < = EMAIL ADDRESS REMOVED = > wrote:

> I am getting this error in Cynthia says:
>
> Rule: 12.4.4 - Identify all OBJECT elements, within a FORM element, that do
> not have an explicit LABEL association.
>
> * Failure - OBJECT Element at Line: 399, Column: 3 in FORM Element at
> Line: 50, Column: 1
> It is referring to the flash <object> on the page. I don't understand what
> the issue is and how to fix it. Any advice appreciated.
>
>
> Angela French
> Internet Specialist
> State Board for Community & Technical Colleges
> 360-704-4316
> http://www.checkoutacollege.com
> http://www.sbctc.ctc.edu
>
>

From: Sofia Celic
Date: Thu, Jan 15 2009 6:45PM
Subject: Re: rule 12.4 failure - how do identify the <object> tag?
← Previous message | No next message

I also found the following:
http://www.contentquality.com/tutorial/a11.htm#four

It suggests that a text equivalent or description is required within the
object element - after the opening tag and before the closing tag.

Sofia

On Thu, Jan 15, 2009 at 4:43 PM, Sofia Celic < = EMAIL ADDRESS REMOVED = > wrote:

> Hi Angela,
>
> Try adding a 'title' attribute (with appropriate text equivalent or
> description) to the objects.
>
> Sofia