Module style::stylesheets::stylesheet
source · Structs§
- A simple wrapper over an
Arc<Stylesheet>
, with pointer comparison, and suitable for its use in aStylesheetSet
. - A set of namespaces applying to a given stylesheet.
- A struct to hold the data relevant to style sheet sanitization.
- The structure servo uses to represent a stylesheet.
- The contents of a given stylesheet. This effectively maps to a StyleSheetInner in Gecko.
- This structure holds the user-agent and user stylesheets.
Enums§
- Whether @import rules are allowed.
- The kind of sanitization to use when parsing a stylesheet.
Traits§
- A trait to represent a given stylesheet in a document.