mirror of
https://github.com/servo/servo.git
synced 2025-08-28 00:28:20 +01:00
style: Unify how servo and Gecko handle UA sheets.
This commit is contained in:
parent
2cbd27c83a
commit
0a9309aa96
11 changed files with 122 additions and 161 deletions
|
@ -30,9 +30,9 @@ pub struct UserAgentStylesheets {
|
|||
/// The lock used for user-agent stylesheets.
|
||||
pub shared_lock: SharedRwLock,
|
||||
/// The user or user agent stylesheets.
|
||||
pub user_or_user_agent_stylesheets: Vec<Stylesheet>,
|
||||
pub user_or_user_agent_stylesheets: Vec<DocumentStyleSheet>,
|
||||
/// The quirks mode stylesheet.
|
||||
pub quirks_mode_stylesheet: Stylesheet,
|
||||
pub quirks_mode_stylesheet: DocumentStyleSheet,
|
||||
}
|
||||
|
||||
/// A set of namespaces applying to a given stylesheet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue