Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>CSS_InheritedStyleEntry

A high-level puppeteer/playwright-like library for Deno
Latest
type alias CSS_InheritedStyleEntry
import { type CSS_InheritedStyleEntry } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Inherited CSS rule collection from ancestor node.

definition: { inlineStyle?: CSS_CSSStyle; matchedCSSRules: CSS_RuleMatch[]; }