The Content Types page (/content-types) is missing a non-empty <title> element and the lang attribute on <html>. Both are WCAG 2.1 Level A requirements (SC 2.4.2 Page Titled, SC 3.1.1 Language of Page). Fix: ensure the page's <head> includes a <title> and that the document <html> element has lang="en" (or appropriate locale). Found in e2e run on PR #437.
The Content Types page (
/content-types) is missing a non-empty<title>element and thelangattribute on<html>. Both are WCAG 2.1 Level A requirements (SC 2.4.2 Page Titled, SC 3.1.1 Language of Page). Fix: ensure the page's<head>includes a<title>and that the document<html>element haslang="en"(or appropriate locale). Found in e2e run on PR #437.