Maybe Don't Rely on Google's "Modern Web Guidance" Google's new "Modern Web Guidance" tool, designed to help AI coding agents build accessible web experiences, produced a non-conformant accordion component that fails to work in Firefox and does not meet WCAG accessibility standards, according to an analysis by developer Adrian Roselli. The tool's launch example also lacked tailored accessibility guidance for common patterns like toast notifications, repeating past mistakes where Google released features without proper accessibility consultation. The findings raise concerns about the reliability of Google's AI-powered development guidance for building legally compliant, accessible web applications. Maybe Don’t Rely on Google’s “Modern Web Guidance” Just in time for Google I/O, the Chrome for Developers site announced Modern Web Guidance MWG : Modern Web Guidance is a set of evergreen and expert-vetted skills that guide your AI coding agents across many common use cases to build modern web experiences that are accessible, performant, and secure. I appreciate this set of LLM skills lists accessibility first, something I feel strongly every MVP or early preview as Google calls this must: Simply, if your MVP does not have accessibility factored in, it is not viable. If you claim accessibility is a core principle but your version 0 does not include it, then it is not a core principle. Last year I made a straightforward and simple request to Google that also respects the law in most jurisdictions where Google does business : Please, if your team cannot explain how the thingsatisfies all WCAG Success Criteria at Level AA, then don’t releasethe thing. Unfortunately, MWG accessibility doesn’t satisfy. Partly because not every pattern has tailored guidance. For example, you may remember when Google ran at a toast pattern before abandoning it: Again, the people designing the feature neither understood accessibility nor had consulted anyone who did while they designed it, instead relegating accessibility to the later stages of their design and assuming it could simply be remediated with a modest effort and without any serious redesign or rethink. I hoped Google also remembered and applied that experience here, making a skill tailored to toasts to avoid another debacle. Nope. Reopening because this guide needs accessibility guidance in some form as there’s no general toast guidance. But this is an early preview of what developers can do with MWG. It’s not going to cover every pattern. That would be absurd. So let’s look to a pattern Google decided to showcase at launch via this first example prompt on the page: Create an accordion-style stats component that smoothly animates on open and close. I expected a pile of