Extremely Popular
Go to Latest
interface puppeteer.CSS.InheritedStyleEntry
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { InheritedStyleEntry } = puppeteer.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.