Skip to main content
Module

x/astral/bindings/celestial.ts>Audits_LowTextContrastIssueDetails

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Audits_LowTextContrastIssueDetails
import { type Audits_LowTextContrastIssueDetails } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { violatingNodeId: DOM_BackendNodeId; violatingNodeSelector: string; contrastRatio: number; thresholdAA: number; thresholdAAA: number; fontSize: string; fontWeight: string; }