Files
pbakaus_impeccable/tests/fixtures/antipatterns/linked-url-patterns.html
T
Paul Bakaus 95b28ed6d7 Fix linked CSS selector filtering
Resolve pseudo-element selectors to live hosts, reject unresolvable linked CSS findings, and make the regression assertions independent. Also ignore comment delimiters when recovering CSS rule selectors.

AI assistance disclosure: This commit was prepared with Codex under maintainer direction.
2026-09-02 09:51:02 -07:00

17 lines
489 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Linked URL pattern detection</title>
<link rel="stylesheet" href="/fixtures/antipatterns/linked-url-patterns.css">
</head>
<body>
<main>
<h1>Linked stylesheet pattern</h1>
<div class="flag-linked-grid">Rendered decorative grid</div>
<div class="inactive-media-stripes">Inactive media stripes</div>
<div class="inactive-supports-stripes">Inactive supports stripes</div>
</main>
</body>
</html>