css selector not firing

Bug #1049872 reported by Samuel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libcroco (Ubuntu)
New
Undecided
Unassigned

Bug 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:
.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

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.