At Google I/O 2026, Google announced the HTML-in-Canvas API, a new web platform capability that allows standard HTML to be composed directly within canvas rendering contexts. This lets developers build immersive and three-dimensional experiences using familiar HTML and CSS primitives rather than requiring custom accessibility shims or duplicate DOM structures alongside canvas output. The accessibility and discoverability implications are significant: because the underlying content remains genuine HTML, screen readers and search engine crawlers can traverse it without extra instrumentation, closing a long-standing gap where rich canvas applications were effectively invisible to assistive technology. For design systems teams and front-end engineers, this lowers the barrier to building visually complex, branded experiences without sacrificing WCAG conformance or SEO.