/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/rule-template.mdx
46 строк
1 KB
David Dias
chore: new v2 version
30 май 2026, 00:54
30 май 2026, 00:54
7c05904
Код
Авторство
О чём код?
--- title: "Rule title" description: "One-sentence description of what to do" categories: ['html'] priority: 'high' difficulty: 'beginner' estimatedTime: 15 prompts: check: "Describe exactly what to audit" fix: "Describe exactly how to remediate the issue" explain: "Describe why this matters and how to verify it" --- Write a short intro paragraph that explains the rule in plain language before any H2 headings. ## Code Example ```html <!-- Prefer paired passing and failing examples --> ``` ## Why It Matters Explain the user, business, accessibility, performance, or maintenance impact. ## Best Practices - Add optional guidance sections only when they materially help implementation. ## Exceptions - Add this only when the rule has valid exceptions, caveats, or common false positives. ## Browser Support - Add this only when compatibility or fallback strategy materially affects implementation. ## Verification ### Automated Checks - Describe CI, lint, crawler, Lighthouse, axe, or script-based checks when they exist. ### Manual Checks - Describe browser, assistive tech, visual, or judgment-based checks when they are needed.