hi, 

please read http://wiki.apache.org/tapestry/Tapestry5HowToXhtml

g,
kris




Daniel Alonso Sanchez <[EMAIL PROTECTED]> 
25.09.2008 10:56
Bitte antworten an
"Tapestry users" <[email protected]>


An
[email protected]
Kopie

Thema
Tags not being closed by t5. W3C Accesibility Fails :(








Hi everybody, I'm in a hurry because we have to develop an application 
that
respects w3c accesibility. The thing is that our pages have this header:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

And in a specific tml file, we have this tag:

<input t:type="TextField" t:id="nif" t:value="afiliados.nif"/>  

After requesting the page, the html code that we get looks like this:

<meta content="no-cache" http-equiv="cache-control">
<meta content="no-cache" http-equiv="pragma">

...........
...........
<input id="numAfiliado"
                 name="numAfiliado" type="text">

These "not-closed tags" are making fail the w3c accessibilty test, so... 
is
there anyway to close them? Any tapestry core class may be rewrite by my
team to solve this? In that case... wich of them?

Thanks in advance for the support.
-- 
View this message in context: 
http://www.nabble.com/Tags-not-being-closed-by-t5.-W3C-Accesibility-Fails-%3A%28-tp19665554p19665554.html

Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to