The IFRAME should have inner content and/or a title attribute. I know that there isn't supposed to be anything in this frame and that anything inside wouldn't be displayed, but from a 508 scanner's point of view, the page would fail. Any help would be
appreciated. Thanks.
ScriptManager iframe frame history Section 508 accessibility ajax
Example for Checkpoint
12.2 - Describe the purpose of frames and how frames relate to each other if it is not obvious by frame titles alone. http://www.w3.org/WAI/wcag-curric/sam92-0.htm
ctdevaughn
0 Points
2 Posts
How to Make the ScriptManager History IFRAME Section 508 Compliant
Jan 19, 2010 01:37 PM|LINK
Does anyone know how to make the IFRAME that is created by the ScriptManager when history is enabled Section 508 compliant?
The following code creates an IFRAME in the HTML mark up when viewed in IE6 and IE7:
<asp:ScriptManager ID="ScriptManager1" runat="server" EnableHistory="true" OnNavigate="ScriptManager1_Navigate">
</asp:ScriptManager>
The markup created looks like this...
<input type="hidden" name="ScriptManager1" id="ScriptManager1" />
<iframe id="__historyFrame" src="/ScriptResource.axd?d=Kg8jWHMYTPue6E_G2WVQcA2" style="display:none;">
</iframe>
The IFRAME should have inner content and/or a title attribute. I know that there isn't supposed to be anything in this frame and that anything inside wouldn't be displayed, but from a 508 scanner's point of view, the page would fail. Any help would be appreciated. Thanks.
ScriptManager iframe frame history Section 508 accessibility ajax
pthawkes
Member
12 Points
8 Posts
Re: How to Make the ScriptManager History IFRAME Section 508 Compliant
Jul 22, 2010 11:31 AM|LINK
Hello ct,
Were you able to find a solution to this question and if so...what is it .
Thanks
ctdevaughn
0 Points
2 Posts
Re: How to Make the ScriptManager History IFRAME Section 508 Compliant
Jul 22, 2010 01:50 PM|LINK
Sorry, no I didn't. If you come across a solution I'd be glad to hear it.
countrydawgg
Member
2 Points
1 Post
Re: How to Make the ScriptManager History IFRAME Section 508 Compliant
Dec 11, 2012 11:07 PM|LINK
Example for Checkpoint
12.2 - Describe the purpose of frames and how frames relate to each other if it is not obvious by frame titles alone.
http://www.w3.org/WAI/wcag-curric/sam92-0.htm