mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
moved css longhand counter-reset out of mako
This commit is contained in:
parent
dcd13b857c
commit
d24301b7a0
11 changed files with 240 additions and 151 deletions
|
@ -1035,8 +1035,8 @@ impl BaseFlow {
|
|||
}
|
||||
}
|
||||
|
||||
if !style.get_counters().counter_reset.0.is_empty() ||
|
||||
!style.get_counters().counter_increment.0.is_empty() {
|
||||
if !style.get_counters().counter_reset.get_values().is_empty() ||
|
||||
!style.get_counters().counter_increment.get_values().is_empty() {
|
||||
flags.insert(FlowFlags::AFFECTS_COUNTERS)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue