Legal · Accessibility
Accessibility Statement
The short version. Built Dirty targets WCAG 2.1 Level AA. The marketing site is a single HTML page that works with keyboards, screen readers, zoom up to 200%, and reduced-motion settings. If something doesn't work for you, email contact@builtdirty.com and we'll fix it.
1. Our standard
We target the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA for builtdirty.com. WCAG 2.1 AA is the standard most jurisdictions reference (including the ADA's anticipated regulations and Section 508 in the U.S.).
2. What's implemented
- Semantic HTML. Pages use proper headings (
h1,h2), landmarks (nav,main,footer,article), and link/button elements — not styleddivsoup. - Keyboard navigation. All interactive elements (links, buttons) are reachable and operable with a keyboard. Visible focus indicators are preserved (we don't suppress browser default focus rings).
- Color contrast. Body text, headings, and link text meet or exceed the WCAG AA contrast minimum of 4.5:1 against the page background. The accent color used for links and buttons (
#ff5722on#0a0a0a) is checked against the same ratio. - Zoom and resizing. The layout reflows cleanly at 200% browser zoom and on viewports as narrow as 320px. Font sizes are set in relative units (
rem,clamp) so user font preferences are respected. - Reduced motion. The site respects the
prefers-reduced-motionmedia query — animations and transitions are disabled for users who've requested it at the system level. - Color is not the only signal. Information conveyed by color (the orange accent) is always paired with a textual or structural cue — we don't ask users to identify state by color alone.
- Text alternatives. The site is typography-driven; there are no images carrying meaning that would require alternative text.
- Language attribute. Pages declare
lang="en"so screen readers pronounce content with the correct voice. - Viewport meta tag. User zoom is not disabled — pinch-zoom and browser zoom both work.
3. Known limitations
We're a one-person shop and the site is hand-rolled, not built on a tested CMS. Known gaps:
- The site has not been independently audited by a third-party accessibility tester. Targeting AA is intent; certification is not claimed.
- Some PDF deliverables (kit outputs) may not be fully accessible. Email us if you need a tagged-accessible version of any document we've sent you and we'll re-export.
- The Built Dirty logomark (the small orange diamond) is decorative and has no text alternative because it carries no information beyond the brand name next to it.
4. Compatibility
The site is built and tested against the current major releases of Safari (macOS and iOS), Chrome, Firefox, and Edge. Screen readers we test against include VoiceOver (macOS and iOS) and NVDA on Windows. Older browsers may render the site without some visual styling, but content remains readable.
5. Tell us when we miss something
If any page on builtdirty.com has an accessibility barrier — a missing focus indicator, a color contrast issue, a screen-reader bug, a keyboard trap, anything — email contact@builtdirty.com with:
- The page (URL) where you hit the issue
- What you were trying to do
- What assistive technology, browser, or OS you were using (if relevant)
We aim to respond within 5 business days and to fix substantiated issues within 30 days where reasonably feasible.
6. Formal complaints
If we don't resolve an issue you raise, you may file a complaint with the U.S. Department of Justice or your state attorney general's office. We'd rather you give us a chance to fix it first.
7. About this statement
This statement was last reviewed on May 12, 2026. We'll update it as the site evolves and as new accessibility features ship.
Built Dirty is a brand of Domus Antonia Lux LLC. We are not a law firm. Documents we deliver to clients are templates, not legal advice. Have an attorney licensed in your jurisdiction review before publication.