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.

The user or user agent stylesheets.

The quirks mode stylesheet.