Skip to main content

Module style_inspect

Module style_inspect 

Source
Expand description

Read-only CSS cascade inspection for the DevTools Styles panel.

Reports matching rules, including overridden declarations.

Structs§

InspectedDeclaration
One property declaration as shown in the Styles panel.
MatchedRule
A rule (or the inline style attribute) whose declarations were cascaded.

Functions§

collect_matched_rules
Collects every rule matching target and flags winning declarations.