Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.CSS.InheritedStyleEntry
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { InheritedStyleEntry } = Protocol.CSS;

Inherited CSS rule collection from ancestor node.

Properties

optional
inlineStyle: CSSStyle

The ancestor node's inline style, if any, in the style inheritance chain.

matchedCSSRules: RuleMatch[]

Matches of CSS rules matching the ancestor node in the style inheritance chain.