Commit cc5ad59
committed
unnecessary walking of inlines when painting backgrounds
when painting backgrounds, there's no point descending into IFCs
since we stop at inlines anyways
similarly, there's no point in having a background painting phase
of inlines, since they can't have backgrounds. inline painting
already has separate phases for floats, inline-blocks:
https://www.w3.org/TR/CSS22/zindex.html#painting-order1 parent 5ed352f commit cc5ad59
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
| |||
651 | 655 | | |
652 | 656 | | |
653 | 657 | | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
| |||
0 commit comments