It's asking for some default text or content between the iframe tags, which will be displayed by any browser unable to support iframes or load the content specified in the src attribute - the main culprit these days is NN4, but I'm not sure of the mileage for text-based or non-visual browsers.
Cheers, Kevin Futter On 21/9/04 10:04 AM, "Ted Drake" <[EMAIL PROTECTED]> wrote: > We are using a popup calendar for forms on our site and it uses an iframe for > the calendar. > I'm getting this message from the developers toolbar 508 checker > > Rule: 1.1.6 - All IFRAME elements are required to contain element content. > > * Failure - IFRAME Element at Line: 362, Column: 1 > > I'm not very familiar with iframes. What do you think it is asking for? > > Here's a reference page > http://v4.csatravelprotection.com/csa/twelcome.do > > and the appropriate code: > <iframe width="132" height="142" name="gToday:contrast:agenda.js" > id="gToday:contrast:agenda.js" src="../js/cal/ipopeng.htm" scrolling="no" > frameborder="0" style="visibility:visible; z-index:999; position:absolute; > left:-500px; top:0px;" > > </iframe> > > There is a javascript that populates this iframe. Do you think the validation > engine would be happy with a simple comment tag inside the iframe before the > javascript populates it? I'll try for the heck of it. Any other ideas? > > Ted > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > Proud presenters of Web Essentials 04 http://we04.com/ > Web standards, accessibility, inspiration, knowledge > To be held in Sydney, September 30 and October 1, 2004 > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
