test-documentation: Remove unneeded HTML validation exemptions.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-06-04 16:27:30 -07:00
committed by Anders Kaseorg
parent 87694e9606
commit b6f111cc0c
2 changed files with 0 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
Consider using the “h1” element as a top-level heading only \(all “h1” elements are treated as top-level headings by many screen readers and other tools\)\.
Document uses the Unicode Private Use Area\(s\), which should not be used in publicly exchanged documents\. \(Charmod C073\)
Section lacks heading\. Consider using “h2”-“h6” elements to add identifying headings to all sections, or else use a “div” element instead for any cases where no heading is needed\.
Stray end tag “input”\.
# Opinionated informational messages.

View File

@@ -45,10 +45,6 @@ VNU_IGNORE = [
# Real errors that should be fixed.
r"Attribute “markdown” not allowed on element “div” at this point\.",
r"No “p” element in scope but a “p” end tag seen\.",
(
r"Element “div” not allowed as child of element “ul” in this context\."
r" \(Suppressing further errors from this subtree\.\)"
),
# Opinionated informational messages.
r"Trailing slash on void elements has no effect and interacts badly with unquoted attribute values\.",
]