Hi, I have written a content as like :- <style type="text/css"> a img { float: left; } </style> <a href="/"><img src="xxxx" width="70" height="24" /></a>
Then, anchor element has never been focused by pressing TAB key. If style is :- a { float: left; } or a img { /* None */ } anchor element can take a focus. The renderer for anchor node is computed to (width:0, height:0). for image node is (width:70, height:24). So it seems to be FocusController ignores anchor element from focus candidate. Is there any reasons why rect value is not inherited ? Hope it helps, Yuji. _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help