We’ve upgraded our HTML Validation servers to use the latest version of the W3C Validator Nu, 24.3.
This new version includes several updates in HTML and CSS checks, like:
- Report void elements that have a trailing slash in their start tags
- Skip template contents when checking for duplicate IDs (bug fix)
-
Allow
loading
attribute for the iframe element (lazy loading) -
Allow
autocomplete=username
withinput[type=email]
-
Allow
operator=lighter
for SVGfeComposite
element -
Allow more values for SVG
feBlend
element mode attribute -
Allow non-JS MIME types for
script
elements withsrc
attributes -
CSS: Support
color-adjust
- ARIA: Added many changes to align with current ARIA in HTML and ARIA specs
- Make the checker use HTTP 1.0 for all requests it sends, not HTTP 1.1
- Make the checker ignore error for malformed/missing HTTP closing chunk
This upgrade is available for all users, your reports will automatically pick up the latest version on the next run.