Hi,<br />
<br />
I am new to forums and programming. If there is more information I should be providing please let me know. If this post doesn't belong here let me know that too. <br />
<br />
I have become responsible for section 508 accessibility conformance for a struts application that I didn't develop.<br />
<br />
This application is using Birt Reports.<br />
<br />
"Deque" (section 508 conformace check utility) found non conformance for <br />
<a class='bbc_url' href='
http://conversion:8080/birt-viewer/frameset?_report=report/DDReport_UG.rptdesign'>http://conversion:8080/birt-viewer/frameset?_report=report/DDReport_UG.rptdesign</a><br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
<iframe name="birt_confirmation_iframe" class="birtviewer_confirmation_dialog_iframe" frameBorder="0" src="birt/pages/common/processing.jsp"> </iframe> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </div> ...
</pre>
<br />
Section 508 violation is part (I) Missing title for this Frame<br />
<br />
I have searched the code in the DDreport_UG.rptdesign file and other files associated with Birt reports and cannot find any place referencing "iframe". <br />
<br />
Note: the code above is from the "source" displayed using internet explorer and the "location of the violation" from Deque. It is not the code found in the .rptdesign or .jsp files<br />
<br />
Does anyone know if the iframe being referenced by Deque is part of birt-reports and if so where to add a title to the iframe?<br />
<br />
Thanks