Skip to main content
Go to Latest
interface Protocol.CSS.InheritedStyleEntry
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.