Activity log for bug #1049872

Date Who What changed Old value New value Message
2012-09-12 14:46:13 Samuel bug added bug
2012-09-12 14:47:12 Samuel description Doing the below fails to apply font-size to div.xzy. This is an error: it should be applied html .xyz { font-size:30%; } body .xyz { font-size:30%; } However, this succeeds: .class .xyz { font-size:30%; } As will: div .xyz { font-size:30%; } My xml tree is: <html> <body class="xyz"> <div> <div/> <div style="xyz" class="xyz"/> </div> </body> </html> Using libcroco version 0.6.5-1 Doing the below fails to apply font-size to div.xzy. This is an error: it should be applied html .xyz { font-size:30%; } body .xyz { font-size:30%; } However, this succeeds: .xyz .xyz { font-size:30%; } As will: div .xyz { font-size:30%; } My xml tree is: <html>   <body class="xyz">     <div>       <div/>       <div style="xyz" class="xyz"/>     </div>   </body> </html> Using libcroco version 0.6.5-1