mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Format style component.
This commit is contained in:
parent
31fc6cd565
commit
8dab4d659a
120 changed files with 2207 additions and 1417 deletions
|
@ -62,7 +62,9 @@ impl PseudoElement {
|
|||
///
|
||||
/// This is used in Servo for anonymous boxes, though it's likely broken.
|
||||
#[inline]
|
||||
pub fn inherits_all(&self) -> bool { false }
|
||||
pub fn inherits_all(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
/// Whether the pseudo-element should inherit from the default computed
|
||||
/// values instead of from the parent element.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue