Updates:
        Status: Untriaged
        Cc: [email protected]
        Labels: -Area-Misc Area-Compat webkit-specific has-reduction

Comment #2 on issue 5485 by [email protected]: Incorrect highlight of  
text links
http://code.google.com/p/chromium/issues/detail?id=5485

Reduced testcase : http://go/reductions/5485/testcase.html

Code for reference :
<html>
<head>
<style type="text/css">
.Other
{  TEXT-DECORATION: none;}
.Other:hover
{   TEXT-DECORATION: underline;}
</style>
<title>testcase</title>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
   <tbody>
     <tr>
               <td colspan="2" class="Other"><ul>
                   <li><a href="" class="Other">some text</a></li>
                    <li><a href="" class="Other">some text</a></li>
                     <li><a href="" class="Other">some text</a></li>
                      <li><a href="" class="Other">some text</a></li>
                 </ul></td>
             </tr>
           </tbody>
         </table>
</body></html>

On removing class="Other" from <td colspan="2" class="Other"> Safari/Chrome  
behave
same as IE/FF

Attachments:
        testcase.html  816 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to