Skip to main content

Module web_api

Module web_api 

Source
Expand description

CSSOM Web API surfaces.

Provides JavaScript-exposed interfaces:

  • CSSStyleSheet
  • CSSRule (CSSStyleRule, CSSKeyframesRule)
  • CSSStyleDeclaration
  • CSS (global CSSOM namespace)

Structs§

Css
Global CSS namespace utilities for JS injection.
CssStyleDeclaration
CSSStyleDeclaration — a map of property → value.
CssStyleRule
CSSStyleRule — a single style rule.
CssStyleSheet
CSSStyleSheet — a single stylesheet as exposed to JS.