Struct style::stylesheets::UserAgentStylesheets
[−]
[src]
pub struct UserAgentStylesheets {
pub shared_lock: SharedRwLock,
pub user_or_user_agent_stylesheets: Vec<DocumentStyleSheet>,
pub quirks_mode_stylesheet: DocumentStyleSheet,
}This structure holds the user-agent and user stylesheets.
Fields
The lock used for user-agent stylesheets.
user_or_user_agent_stylesheets: Vec<DocumentStyleSheet>
The user or user agent stylesheets.
quirks_mode_stylesheet: DocumentStyleSheet
The quirks mode stylesheet.