HTML Validity Report Generator
Pricing
from $0.01 / 1,000 results
HTML Validity Report Generator
Generate deterministic HTML validity reports with standards-based findings and exact element-level source locations.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer

Lone
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Generate a deterministic validity report for HTML with structured findings and source locations (line/column) suitable for CI pipelines, QA checks, and compliance-style audits.
This Actor performs standards-oriented structural and semantic checks and emits a stable, machine-readable report. It is designed for authority and repeatability, not interpretation.
What This Actor Does
- Parses HTML deterministically and produces a validity report
- Reports findings with severity and fix guidance
- Includes location tracking (line/column) when available
- Supports
webandemailvalidation modes - Outputs one dataset item per run
Input
- preset:
none|broken-html-v0.1|clean-html-v0.1 - html: raw HTML input (required if preset is
none) - url: optional URL to fetch HTML from (public pages only)
- mode:
weboremail - maxFindings: cap findings count (default 200)
- strict: FAIL if any critical findings exist (default true)
Output
The Actor writes a single dataset item containing:
verdict: PASS | FAILscore: 0–100 deterministic validity scorecounts: critical/major/minor totalsfindings: structured list with ids, messages, fixes, and locationsmetadata: version, mode, hash, timestamp
All runs are deterministic for a given input.
What This Actor Does NOT Do
- No LLM enrichment
- No paywall/login access
- No dynamic rendering
- No automatic rewriting of your HTML
Legal & Compliance
- Processes only provided HTML or publicly accessible URLs
- No personal data intentionally stored
- Deterministic and audit-friendly by design
Versioning
- v0.1 — initial authority-grade rule set + location-aware findings