mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Fix tidy issues.
This commit is contained in:
parent
09b22ab2dc
commit
39169ad92e
3 changed files with 4 additions and 3 deletions
|
@ -1450,7 +1450,8 @@ impl Stylist {
|
|||
// See [3] for the bug to implement whatever gets resolved, and related
|
||||
// bugs for a bit more context.
|
||||
//
|
||||
// [1]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/css/resolver/style_resolver.cc?l=1267&rcl=90f9f8680ebb4a87d177f3b0833372ae4e0c88d8
|
||||
// [1]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/
|
||||
// core/css/resolver/style_resolver.cc?l=1267&rcl=90f9f8680ebb4a87d177f3b0833372ae4e0c88d8
|
||||
// [2]: https://github.com/w3c/csswg-drafts/issues/1995
|
||||
// [3]: https://bugzil.la/1458189
|
||||
if let Some(shadow) = element.shadow_root() {
|
||||
|
|
|
@ -12,8 +12,8 @@ use style_traits::{ParseError, StyleParseErrorKind};
|
|||
use values::CustomIdent;
|
||||
#[cfg(feature = "gecko")]
|
||||
use values::generics::CounterStyleOrNone;
|
||||
use values::generics::counters::CounterPair;
|
||||
use values::generics::counters::CounterIncrement as GenericCounterIncrement;
|
||||
use values::generics::counters::CounterPair;
|
||||
use values::generics::counters::CounterReset as GenericCounterReset;
|
||||
#[cfg(feature = "gecko")]
|
||||
use values::specified::Attr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue