Define the review evidence
A useful pre-publish audit starts with a reproducible page state rather than a single casual visit. Record the URL or fixture, build identifier, viewport, authentication state, and interactive states such as menus, dialogs, validation errors, and empty results. Screenshots make visual findings comparable, but they do not replace the HTML and behavior that produced them.
Separate automated signals from human judgment
Run the structure checker first so obvious labels, alternative text, headings, and landmarks are visible. Follow it with the reading-order simulation and compare the announced sequence with the task a person must complete. A machine can report a suspicious order; a reviewer must decide whether the order is understandable and still test the page with keyboard and appropriate assistive technology.
Review color in its rendered context
Use pair checks for known foreground and background values, palette checks for reusable design tokens, and the heatmap for regions that are difficult to enumerate. Color-vision simulations are useful for finding interfaces that communicate only through hue. Retain the actual color values and screenshots, and add non-color cues such as text, icons, patterns, or state labels where the design needs them.
Finish with a release disposition
The report should make automated observations easy to trace to a page location and should record retest results. The human review then covers keyboard operation, focus visibility, zoom, reflow, content meaning, and exceptions. Finish with a clear fix, retest, defer, or block decision. This workflow organizes evidence; it does not certify legal compliance or guarantee an issue-free experience for every person.