mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add CSSNamespaceRule.{namespaceURI, prefix}
This commit is contained in:
parent
64442090ba
commit
8108fc465a
3 changed files with 18 additions and 3 deletions
|
@ -10,9 +10,9 @@ use properties::{Importance, PropertyDeclaration, PropertyDeclarationBlock};
|
|||
use properties::PropertyDeclarationParseResult;
|
||||
use properties::animated_properties::TransitionProperty;
|
||||
use std::fmt;
|
||||
use servo_url::ServoUrl;
|
||||
use std::sync::Arc;
|
||||
use stylesheets::{MemoryHoleReporter, Origin};
|
||||
use servo_url::ServoUrl;
|
||||
use style_traits::ToCss;
|
||||
|
||||
/// A number from 1 to 100, indicating the percentage of the animation where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue