mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: Use namespace ids for content: attr(..)
MozReview-Commit-ID: FZ9YEpHQCBh
This commit is contained in:
parent
7deeccf4cb
commit
25d193ba34
7 changed files with 57 additions and 16 deletions
|
@ -7,9 +7,9 @@
|
|||
use context::QuirksMode;
|
||||
use cssparser::{Parser, SourcePosition, UnicodeRange};
|
||||
use error_reporting::ParseErrorReporter;
|
||||
use parking_lot::RwLock;
|
||||
use style_traits::OneOrMoreCommaSeparated;
|
||||
use stylesheets::{CssRuleType, Origin, UrlExtraData, Namespaces};
|
||||
use parking_lot::RwLock;
|
||||
|
||||
bitflags! {
|
||||
/// The mode to use when parsing values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue