Re: Links article updated

Hello

2011/8/17 Chris Mills <cmills@opera.com>

> browsers seem to do odd things when you put links around block level
> content. Anyone else experienced this?
>

I have not tested all browsers, but odd things happen every time you put a
block level content inside an inline level content. The best approche to
fixe almost all odd behavior consist in manually adding a CSS
"display:inline-block" or "display:block" upon the inline parent.

I'm not an HTML5 expert but I guess that it should be some
automatic mechanism to deal with that issue in the spec :
http://dev.w3.org/html5/spec/Overview.html#the-a-element

Let's quote : "Flow content. When the element only contains phrasing
content: phrasing content."

For what I know very few browser deal smoothly with this behavior.

Cheers
-- 
Jeremie
.............................
Web : http://jeremie.patonnier.net
Twitter : @JeremiePat <http://twitter.com/JeremiePat>

Received on Wednesday, 17 August 2011 14:35:33 UTC