mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-19 01:26:29 +03:00
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.
15 lines
350 B
HTML
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>
|