mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 00:56:30 +03:00
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.
17 lines
489 B
HTML
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>
|