The standard
Semi-Functional Tech targets WCAG 2.2 level AA. That is a commitment, not an aspiration: automated accessibility checks run against the home page, a listing page, a post page and a paginated archive in both light and dark themes on every build, and a serious or critical violation fails the build rather than producing a report nobody reads.
What that means in practice
Every page is usable with a keyboard alone, with a visible focus indicator.
Text meets a 4.5:1 contrast ratio against its background in both themes.
Headings are in order, landmarks are real elements, and a skip link is the
first thing a keyboard reaches.
Images that carry meaning have alternative text, and the editor refuses to
publish without it.
Motion honors
prefers-reduced-motion.The layout works from 320 pixels wide upward without horizontal scrolling.
Where it falls short
Automated checks catch a minority of accessibility problems. Known gaps:
Third-party advertising is outside our markup and we cannot guarantee it
meets the same standard.
Embedded video players are the supplier's, not ours.
Older pieces published before a given fix may not have been revisited.
Reporting a barrier
If something here is unusable for you, tell us: support@semifunctional.tech. Say what you were trying to do and what got in the way, and include the address of the page. We aim to respond within five working days and to say what we are going to do about it, even when the answer takes longer.