mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Get the fundamentals of the HTMLDetailsElement rendering stuff working.
Still need to implement the style invalidation. Part of #9395
This commit is contained in:
parent
e551ea7322
commit
9d9c5398a8
13 changed files with 294 additions and 27 deletions
|
@ -164,7 +164,6 @@ impl<Impl: SelectorImplExt> Stylist<Impl> {
|
|||
if !stylesheet.is_effective_for_device(device) {
|
||||
return;
|
||||
}
|
||||
|
||||
let mut rules_source_order = self.rules_source_order;
|
||||
|
||||
// Take apart the StyleRule into individual Rules and insert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue