hi tee

>which the page has no dtd, body and html tags?

if it renders in the browser the lack of thes above should not effect
screen readers.

note if you have a html file consisting solely of:

<P>poot</P>

the DOM  constructed by the browser looks like this:

<HTML>
<HEAD></HEAD>
<BODY>
<P>poot</P>
</BODY>
</HTML>

what you will probably find is that because you have no <doctype> the
page will be rnedered using quirks mode in browsers.

regards

Stevef

On 26 March 2011 06:20, tee <[email protected]> wrote:
> I have a small login  popup box, and is using Ajax fetch to pull in the login 
> page. Due to the way the system works, the login page default is to use a 
> page template instead of just the chunk of login code placed in a header or 
> left/right column, though can be done too but  my view is that the login code 
> shouldn't be in every page since it's to be showed in a modal window so I 
> want it retrieves via Ajax.
>
> I created a template, strip out dtd, body and all other areas except  the 
> code that retrieves the content area (where it will then load the login code 
> template), this all works well.  My concern is, will it be any problem for 
> screen reader read the  login page's info, enter email which the page has no 
> dtd, body and html tags?
>
> Thanks!
>
> tee
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [email protected]
> *******************************************************************
>
>



-- 
with regards

Steve Faulkner
Technical Director - TPG

www.paciellogroup.com | www.HTML5accessibility.com |
www.twitter.com/stevefaulkner
HTML5: Techniques for providing useful text alternatives -
dev.w3.org/html5/alt-techniques/
Web Accessibility Toolbar - www.paciellogroup.com/resources/wat-ie-about.html


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to