I'm not quite sure about the issue here as i'm not too familiar with all the
standards possibly involved (SGML, HTML X.X, XHTML, ....).
When i'm using an Action- or EventLink on my page by defining it in the Java
class and then referencing it in the tml in the follwing manner:

someText 

Tapestry renders the following:

someUrl someText 

When using any other tag instead of 'a', for example:

<p t:id="myLink">someText</p>

it gets rendered correctly without the shape attribute:

someUrl someText 

I've no clue what's the benefit of rendering this attribute, in HTML 5 it's
deprecated and i've never seen this attribute being used for an anchor tag.

Is there a way to get rid of this attribute without using 'wrong' tags?

Pretty much the same problem we got with the br tag which is used in the tml
like this:

<br/>

but Tapestry renders to:

<br clear="none" />

I couldn't figure out any way how to get rid of the clear attribute,
obviously this attribute shouldn't be set there, if anywhere it should be
set through css and what's worse it shouldn't be set at all.

Is there any way to get rid of those attributes and secondly, why are they
there by default anyways?

kind regards
Matt


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/MarkupWriter-HTML-5-Validation-tp5586070p5586070.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to