Kilotest: Diagnoses of script element invalidly deferred
violation by HTML element 17 on State of Oregon Web Accessibility page
Basics
About the State of Oregon Web Accessibility page
- URL: https://www.oregon.gov/pages/accessibility.aspx
- Tested 16 days ago by job
9bron 2026-05-16 at 20:42
About HTML element 17
- Tag name:
SCRIPT - Text: [not applicable]
- Start tag:
<script defer=""> - XPath:
/html/head[1]/script[3] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the script element invalidly deferred
issue
- Why it matters: Browser processes the document improperly
- Priority: highest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how tools diagnose the script element invalidly deferred
issue for HTML element 17 of the State of Oregon Web Accessibility page.
- An inline script element (i.e., a script element without a src attribute and with a type attribute that is either unspecified, empty, or a JavaScript MIME type) must not have a defer attribute.
Tool: Html Checker API (World Wide Web Consortium)