Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.CSS.InheritedStyleEntry
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { InheritedStyleEntry } = default.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.