Files
pbakaus_impeccable/tests/fixtures/antipatterns/linked-url-patterns.html
T
Paul Bakaus e4438ea586 Fix detector URL and advisory handling
Recover joined URL arguments without splitting local paths, derive advisory behavior from registry severity across consumers, inspect readable linked CSS in URL scans, and report only the dominant primary font.

AI assistance disclosure: Implemented and verified with Codex under maintainer direction.
2026-09-02 09:03:34 -07:00

15 lines
350 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-stripes">Rendered repeating stripes</div>
</main>
</body>
</html>