WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Frame and IFrame

for

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

From: Sumit Patel
Date: Tue, Jun 09 2020 1:42AM
Subject: Frame and IFrame
No previous message | Next message →

Hi all,

How can we differentiate Frame and IFrame?

If a YouTube video has included in a page, whether is that an example
of frame or IFrame?
Do we need to test the controls in the YouTube such as share options
and more options while we test the page?

Regards,

Sumit Patel

From: Dhananjay Bhole
Date: Tue, Jun 09 2020 11:46PM
Subject: Re: Frame and IFrame
← Previous message | Next message →

Hi Sumit,

Frame is like a Div tag used for separation of content of large web
page. I believe that the frame is now out dated. Instead Web
developers use Div classes and region tags.

Iframe is an inline frame used to display content of other website or
any advertisement in the web page. Utube video frame is an example of
Iframe.

We need to test content of iframe for accessibility as it is consider
a part of complete web page. The Symantec structure of the iframe
should match with the web page in wich the iframe is imbedded.

That's what I know.

Cheers,
On 6/9/20, Sumit Patel < = EMAIL ADDRESS REMOVED = > wrote:
> Hi all,
>
> How can we differentiate Frame and IFrame?
>
> If a YouTube video has included in a page, whether is that an example
> of frame or IFrame?
> Do we need to test the controls in the YouTube such as share options
> and more options while we test the page?
>
> Regards,
>
> Sumit Patel
> > > > >


--
Dhananjay Bhole,
Accessibility evangelist,
Cell: +919850123212
Website: http://www.sites.google.com/site/dhananjaybhole

From: Sumit Patel
Date: Sun, Jun 14 2020 10:42PM
Subject: Re: Frame and IFrame
← Previous message | Next message →

So, I have one more doubt here.

In a IFrame, after the YouTube video, a More option has provided. If
you activate, yu will get options such as share in a small dialogue
box. If you use Arrow keys, focus won't move out of the dialogue box.
but, with Tab navigation, focus will go to the controls out of the
dialogue box. Means in the parent page. Does it a failure? If yes,
which SC?

On 10/06/2020, Dhananjay Bhole < = EMAIL ADDRESS REMOVED = > wrote:
> Hi Sumit,
>
> Frame is like a Div tag used for separation of content of large web
> page. I believe that the frame is now out dated. Instead Web
> developers use Div classes and region tags.
>
> Iframe is an inline frame used to display content of other website or
> any advertisement in the web page. Utube video frame is an example of
> Iframe.
>
> We need to test content of iframe for accessibility as it is consider
> a part of complete web page. The Symantec structure of the iframe
> should match with the web page in wich the iframe is imbedded.
>
> That's what I know.
>
> Cheers,
> On 6/9/20, Sumit Patel < = EMAIL ADDRESS REMOVED = > wrote:
>> Hi all,
>>
>> How can we differentiate Frame and IFrame?
>>
>> If a YouTube video has included in a page, whether is that an example
>> of frame or IFrame?
>> Do we need to test the controls in the YouTube such as share options
>> and more options while we test the page?
>>
>> Regards,
>>
>> Sumit Patel
>> >> >> >> >>
>
>
> --
> Dhananjay Bhole,
> Accessibility evangelist,
> Cell: +919850123212
> Website: http://www.sites.google.com/site/dhananjaybhole
> > > > >

From: Patrick H. Lauke
Date: Mon, Jun 15 2020 12:47AM
Subject: Re: Frame and IFrame
← Previous message | Next message →

On 15/06/2020 05:42, Sumit Patel wrote:
> So, I have one more doubt here.
>
> In a IFrame, after the YouTube video, a More option has provided. If
> you activate, yu will get options such as share in a small dialogue
> box. If you use Arrow keys, focus won't move out of the dialogue box.
> but, with Tab navigation, focus will go to the controls out of the
> dialogue box. Means in the parent page. Does it a failure? If yes,
> which SC?


Focus order?

P
--
Patrick H. Lauke

https://www.splintered.co.uk/ | https://github.com/patrickhlauke
https://flickr.com/photos/redux/ | https://www.deviantart.com/redux
twitter: @patrick_h_lauke | skype: patrick_h_lauke

From: Dhananjay Bhole
Date: Mon, Jun 15 2020 1:10AM
Subject: Re: Frame and IFrame
← Previous message | Next message →

Hi,

Yes it is an issue related to keyboard focus trap in a specific part
of the page or functionality.

I think it will come under SC 2.1.2 no keyboard trap.

Regards
On 6/14/20, Patrick H. Lauke < = EMAIL ADDRESS REMOVED = > wrote:
> On 15/06/2020 05:42, Sumit Patel wrote:
>> So, I have one more doubt here.
>>
>> In a IFrame, after the YouTube video, a More option has provided. If
>> you activate, yu will get options such as share in a small dialogue
>> box. If you use Arrow keys, focus won't move out of the dialogue box.
>> but, with Tab navigation, focus will go to the controls out of the
>> dialogue box. Means in the parent page. Does it a failure? If yes,
>> which SC?
>
>
> Focus order?
>
> P
> --
> Patrick H. Lauke
>
> https://www.splintered.co.uk/ | https://github.com/patrickhlauke
> https://flickr.com/photos/redux/ | https://www.deviantart.com/redux
> twitter: @patrick_h_lauke | skype: patrick_h_lauke
> > > > >


--
Dhananjay Bhole,
Accessibility evangelist,
Cell: +919850123212
Website: http://www.sites.google.com/site/dhananjaybhole

From: Patrick H. Lauke
Date: Mon, Jun 15 2020 1:52AM
Subject: Re: Frame and IFrame
← Previous message | No next message

On 15/06/2020 08:10, Dhananjay Bhole wrote:
> Hi,
>
> Yes it is an issue related to keyboard focus trap in a specific part
> of the page or functionality.
>
> I think it will come under SC 2.1.2 no keyboard trap.

It's the opposite of 2.1.2 though, which says focus should NOT be
trapped. In this case, it SHOULD.

P
--
Patrick H. Lauke

https://www.splintered.co.uk/ | https://github.com/patrickhlauke
https://flickr.com/photos/redux/ | https://www.deviantart.com/redux
twitter: @patrick_h_lauke | skype: patrick_h_lauke