Structs§
- Document
Style Sheet - A simple wrapper over an
Arc<Stylesheet>
, with pointer comparison, and suitable for its use in aStylesheetSet
. - Namespaces
- A set of namespaces applying to a given stylesheet.
- Sanitization
Data - A struct to hold the data relevant to style sheet sanitization.
- Stylesheet
- The structure servo uses to represent a stylesheet.
- Stylesheet
Contents - The contents of a given stylesheet. This effectively maps to a StyleSheetInner in Gecko.
- User
Agent Stylesheets - This structure holds the user-agent and user stylesheets.
Enums§
- Allow
Import Rules - Whether @import rules are allowed.
- Sanitization
Kind - The kind of sanitization to use when parsing a stylesheet.
Traits§
- Stylesheet
InDocument - A trait to represent a given stylesheet in a document.