Accessibility digest
Page | Candidate Ash Kalra (D) |
---|---|
URL | https://www.ashkalra.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 666 |
Tested by | Testaro, procedure ts27 |
Scored by | Testilo, procedure tsp27 |
Digested by | Testilo, procedure tdp27 |
Introduction
This is a digest of results from a battery of web accessibility tests.
Ten different tools (Alfa, Axe, Continuum, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Tenon, Testaro, and WAVE) tested the web page of Candidate Ash Kalra (D) at https://www.ashkalra.com/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.
The results were interpreted to yield an aggregate score of 666, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 666 | Sum of the component scores |
issue | 321 | Severity and number of reported defects |
tool | 45 | Tool-by-tool defect ratings |
prevention | 300 | Failed attempts by tools to test the page |
log | 0 | Browser warnings about the page |
latency | 0 | Abnormal delay in page responses |
Issue scores
The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).
Issue | Score |
---|---|
duplicateID | 48 |
typeRedundant | 48 |
slashParseRisk | 37 |
focusIndication | 32 |
hoverSurprise | 20 |
attributeBad | 16 |
contentBeyondLandmarks | 12 |
linkIndication | 12 |
linkPair | 8 |
tabFocusability | 8 |
destinationLink | 8 |
skipRepeatedContent | 6 |
obsolete | 6 |
parseError | 6 |
targetSize | 6 |
hiddenContentRisk | 4 |
pseudoNavList | 4 |
textAlternativeRisk | 4 |
colorMissing | 4 |
leadingClipsText | 4 |
noHeading | 3 |
repeatedContentRisk | 3 |
h1Missing | 3 |
allCaps | 3 |
pseudoParagraphRisk | 3 |
imagesSameAlt | 3 |
mainNone | 2 |
linkBrokenRisk | 2 |
noLandmarks | 2 |
overflowHiddenRisk | 1 |
pseudoList | 1 |
inconsistentStyles | 1 |
zIndexNotZero | 1 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue duplicateID
WCAG: 4.1.1
Score: 48
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 8
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
duplicate-id
Description: id attribute value is not unique
Count of instances: 4
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: active
- id attribute value must be unique; Document has multiple static elements with the same id attribute: pg615542783741684620
- id attribute value must be unique; Document has multiple static elements with the same id attribute: pg754470880310930860
- id attribute value must be unique; Document has multiple static elements with the same id attribute: member-login
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 3
Complaint specifics
- Duplicate id attribute value "active" found on the web page.
- Duplicate id attribute value "pg615542783741684620" found on the web page.
- Duplicate id attribute value "pg754470880310930860" found on the web page.
Complaints by ibm
Rule element_id_unique
element_id_unique
Description: Element has an id attribute value that is already in use
Count of instances: 3
Complaint specifics
- The <li> element has the id "pg754470880310930860" that is already in use
- The <li> element has the id "pg615542783741684620" that is already in use
- The <li> element has the id "active" that is already in use
Complaints by nuVal
Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
Description: Duplicate id
Count of instances: 12
Complaint specifics
- Duplicate ID active.
- The first occurrence of ID active was here.
- Duplicate ID pg615542783741684620.
- The first occurrence of ID pg615542783741684620 was here.
- Duplicate ID pg754470880310930860.
- The first occurrence of ID pg754470880310930860 was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 6
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue typeRedundant
WCAG: 1.3.1
Score: 48
Complaints by nuVal
Rule The type attribute for the style element is not needed and should be omitted.
The type attribute for the style element is not needed and should be omitted.
Description: type attribute is unnecessary for a style element
Count of instances: 23
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Rule The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 25
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue slashParseRisk
WCAG: 4.1
Score: 37
Complaints by nuVal
Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Description: Void element has a useless trailing slash.
Count of instances: 37
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue focusIndication
WCAG: 2.4.7
Score: 32
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 8
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Complaints by testaro
Rule focInd
focInd
Description: Focused element displays a nonstandard or no focus indicator
Count of instances: 4
Complaint specifics
- A element has no focus indicator
Issue hoverSurprise
WCAG: 1.4.13
Score: 20
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 10
Complaint specifics
- Hovering over element has unexpected effects
- Link or button makes the hovering mouse cursor nonstandard
Issue attributeBad
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule ^Bad value .* for attribute .+ on element .+$
^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 4
Complaint specifics
- Bad value screen,projection for attribute media on element link: The media projection has been deprecated
- Bad value 1 for attribute async on element script.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 12
Complaints by axe
Rule region
region
Description: Some page content is not contained by landmarks
Count of instances: 4
Complaint specifics
- All page content should be contained by landmarks; Some page content is not contained by landmarks
Complaints by ibm
Rule aria_content_in_landmark
aria_content_in_landmark
Description: Content is not within a landmark element
Count of instances: 6
Complaint specifics
- Content is not within a landmark element
Issue linkIndication
WCAG: 1.3.3
Score: 12
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 6
Complaint specifics
- Link is inline but has no underline
Issue linkPair
WCAG: 2.4.4
Score: 8
Complaints by qualWeb
Rule QW-BP13
QW-BP13
Description: Consecutive links have the same href and one contains an image
Count of instances: 4
Complaint specifics
- Using consecutive links with the same href in which one of the links contains an image
Issue tabFocusability
WCAG: 2.1.1
Score: 8
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 4
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue destinationLink
WCAG: 1.3.1
Score: 8
Complaints by testaro
Rule linkTo
linkTo
Description: Link has no href attribute
Count of instances: 4
Complaint specifics
- Element a has no href attribute
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by axe
Rule bypass
bypass
Description: Page has no means to bypass repeated blocks
Count of instances: 1
Complaint specifics
- Page must have means to bypass repeated blocks; No valid skip link found; Page does not have a heading; Page does not have a landmark region
Complaints by ibm
Rule skip_main_exists
skip_main_exists
Description: Page provides no way to quickly navigate to the main content
Count of instances: 1
Complaint specifics
- The page does not provide a way to quickly navigate to the main content (ARIA "main" landmark or a skip link)
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue obsolete
WCAG: 4.1
Score: 6
Complaints by htmlcs
Rule AAA.1_3_1.H49.AlignAttr
AAA.1_3_1.H49.AlignAttr
Description: align attribute is obsolete
Count of instances: 1
Complaint specifics
- Align attributes .
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 2
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
- The HTML attribute(s) "align" is deprecated in HTML 5
Complaints by nuVal
Rule ^The .+ attribute on the .+ element is obsolete.+$
^The .+ attribute on the .+ element is obsolete.+$
Description: Attribute is obsolete on its element
Count of instances: 2
Complaint specifics
- The align attribute on the div element is obsolete. Use CSS instead.
Issue parseError
WCAG: 4.1
Score: 6
Complaints by nuVal
Rule Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.
Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.
Description: script element has an async attribute but has no src or value=module attribute
Count of instances: 2
Complaint specifics
- Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.
Issue targetSize
WCAG: 2.5.5
Score: 6
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 2
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue hiddenContentRisk
WCAG: 4.1
Score: 4
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 4
Complaint specifics
- Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.
Issue pseudoNavList
WCAG: 1.3.1
Score: 4
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 2
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue textAlternativeRisk
WCAG: 1
Score: 4
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 4
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Issue colorMissing
WCAG: 1.4.3
Score: 4
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 1
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue noHeading
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r59
r59
Description: Document has no headings
Count of instances: 1
Complaint specifics
- Documents have headings
Complaints by wave
Rule heading_missing
heading_missing
Description: Page has no headings
Count of instances: 1
Complaint specifics
- No heading structure
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by axe
Rule page-has-heading-one
page-has-heading-one
Description: Page contains no level-one heading
Count of instances: 1
Complaint specifics
- Page should contain a level-one heading; Page must have a level-one heading
Issue allCaps
WCAG: 3.1.5
Score: 3
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 3
Complaint specifics
- This long string of text is in all caps.
Issue pseudoParagraphRisk
WCAG: 1.3.1
Score: 3
Complaints by tenon
Rule 242
242
Description: Multiple consecutive br elements may simulate paragraphs
Count of instances: 3
Complaint specifics
- Multiple consecutive `<br>` tags next to each other, simulating paragraphs.
Issue imagesSameAlt
WCAG: 1.1.1
Score: 3
Complaints by wave
Rule alt_duplicate
alt_duplicate
Description: Two images near each other have the same text alternative
Count of instances: 3
Complaint specifics
- A nearby image has the same alternative text
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by axe
Rule landmark-one-main
landmark-one-main
Description: page has no main landmark
Count of instances: 1
Complaint specifics
- Document should have one main landmark; Document does not have a main landmark
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue linkBrokenRisk
WCAG: 1.3.1
Score: 2
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.Placeholder
AAA.4_1_2.H91.A.Placeholder
Description: Link has text but no href, id, or name attribute
Count of instances: 1
Complaint specifics
- Anchor element found with link content, but no href, ID or name attribute has been supplied.
Issue noLandmarks
WCAG: 1.3.6
Score: 2
Complaints by wave
Rule region_missing
region_missing
Description: Page has no regions or ARIA landmarks
Count of instances: 1
Complaint specifics
- No page regions
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 1
Complaints by qualWeb
Rule QW-ACT-R40
QW-ACT-R40
Description: Zoomed text node may be clipped by a CSS overflow declaration
Count of instances: 1
Complaint specifics
- This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.
Issue pseudoList
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-BP11
QW-BP11
Description: br is used to make a list
Count of instances: 1
Complaint specifics
- Using 3 consecutive br elements
Issue inconsistentStyles
WCAG: 3.2.4
Score: 1
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 1
Complaint specifics
- In-line links have 2 different styles
Issue zIndexNotZero
WCAG: 1.4
Score: 1
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 1
Complaint specifics
- DIV element has a non-default Z index
Complete report
{ "id": "18ixx-ts27-caAD25-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687108171047, "endTime": 1687108171629 }, { "type": "url", "which": "https://www.ashkalra.com/", "what": "Candidate Ash Kalra (D)", "startTime": 1687108171629, "result": { "url": "https://www.ashkalra.com/" }, "endTime": 1687108172433 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687108172433, "url": "https://www.ashkalra.com/", "endTime": 1687108173917 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687108173917, "url": "https://www.ashkalra.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 393807, 393807, 393807, 393807, 393807 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 0 ], "instances": [] }, "endTime": 1687108187199 }, { "type": "launch", "which": "chromium", "startTime": 1687108187200, "endTime": 1687108187849 }, { "type": "url", "which": "https://www.ashkalra.com/", "what": "Candidate Ash Kalra (D)", "startTime": 1687108187849, "result": { "url": "https://www.ashkalra.com/" }, "endTime": 1687108188518 }, { "type": "test", "which": "alfa", "startTime": 1687108188518, "url": "https://www.ashkalra.com/", "what": "alfa", "result": { "totals": { "failures": 9, "warnings": 1 }, "items": [ { "index": 31, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[1]", "codeLines": [ "<li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\">", " <a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\">", " HOME", " </a>", "</li>" ] } }, { "index": 32, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[2]", "codeLines": [ "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\">", " <a href=\"/meet-ash.html\" class=\"wsite-menu-item\" style=\"position: relative;\">", " MEET ASH", " </a>", "</li>" ] } }, { "index": 33, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[3]", "codeLines": [ "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap wsite-nav-3\" style=\"position: relative;\">", " <a href=\"/donate.html\" class=\"wsite-menu-item\" style=\"position: relative;\">", " DONATE", " </a>", "</li>" ] } }, { "index": 34, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "span", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[3]/span[1]", "codeLines": [ "<span id=\"member-login\" class=\"wsite-custom-membership-wrapper\"></span>" ] } }, { "index": 38, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[2]/ul[1]/li[1]", "codeLines": [ "<li id=\"active\" class=\"wsite-menu-item-wrap\">", " <a href=\"/\" class=\"wsite-menu-item\">", " HOME", " </a>", "</li>" ] } }, { "index": 39, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[2]/ul[1]/li[2]", "codeLines": [ "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">", " <a href=\"/meet-ash.html\" class=\"wsite-menu-item\">", " MEET ASH", " </a>", "</li>" ] } }, { "index": 40, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[2]/ul[1]/li[3]", "codeLines": [ "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">", " <a href=\"/donate.html\" class=\"wsite-menu-item\">", " DONATE", " </a>", "</li>" ] } }, { "index": 41, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "span", "path": "/html[1]/body[1]/div[2]/ul[1]/span[1]", "codeLines": [ "<span id=\"member-login\" class=\"wsite-custom-membership-wrapper\"></span>" ] } }, { "index": 73, "verdict": "failed", "rule": { "ruleID": "r59", "ruleSummary": "Documents have headings", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r59", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 129, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ], "success": true }, "standardResult": { "totals": [ 1, 0, 0, 9 ], "instances": [ { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[1]" }, "excerpt": "<li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\"> <a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\"> HOME </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[2]" }, "excerpt": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\"> <a href=\"/meet-ash.html\" class=\"wsite-menu-item\" style=\"position: relative;\"> MEET ASH </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[3]" }, "excerpt": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap wsite-nav-3\" style=\"position: relative;\"> <a href=\"/donate.html\" class=\"wsite-menu-item\" style=\"position: relative;\"> DONATE </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "SPAN", "id": "member-login", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[3]/span[1]" }, "excerpt": "<span id=\"member-login\" class=\"wsite-custom-membership-wrapper\"></span>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/ul[1]/li[1]" }, "excerpt": "<li id=\"active\" class=\"wsite-menu-item-wrap\"> <a href=\"/\" class=\"wsite-menu-item\"> HOME </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/ul[1]/li[2]" }, "excerpt": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\"> <a href=\"/meet-ash.html\" class=\"wsite-menu-item\"> MEET ASH </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/ul[1]/li[3]" }, "excerpt": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\"> <a href=\"/donate.html\" class=\"wsite-menu-item\"> DONATE </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "SPAN", "id": "member-login", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/ul[1]/span[1]" }, "excerpt": "<span id=\"member-login\" class=\"wsite-custom-membership-wrapper\"></span>" }, { "ruleID": "r59", "what": "Documents have headings", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687108191621 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687108191622, "url": "https://www.ashkalra.com/", "what": "Axe", "result": { "totals": { "rulesNA": 75, "rulesPassed": 20, "rulesWarned": 2, "rulesViolated": 4, "warnings": { "minor": 4, "moderate": 0, "serious": 1, "critical": 0 }, "violations": { "minor": 4, "moderate": 6, "serious": 0, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T17:09:51.942Z", "url": "https://www.ashkalra.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "bypass", "impact": "serious", "tags": [ "cat.keyboard", "wcag2a", "wcag241", "section508", "section508.22.o", "TTv5", "TT9.a" ], "description": "Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content", "help": "Page must have means to bypass repeated blocks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/bypass?application=axeAPI", "nodes": [ { "any": [ { "id": "internal-link-present", "data": null, "relatedNodes": [], "impact": "serious", "message": "No valid skip link found" }, { "id": "header-present", "data": null, "relatedNodes": [], "impact": "serious", "message": "Page does not have a heading" }, { "id": "landmark", "data": null, "relatedNodes": [], "impact": "serious", "message": "Page does not have a landmark region" } ], "all": [], "none": [], "impact": "serious", "html": "<html lang=\"en\" class=\"wf-brandongrotesque-i4-active wf-brandongrotesque-i9-active wf-brandongrotesque-n9-active wf-brandongrotesque-n4-active wf-active\">", "target": [ "html" ], "failureSummary": "Fix any of the following:\n No valid skip link found\n Page does not have a heading\n Page does not have a landmark region" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>", "target": [ ".container > .hamburger[aria-label=\"Menu\"][href=\"#\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span style=\"display:none\">\n\t<span style=\"display:none\">Ash Kalra for Assembly</span>\n\t</span>", "target": [ "span:nth-child(2)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span style=\"display:none\">Ash Kalra for Assembly</span>", "target": [ "span:nth-child(2) > span" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"nav mobile-nav\">", "target": [ ".mobile-nav" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] } ], "violations": [ { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "active", "relatedNodes": [ { "html": "<li id=\"active\" class=\"wsite-menu-item-wrap\">\n \t\t\t<a href=\"/\" class=\"wsite-menu-item\">\n \t\t\t\tHOME\n \t\t\t</a>\n \t\t\t\n \t\t</li>", "target": [ ".mobile-nav > ul > li:nth-child(1)" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: active" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\">\n\t\t\t<a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\">\n\t\t\t\tHOME\n\t\t\t</a>\n\t\t\t\n\t\t</li>", "target": [ ".active" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: active" }, { "any": [ { "id": "duplicate-id", "data": "pg615542783741684620", "relatedNodes": [ { "html": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">\n \t\t\t<a href=\"/meet-ash.html\" class=\"wsite-menu-item\">\n \t\t\t\tMEET ASH\n \t\t\t</a>\n \t\t\t\n \t\t</li>", "target": [ ".mobile-nav > ul > li:nth-child(2)" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: pg615542783741684620" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\">\n\t\t\t<a href=\"/meet-ash.html\" class=\"wsite-menu-item\" style=\"position: relative;\">\n\t\t\t\tMEET ASH\n\t\t\t</a>\n\t\t\t\n\t\t</li>", "target": [ ".wsite-nav-2" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: pg615542783741684620" }, { "any": [ { "id": "duplicate-id", "data": "pg754470880310930860", "relatedNodes": [ { "html": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">\n \t\t\t<a href=\"/donate.html\" class=\"wsite-menu-item\">\n \t\t\t\tDONATE\n \t\t\t</a>\n \t\t\t\n \t\t</li>", "target": [ ".mobile-nav > ul > li:nth-child(3)" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: pg754470880310930860" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap wsite-nav-3\" style=\"position: relative;\">\n\t\t\t<a href=\"/donate.html\" class=\"wsite-menu-item\" style=\"position: relative;\">\n\t\t\t\tDONATE\n\t\t\t</a>\n\t\t\t\n\t\t</li>", "target": [ ".wsite-nav-3" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: pg754470880310930860" }, { "any": [ { "id": "duplicate-id", "data": "member-login", "relatedNodes": [ { "html": "<span id=\"member-login\" class=\"wsite-custom-membership-wrapper\"></span>", "target": [ "ul > .wsite-custom-membership-wrapper" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: member-login" } ], "all": [], "none": [], "impact": "minor", "html": "<span id=\"member-login\" class=\"wsite-custom-membership-wrapper\"></span>", "target": [ ".membership-cart > .wsite-custom-membership-wrapper" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: member-login" } ] }, { "id": "landmark-one-main", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has a main landmark", "help": "Document should have one main landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-main", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Document does not have a main landmark" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en\" class=\"wf-brandongrotesque-i4-active wf-brandongrotesque-i9-active wf-brandongrotesque-n9-active wf-brandongrotesque-n4-active wf-active\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "id": "page-has-heading-one", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensure that the page, or at least one of its frames contains a level-one heading", "help": "Page should contain a level-one heading", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-heading-one", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Page must have a level-one heading" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en\" class=\"wf-brandongrotesque-i4-active wf-brandongrotesque-i9-active wf-brandongrotesque-n9-active wf-brandongrotesque-n4-active wf-active\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Page must have a level-one heading" } ] }, { "id": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"nav desktop-nav\">", "target": [ ".desktop-nav" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"banner-wrap\">", "target": [ ".banner-wrap" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"main-wrap\">", "target": [ ".main-wrap" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"footer-wrap\">", "target": [ ".footer-wrap" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 4, 1, 10, 0 ], "instances": [ { "ruleID": "bypass", "what": "Page must have means to bypass repeated blocks; No valid skip link found; Page does not have a heading; Page does not have a landmark region", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" class=\"wf-brandongrotesque-i4-active wf-brandongrotesque-i9-active wf-brandongrotesque-n9-active wf-brandongrotesque-n4-active wf-active\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".container > .hamburger[aria-label=\"Menu\"][href=\"#\"]" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span:nth-child(2)" }, "excerpt": "<span style=\"display:none\"> <span style=\"display:none\">Ash Kalra for Assembly</span> </span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span:nth-child(2) > span" }, "excerpt": "<span style=\"display:none\">Ash Kalra for Assembly</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".mobile-nav" }, "excerpt": "<div class=\"nav mobile-nav\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: active", "ordinalSeverity": 2, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "selector", "spec": ".active" }, "excerpt": "<li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\"> <a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\"> HOME </a> </li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: pg615542783741684620", "ordinalSeverity": 2, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "selector", "spec": ".wsite-nav-2" }, "excerpt": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\"> <a href=\"/meet-ash.html\" class=\"wsite-menu-item\" style=\"position: relative;\"> MEET ASH </a> </li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: pg754470880310930860", "ordinalSeverity": 2, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "selector", "spec": ".wsite-nav-3" }, "excerpt": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap wsite-nav-3\" style=\"position: relative;\"> <a href=\"/donate.html\" class=\"wsite-menu-item\" style=\"position: relative;\"> DONATE </a> </li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: member-login", "ordinalSeverity": 2, "tagName": "SPAN", "id": "member-login", "location": { "doc": "dom", "type": "selector", "spec": ".membership-cart > .wsite-custom-membership-wrapper" }, "excerpt": "<span id=\"member-login\" class=\"wsite-custom-membership-wrapper\"></span>" }, { "ruleID": "landmark-one-main", "what": "Document should have one main landmark; Document does not have a main landmark", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" class=\"wf-brandongrotesque-i4-active wf-brandongrotesque-i9-active wf-brandongrotesque-n9-active wf-brandongrotesque-n4-active wf-active\">" }, { "ruleID": "page-has-heading-one", "what": "Page should contain a level-one heading; Page must have a level-one heading", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" class=\"wf-brandongrotesque-i4-active wf-brandongrotesque-i9-active wf-brandongrotesque-n9-active wf-brandongrotesque-n4-active wf-active\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".desktop-nav" }, "excerpt": "<div class=\"nav desktop-nav\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".banner-wrap" }, "excerpt": "<div class=\"banner-wrap\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".main-wrap" }, "excerpt": "<div class=\"main-wrap\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".footer-wrap" }, "excerpt": "<div class=\"footer-wrap\">" } ] }, "endTime": 1687108191971 }, { "type": "launch", "which": "chromium", "startTime": 1687108191971, "endTime": 1687108192513 }, { "type": "url", "which": "https://www.ashkalra.com/", "what": "Candidate Ash Kalra (D)", "startTime": 1687108192513, "result": { "url": "https://www.ashkalra.com/" }, "endTime": 1687108193137 }, { "type": "test", "which": "continuum", "startTime": 1687108193138, "url": "https://www.ashkalra.com/", "what": "Level Access Continuum, community edition", "result": { "prevented": true, "error": "ERROR: Running tests timed out", "success": true }, "standardResult": { "totals": [], "instances": [], "prevented": true }, "endTime": 1687108223244 }, { "type": "launch", "which": "chromium", "startTime": 1687108223244, "endTime": 1687108223802 }, { "type": "url", "which": "https://www.ashkalra.com/", "what": "Candidate Ash Kalra (D)", "startTime": 1687108223802, "result": { "url": "https://www.ashkalra.com/" }, "endTime": 1687108224440 }, { "type": "test", "which": "htmlcs", "startTime": 1687108224440, "url": "https://www.ashkalra.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_3_1.H49.AlignAttr": { "Align attributes .": [ { "tagName": "div", "id": "#378651362628626608", "code": "<div id=\"378651362628626608\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\">...</div>" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"active\" found on the web page.": [ { "tagName": "li", "id": "#active", "code": "<li id=\"active\" class=\"wsite-menu-item-wrap\">...</li>" } ], "Duplicate id attribute value \"pg615542783741684620\" found on the web page.": [ { "tagName": "li", "id": "#pg615542783741684620", "code": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">...</li>" } ], "Duplicate id attribute value \"pg754470880310930860\" found on the web page.": [ { "tagName": "li", "id": "#pg754470880310930860", "code": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">...</li>" } ] } }, "Warning": { "AAA.4_1_2.H91.A.Placeholder": { "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [ { "tagName": "a", "id": "", "code": "<a>...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 1, 0, 0, 4 ], "instances": [ { "ruleID": "AAA.4_1_2.H91.A.Placeholder", "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a>...</a>" }, { "ruleID": "AAA.1_3_1.H49.AlignAttr", "what": "Align attributes .", "ordinalSeverity": 3, "tagName": "DIV", "id": "378651362628626608", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"378651362628626608\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\">...</div>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"active\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"active\" class=\"wsite-menu-item-wrap\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"pg615542783741684620\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"pg754470880310930860\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">...</li>" } ] }, "endTime": 1687108224587 }, { "type": "launch", "which": "chromium", "startTime": 1687108224587, "endTime": 1687108225177 }, { "type": "url", "which": "https://www.ashkalra.com/", "what": "Candidate Ash Kalra (D)", "startTime": 1687108225177, "result": { "url": "https://www.ashkalra.com/" }, "endTime": 1687108225776 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687108225776, "url": "https://www.ashkalra.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 10, "recommendation": 2, "ignored": 0 }, "items": [ { "ruleId": "skip_main_exists", "path": { "dom": "/html[1]/body[1]", "aria": "/document[1]" }, "message": "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)", "bounds": { "left": 8, "top": 8, "height": 688, "width": 784 }, "snippet": "<body class=\"header-page wsite-page-index sticky-nav-off full-width-on header-scroll-animate-off wsite-theme-light fade-in\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[2]/ul[1]/li[3]", "aria": "/document[1]/list[2]/listitem[3]" }, "message": "The <li> element has the id \"pg754470880310930860\" that is already in use", "bounds": { "left": 48, "top": 678, "height": 19, "width": 744 }, "snippet": "<li class=\"wsite-menu-item-wrap\" id=\"pg754470880310930860\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[2]/ul[1]/li[2]", "aria": "/document[1]/list[2]/listitem[2]" }, "message": "The <li> element has the id \"pg615542783741684620\" that is already in use", "bounds": { "left": 48, "top": 659, "height": 19, "width": 744 }, "snippet": "<li class=\"wsite-menu-item-wrap\" id=\"pg615542783741684620\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[2]/ul[1]/li[1]", "aria": "/document[1]/list[2]/listitem[1]" }, "message": "The <li> element has the id \"active\" that is already in use", "bounds": { "left": 48, "top": 641, "height": 19, "width": 744 }, "snippet": "<li class=\"wsite-menu-item-wrap\" id=\"active\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/ul[1]", "aria": "/document[1]/list[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 641, "height": 56, "width": 784 }, "snippet": "<ul class=\"wsite-menu-default\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 370, "top": 570, "height": 18, "width": 62 }, "snippet": "<a>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/a[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 541, "height": 18, "width": 62 }, "snippet": "<a>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 370, "top": 143, "height": 18, "width": 62 }, "snippet": "<a>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 370, "top": 114, "height": 18, "width": 62 }, "snippet": "<a>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]", "aria": "/document[1]/list[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 43, "height": 56, "width": 784 }, "snippet": "<ul class=\"wsite-menu-default\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[11]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"align\" is deprecated in HTML 5", "bounds": { "left": 8, "top": 588, "height": 37, "width": 784 }, "snippet": "<div class=\"wcustomhtml\" style=\"width: 100%; overflow-y: hidden;\" align=\"center\" id=\"378651362628626608\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 2, 0, 10 ], "instances": [ { "ruleID": "skip_main_exists", "what": "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]" }, "excerpt": "<body class=\"header-page wsite-page-index sticky-nav-off full-width-on header-scroll-animate-off wsite-theme-light fade-in\">" }, { "ruleID": "element_id_unique", "what": "The <li> element has the id \"pg754470880310930860\" that is already in use", "ordinalSeverity": 3, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/ul[1]/li[3]" }, "excerpt": "<li class=\"wsite-menu-item-wrap\" id=\"pg754470880310930860\">" }, { "ruleID": "element_id_unique", "what": "The <li> element has the id \"pg615542783741684620\" that is already in use", "ordinalSeverity": 3, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/ul[1]/li[2]" }, "excerpt": "<li class=\"wsite-menu-item-wrap\" id=\"pg615542783741684620\">" }, { "ruleID": "element_id_unique", "what": "The <li> element has the id \"active\" that is already in use", "ordinalSeverity": 3, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/ul[1]/li[1]" }, "excerpt": "<li class=\"wsite-menu-item-wrap\" id=\"active\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/ul[1]" }, "excerpt": "<ul class=\"wsite-menu-default\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]" }, "excerpt": "<ul class=\"wsite-menu-default\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[11]" }, "excerpt": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"align\" is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "DIV", "id": "378651362628626608", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div class=\"wcustomhtml\" style=\"width: 100%; overflow-y: hidden;\" align=\"center\" id=\"378651362628626608\">" } ] }, "endTime": 1687108228068 }, { "type": "launch", "which": "chromium", "startTime": 1687108228068, "endTime": 1687108228643 }, { "type": "url", "which": "https://www.ashkalra.com/", "what": "Candidate Ash Kalra (D)", "startTime": 1687108228644, "result": { "url": "https://www.ashkalra.com/" }, "endTime": 1687108229344 }, { "type": "test", "which": "nuVal", "startTime": 1687108229345, "url": "https://www.ashkalra.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 19, "lastColumn": 136, "firstColumn": 1, "message": "Bad value screen,projection for attribute media on element link: The media projection has been deprecated", "extract": "0098837\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/social-icons.css?buildtime=1680098837\" media=\"screen,projection\">\n<link", "hiliteStart": 10, "hiliteLength": 136 }, { "type": "info", "lastLine": 33, "lastColumn": 23, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ext/css\">\n<style type=\"text/css\">\n.wsit", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 81, "lastColumn": 231, "firstColumn": 147, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://ssl.google-analytics.com/ga.js\"></scri", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 88, "lastColumn": 103, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "/script>\n\n<script type=\"text/javascript\" src=\"//cdn2.editmysite.com/js/lang/en/stl.js?buildTime=1680098837&\"></scri", "hiliteStart": 10, "hiliteLength": 103 }, { "type": "info", "lastLine": 89, "lastColumn": 113, "firstColumn": 83, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\">\n\t\tfun", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 103, "lastColumn": 33, "firstColumn": 3, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "script>\n\t\t<script type=\"text/javascript\"> _W = ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 111, "lastColumn": 68, "firstColumn": 38, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ";</script><script type=\"text/javascript\">_W.res", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 111, "lastColumn": 131, "firstColumn": 101, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ";</script><script type=\"text/javascript\">_W.con", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 112, "lastColumn": 103, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"//cdn2.editmysite.com/js/lang/en/stl.js?buildTime=1682538430&\"></scri", "hiliteStart": 10, "hiliteLength": 103 }, { "type": "info", "lastLine": 112, "lastColumn": 182, "firstColumn": 152, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ";</script><script type=\"text/javascript\"> _W.re", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 112, "lastColumn": 284, "firstColumn": 254, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " </script><script type=\"text/javascript\"><!--\n\t", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 127, "lastColumn": 32, "firstColumn": 10, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "\n</script><style type=\"text/css\">.tk-br", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 127, "lastColumn": 129, "firstColumn": 107, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": ";}</style><style type=\"text/css\">@font-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 24, "firstColumn": 2, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "e>\n\t\t\n\t\t\n\t<style type=\"text/css\">.custo", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 799, "firstColumn": 777, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "}}</style><style type=\"text/css\">.loadi", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 936, "firstColumn": 914, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "0}</style><style type=\"text/css\">.page-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 1242, "firstColumn": 1220, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": ")}</style><style type=\"text/css\">.form-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 1589, "firstColumn": 1567, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "x}</style><style type=\"text/css\">.field", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 1664, "firstColumn": 1642, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "5}</style><style type=\"text/css\">.form-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 1750, "firstColumn": 1728, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "x}</style><style type=\"text/css\">.site-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 1931, "firstColumn": 1909, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "5}</style><style type=\"text/css\">.actio", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 2153, "firstColumn": 2131, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "x}</style><style type=\"text/css\">.back-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 2318, "firstColumn": 2296, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "0}</style><style type=\"text/css\">p[data", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 2553, "firstColumn": 2531, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "r}</style><style type=\"text/css\">.regis", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 2657, "firstColumn": 2635, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "l}</style><style type=\"text/css\">.custo", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 3432, "firstColumn": 3410, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "}}</style><style type=\"text/css\">.accou", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 3900, "firstColumn": 3878, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "5}</style><style type=\"text/css\">.secti", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 4107, "firstColumn": 4085, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "0}</style><style type=\"text/css\">.empty", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 4407, "firstColumn": 4385, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "0}</style><style type=\"text/css\">.order", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 4849, "firstColumn": 4827, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "t}</style><style type=\"text/css\">.shipp", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 4951, "firstColumn": 4929, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "%}</style><style type=\"text/css\">@font-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 130, "lastColumn": 7478, "firstColumn": 7456, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": ";}</style><style type=\"text/css\">.reset", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "error", "lastLine": 253, "lastColumn": 110, "firstColumn": 6, "message": "The align attribute on the div element is obsolete. Use CSS instead.", "extract": "iv>\n\n<div><div id=\"378651362628626608\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"><div s", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "error", "lastLine": 264, "lastColumn": 51, "firstColumn": 7, "message": "Duplicate ID active.", "extract": "t\">\n \t\t<li id=\"active\" class=\"wsite-menu-item-wrap\">\n \t", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 146, "lastColumn": 96, "firstColumn": 3, "subType": "warning", "message": "The first occurrence of ID active was here.", "extract": "fault\">\n\t\t<li id=\"active\" class=\"wsite-menu-item-wrap wsite-nav-1 active\" style=\"position: relative;\">\n\t\t\t<a", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "error", "lastLine": 270, "lastColumn": 65, "firstColumn": 7, "message": "Duplicate ID pg615542783741684620.", "extract": "li>\n \t\t<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">\n \t", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 152, "lastColumn": 103, "firstColumn": 3, "subType": "warning", "message": "The first occurrence of ID pg615542783741684620 was here.", "extract": "\t\t</li>\n\t\t<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\">\n\t\t\t<a", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 276, "lastColumn": 65, "firstColumn": 7, "message": "Duplicate ID pg754470880310930860.", "extract": "li>\n \t\t<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">\n \t", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 158, "lastColumn": 103, "firstColumn": 3, "subType": "warning", "message": "The first occurrence of ID pg754470880310930860 was here.", "extract": "\t\t</li>\n\t\t<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap wsite-nav-3\" style=\"position: relative;\">\n\t\t\t<a", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "info", "lastLine": 296, "lastColumn": 73, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "script>\n\n\t<script type=\"text/javascript\" src=\"/files/theme/plugins.js?1673627446\"></scri", "hiliteStart": 10, "hiliteLength": 72 }, { "type": "info", "lastLine": 297, "lastColumn": 73, "firstColumn": 3, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "script>\n <script type=\"text/javascript\" src=\"/files/theme/custom.js?1673627446\"></scri", "hiliteStart": 10, "hiliteLength": 71 }, { "type": "info", "lastLine": 301, "lastColumn": 33, "firstColumn": 3, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "cript>\n\n\t\t<script type=\"text/javascript\">\n\tvar ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 318, "lastColumn": 41, "firstColumn": 1, "message": "Bad value 1 for attribute async on element script.", "extract": "/script>\n\n<script type=\"text/javascript\" async=\"1\">\n\t// N", "hiliteStart": 10, "hiliteLength": 41 }, { "type": "error", "lastLine": 318, "lastColumn": 41, "firstColumn": 1, "message": "Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.", "extract": "/script>\n\n<script type=\"text/javascript\" async=\"1\">\n\t// N", "hiliteStart": 10, "hiliteLength": 41 }, { "type": "info", "lastLine": 318, "lastColumn": 41, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "/script>\n\n<script type=\"text/javascript\" async=\"1\">\n\t// N", "hiliteStart": 10, "hiliteLength": 41 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 4, "lastColumn": 111, "firstColumn": 47, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "me</title><meta property=\"og:site_name\" content=\"Ash Kalra for Assembly\" />\n<meta", "hiliteStart": 10, "hiliteLength": 65 }, { "type": "info", "lastLine": 5, "lastColumn": 68, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "embly\" />\n<meta property=\"og:title\" content=\"Ash Kalra for Assembly | Home\" />\n<meta", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "info", "lastLine": 6, "lastColumn": 299, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " Home\" />\n<meta property=\"og:description\" content=\"Ash Kalra was elected to the California State Assembly in 2016, representing the 27th Assembly District. He has called San Jose home for over 37 years. In that time, he has developed a passion for serving his neighbors and making sure that our government\" />\n<meta", "hiliteStart": 10, "hiliteLength": 299 }, { "type": "info", "lastLine": 7, "lastColumn": 123, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "nment\" />\n<meta property=\"og:image\" content=\"https://www.ashkalra.com/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 8, "lastColumn": 134, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g.png\" />\n<meta property=\"og:image\" content=\"https://www.ashkalra.com/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" />\n<meta", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "info", "lastLine": 9, "lastColumn": 124, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "19782\" />\n<meta property=\"og:image\" content=\"https://www.ashkalra.com/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" />\n<meta", "hiliteStart": 10, "hiliteLength": 124 }, { "type": "info", "lastLine": 10, "lastColumn": 125, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "53194\" />\n<meta property=\"og:image\" content=\"https://www.ashkalra.com/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" />\n<meta", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 11, "lastColumn": 62, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "59529\" />\n<meta property=\"og:url\" content=\"https://www.ashkalra.com/\" />\n\n<met", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 13, "lastColumn": 292, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "com/\" />\n\n<meta name=\"description\" content=\"Ash Kalra was elected to the California State Assembly in 2016, representing the 27th Assembly District. He has called San Jose home for over 37 years. In that time, he has developed a passion for serving his neighbors and making sure that our government\" />\n<meta", "hiliteStart": 10, "hiliteLength": 292 }, { "type": "info", "lastLine": 14, "lastColumn": 95, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "nment\" />\n<meta name=\"keywords\" content=\"Ash Kalra, Ash Kalra for Assembly, California State Assembly\" />\n<meta", "hiliteStart": 10, "hiliteLength": 95 }, { "type": "info", "lastLine": 15, "lastColumn": 69, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "embly\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n <me", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 16, "lastColumn": 74, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "f-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\n\t\t\n\t", "hiliteStart": 10, "hiliteLength": 72 }, { "type": "info", "lastLine": 19, "lastColumn": 129, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " />\n\n\t\t\n\t\t<link id=\"wsite-base-style\" rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/sites.css?buildTime=1682538430\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 20, "lastColumn": 102, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "38430\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/old/fancybox.css?1680098837\" />\n<link", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "error", "lastLine": 21, "lastColumn": 138, "firstColumn": 1, "message": "Bad value screen,projection for attribute media on element link: The media projection has been deprecated", "extract": "98837\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/social-icons.css?buildtime=1680098837\" media=\"screen,projection\" />\n<link", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 21, "lastColumn": 138, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "98837\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/social-icons.css?buildtime=1680098837\" media=\"screen,projection\" />\n<link", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 22, "lastColumn": 105, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ction\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/files/main_style.css?1680115020\" title=\"wsite-theme-css\" />\n<link", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "info", "lastLine": 23, "lastColumn": 100, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "e-css\" />\n<link href='//cdn2.editmysite.com/fonts/Josefin_Sans/font.css?2' rel='stylesheet' type='text/css' />\n\n<lin", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "info", "lastLine": 25, "lastColumn": 98, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/css' />\n\n<link href='//cdn2.editmysite.com/fonts/Montserrat/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 98 }, { "type": "info", "lastLine": 26, "lastColumn": 94, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 27, "lastColumn": 94, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 28, "lastColumn": 94, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 29, "lastColumn": 94, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 30, "lastColumn": 94, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 31, "lastColumn": 94, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 32, "lastColumn": 92, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Lora/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 33, "lastColumn": 94, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' />\n<link", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 34, "lastColumn": 92, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t/css' />\n<link href='//cdn2.editmysite.com/fonts/Lora/font.css?2' rel='stylesheet' type='text/css' />\n<styl", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 35, "lastColumn": 23, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "t/css' />\n<style type='text/css'>\n.wsit", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 90, "lastColumn": 99, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "/script>\n\n<script type=\"text/javascript\" src=\"//cdn2.editmysite.com/js/lang/en/stl.js?buildTime=1680098837&\"></scri", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 91, "lastColumn": 113, "firstColumn": 83, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\">\n\t\tfun", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 105, "lastColumn": 33, "firstColumn": 3, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "script>\n\t\t<script type=\"text/javascript\"> _W = ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 113, "lastColumn": 68, "firstColumn": 38, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ";</script><script type=\"text/javascript\">_W.res", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 113, "lastColumn": 131, "firstColumn": 101, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ";</script><script type=\"text/javascript\">_W.con", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 114, "lastColumn": 99, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"//cdn2.editmysite.com/js/lang/en/stl.js?buildTime=1682538430&\"></scri", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 114, "lastColumn": 178, "firstColumn": 148, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ";</script><script type=\"text/javascript\"> _W.re", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 114, "lastColumn": 280, "firstColumn": 250, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " </script><script type=\"text/javascript\"><!--\n\t", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 193, "lastColumn": 122, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ter\">\n<a>\n<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:auto;max-width:100%\" />\n</a>\n", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 219, "lastColumn": 133, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ter\">\n<a>\n<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" style=\"width:auto;max-width:100%\" />\n</a>\n", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "info", "lastLine": 224, "lastColumn": 164, "firstColumn": 159, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " Assembly.<br />​", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 224, "lastColumn": 177, "firstColumn": 172, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " />​<br />Califo", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 224, "lastColumn": 614, "firstColumn": 609, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ose. <br /> ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 224, "lastColumn": 626, "firstColumn": 621, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r /> <br />Please", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 224, "lastColumn": 710, "firstColumn": 705, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "f my work.<br /> ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 224, "lastColumn": 722, "firstColumn": 717, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r /> <br />Thank ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 228, "lastColumn": 123, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "eft\">\n<a>\n<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:auto;max-width:100%\" />\n</a>\n", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 259, "lastColumn": 124, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ter\">\n<a>\n<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width:auto;max-width:100%\" />\n</a>\n", "hiliteStart": 10, "hiliteLength": 124 }, { "type": "error", "lastLine": 264, "lastColumn": 110, "firstColumn": 6, "message": "The align attribute on the div element is obsolete. Use CSS instead.", "extract": "iv>\n\n<div><div id=\"378651362628626608\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"><div s", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "error", "lastLine": 275, "lastColumn": 51, "firstColumn": 7, "message": "Duplicate ID active.", "extract": "t\">\n \t\t<li id=\"active\" class=\"wsite-menu-item-wrap\">\n \t", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 148, "lastColumn": 47, "firstColumn": 3, "subType": "warning", "message": "The first occurrence of ID active was here.", "extract": "fault\">\n\t\t<li id=\"active\" class=\"wsite-menu-item-wrap\">\n\t\t\t<a", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 284, "lastColumn": 65, "firstColumn": 7, "message": "Duplicate ID pg615542783741684620.", "extract": "li>\n \t\t<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">\n \t", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 157, "lastColumn": 61, "firstColumn": 3, "subType": "warning", "message": "The first occurrence of ID pg615542783741684620 was here.", "extract": "\t\t</li>\n\t\t<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">\n\t\t\t<a", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "error", "lastLine": 293, "lastColumn": 65, "firstColumn": 7, "message": "Duplicate ID pg754470880310930860.", "extract": "li>\n \t\t<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">\n \t", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 166, "lastColumn": 61, "firstColumn": 3, "subType": "warning", "message": "The first occurrence of ID pg754470880310930860 was here.", "extract": "\t\t</li>\n\t\t<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">\n\t\t\t<a", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 316, "lastColumn": 73, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "script>\n\n\t<script type=\"text/javascript\" src=\"/files/theme/plugins.js?1673627446\"></scri", "hiliteStart": 10, "hiliteLength": 72 }, { "type": "info", "lastLine": 317, "lastColumn": 73, "firstColumn": 3, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "script>\n <script type=\"text/javascript\" src=\"/files/theme/custom.js?1673627446\"></scri", "hiliteStart": 10, "hiliteLength": 71 }, { "type": "info", "lastLine": 321, "lastColumn": 33, "firstColumn": 3, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "cript>\n\n\t\t<script type=\"text/javascript\">\n\tvar ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 338, "lastColumn": 39, "firstColumn": 1, "message": "Bad value 1 for attribute async on element script.", "extract": "/script>\n\n<script type=\"text/javascript\" async=1>\n\t// N", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "error", "lastLine": 338, "lastColumn": 39, "firstColumn": 1, "message": "Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.", "extract": "/script>\n\n<script type=\"text/javascript\" async=1>\n\t// N", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "info", "lastLine": 338, "lastColumn": 39, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "/script>\n\n<script type=\"text/javascript\" async=1>\n\t// N", "hiliteStart": 10, "hiliteLength": 39 } ] }, "success": true }, "standardResult": { "totals": [ 54, 0, 14, 0 ], "instances": [ { "ruleID": "Bad value screen,projection for attribute media on element link: The media projection has been deprecated", "what": "Bad value screen,projection for attribute media on element link: The media projection has been deprecated", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "19" }, "excerpt": "0098837\"> <link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/social-icons.css?buildtime=1680098837\" media=\"screen,projection\"> <link" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "33" }, "excerpt": "ext/css\"> <style type=\"text/css\"> .wsit" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "81" }, "excerpt": "></script><script type=\"text/javascript\" async=\"\" src=\"https://ssl.google-analytics.com/ga.js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "88" }, "excerpt": "/script> <script type=\"text/javascript\" src=\"//cdn2.editmysite.com/js/lang/en/stl.js?buildTime=1680098837&\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "89" }, "excerpt": "></script><script type=\"text/javascript\"> fun" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "103" }, "excerpt": "script> <script type=\"text/javascript\"> _W = " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "111" }, "excerpt": ";</script><script type=\"text/javascript\">_W.res" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "111" }, "excerpt": ";</script><script type=\"text/javascript\">_W.con" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "112" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"//cdn2.editmysite.com/js/lang/en/stl.js?buildTime=1682538430&\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "112" }, "excerpt": ";</script><script type=\"text/javascript\"> _W.re" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "112" }, "excerpt": " </script><script type=\"text/javascript\"><!-- " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "127" }, "excerpt": " </script><style type=\"text/css\">.tk-br" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "127" }, "excerpt": ";}</style><style type=\"text/css\">@font-" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "e> <style type=\"text/css\">.custo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "}}</style><style type=\"text/css\">.loadi" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "0}</style><style type=\"text/css\">.page-" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": ")}</style><style type=\"text/css\">.form-" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "x}</style><style type=\"text/css\">.field" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "5}</style><style type=\"text/css\">.form-" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "x}</style><style type=\"text/css\">.site-" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "5}</style><style type=\"text/css\">.actio" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "x}</style><style type=\"text/css\">.back-" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "0}</style><style type=\"text/css\">p[data" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "r}</style><style type=\"text/css\">.regis" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "l}</style><style type=\"text/css\">.custo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "}}</style><style type=\"text/css\">.accou" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "5}</style><style type=\"text/css\">.secti" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "0}</style><style type=\"text/css\">.empty" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "0}</style><style type=\"text/css\">.order" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "t}</style><style type=\"text/css\">.shipp" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": "%}</style><style type=\"text/css\">@font-" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "130" }, "excerpt": ";}</style><style type=\"text/css\">.reset" }, { "ruleID": "The align attribute on the div element is obsolete. Use CSS instead.", "what": "The align attribute on the div element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "253" }, "excerpt": "iv> <div><div id=\"378651362628626608\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"><div s" }, { "ruleID": "Duplicate ID active.", "what": "Duplicate ID active.", "ordinalSeverity": 2, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "line", "spec": "264" }, "excerpt": "t\"> <li id=\"active\" class=\"wsite-menu-item-wrap\"> " }, { "ruleID": "The first occurrence of ID active was here.", "what": "The first occurrence of ID active was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "line", "spec": "146" }, "excerpt": "fault\"> <li id=\"active\" class=\"wsite-menu-item-wrap wsite-nav-1 active\" style=\"position: relative;\"> <a" }, { "ruleID": "Duplicate ID pg615542783741684620.", "what": "Duplicate ID pg615542783741684620.", "ordinalSeverity": 2, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "line", "spec": "270" }, "excerpt": "li> <li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\"> " }, { "ruleID": "The first occurrence of ID pg615542783741684620 was here.", "what": "The first occurrence of ID pg615542783741684620 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "line", "spec": "152" }, "excerpt": " </li> <li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\"> <a" }, { "ruleID": "Duplicate ID pg754470880310930860.", "what": "Duplicate ID pg754470880310930860.", "ordinalSeverity": 2, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "line", "spec": "276" }, "excerpt": "li> <li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\"> " }, { "ruleID": "The first occurrence of ID pg754470880310930860 was here.", "what": "The first occurrence of ID pg754470880310930860 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "line", "spec": "158" }, "excerpt": " </li> <li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap wsite-nav-3\" style=\"position: relative;\"> <a" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "296" }, "excerpt": "script> <script type=\"text/javascript\" src=\"/files/theme/plugins.js?1673627446\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "297" }, "excerpt": "script> <script type=\"text/javascript\" src=\"/files/theme/custom.js?1673627446\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "301" }, "excerpt": "cript> <script type=\"text/javascript\"> var " }, { "ruleID": "Bad value 1 for attribute async on element script.", "what": "Bad value 1 for attribute async on element script.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "318" }, "excerpt": "/script> <script type=\"text/javascript\" async=\"1\"> // N" }, { "ruleID": "Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.", "what": "Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "318" }, "excerpt": "/script> <script type=\"text/javascript\" async=\"1\"> // N" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "318" }, "excerpt": "/script> <script type=\"text/javascript\" async=\"1\"> // N" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "4" }, "excerpt": "me</title><meta property=\"og:site_name\" content=\"Ash Kalra for Assembly\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "5" }, "excerpt": "embly\" /> <meta property=\"og:title\" content=\"Ash Kalra for Assembly | Home\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": " Home\" /> <meta property=\"og:description\" content=\"Ash Kalra was elected to the California State Assembly in 2016, representing the 27th Assembly District. He has called San Jose home for over 37 years. In that time, he has developed a passion for serving his neighbors and making sure that our government\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "7" }, "excerpt": "nment\" /> <meta property=\"og:image\" content=\"https://www.ashkalra.com/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": "g.png\" /> <meta property=\"og:image\" content=\"https://www.ashkalra.com/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "9" }, "excerpt": "19782\" /> <meta property=\"og:image\" content=\"https://www.ashkalra.com/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "53194\" /> <meta property=\"og:image\" content=\"https://www.ashkalra.com/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": "59529\" /> <meta property=\"og:url\" content=\"https://www.ashkalra.com/\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "13" }, "excerpt": "com/\" /> <meta name=\"description\" content=\"Ash Kalra was elected to the California State Assembly in 2016, representing the 27th Assembly District. He has called San Jose home for over 37 years. In that time, he has developed a passion for serving his neighbors and making sure that our government\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "14" }, "excerpt": "nment\" /> <meta name=\"keywords\" content=\"Ash Kalra, Ash Kalra for Assembly, California State Assembly\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "15" }, "excerpt": "embly\" /> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "16" }, "excerpt": "f-8\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "wsite-base-style", "location": { "doc": "source", "type": "line", "spec": "19" }, "excerpt": " /> <link id=\"wsite-base-style\" rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/sites.css?buildTime=1682538430\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": "38430\" /> <link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/old/fancybox.css?1680098837\" /> <link" }, { "ruleID": "Bad value screen,projection for attribute media on element link: The media projection has been deprecated", "what": "Bad value screen,projection for attribute media on element link: The media projection has been deprecated", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "21" }, "excerpt": "98837\" /> <link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/social-icons.css?buildtime=1680098837\" media=\"screen,projection\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "21" }, "excerpt": "98837\" /> <link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn2.editmysite.com/css/social-icons.css?buildtime=1680098837\" media=\"screen,projection\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "22" }, "excerpt": "ction\" /> <link rel=\"stylesheet\" type=\"text/css\" href=\"/files/main_style.css?1680115020\" title=\"wsite-theme-css\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "23" }, "excerpt": "e-css\" /> <link href='//cdn2.editmysite.com/fonts/Josefin_Sans/font.css?2' rel='stylesheet' type='text/css' /> <lin" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "25" }, "excerpt": "/css' /> <link href='//cdn2.editmysite.com/fonts/Montserrat/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "26" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "27" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "28" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "29" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "30" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "31" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "32" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Lora/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "33" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Oswald/font.css?2' rel='stylesheet' type='text/css' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "34" }, "excerpt": "t/css' /> <link href='//cdn2.editmysite.com/fonts/Lora/font.css?2' rel='stylesheet' type='text/css' /> <styl" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "35" }, "excerpt": "t/css' /> <style type='text/css'> .wsit" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "90" }, "excerpt": "/script> <script type=\"text/javascript\" src=\"//cdn2.editmysite.com/js/lang/en/stl.js?buildTime=1680098837&\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "91" }, "excerpt": "></script><script type=\"text/javascript\"> fun" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "105" }, "excerpt": "script> <script type=\"text/javascript\"> _W = " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "113" }, "excerpt": ";</script><script type=\"text/javascript\">_W.res" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "113" }, "excerpt": ";</script><script type=\"text/javascript\">_W.con" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "114" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"//cdn2.editmysite.com/js/lang/en/stl.js?buildTime=1682538430&\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "114" }, "excerpt": ";</script><script type=\"text/javascript\"> _W.re" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "114" }, "excerpt": " </script><script type=\"text/javascript\"><!-- " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "193" }, "excerpt": "ter\"> <a> <img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:auto;max-width:100%\" /> </a> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "219" }, "excerpt": "ter\"> <a> <img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" style=\"width:auto;max-width:100%\" /> </a> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "224" }, "excerpt": " Assembly.<br />​" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "224" }, "excerpt": " />​<br />Califo" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "224" }, "excerpt": "ose. <br /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "224" }, "excerpt": "r /> <br />Please" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "224" }, "excerpt": "f my work.<br /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "224" }, "excerpt": "r /> <br />Thank " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "228" }, "excerpt": "eft\"> <a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:auto;max-width:100%\" /> </a> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "259" }, "excerpt": "ter\"> <a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width:auto;max-width:100%\" /> </a> " }, { "ruleID": "The align attribute on the div element is obsolete. Use CSS instead.", "what": "The align attribute on the div element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "264" }, "excerpt": "iv> <div><div id=\"378651362628626608\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"><div s" }, { "ruleID": "Duplicate ID active.", "what": "Duplicate ID active.", "ordinalSeverity": 2, "tagName": "LI", "id": "active", "location": { "doc": "source", "type": "line", "spec": "275" }, "excerpt": "t\"> <li id=\"active\" class=\"wsite-menu-item-wrap\"> " }, { "ruleID": "The first occurrence of ID active was here.", "what": "The first occurrence of ID active was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "active", "location": { "doc": "source", "type": "line", "spec": "148" }, "excerpt": "fault\"> <li id=\"active\" class=\"wsite-menu-item-wrap\"> <a" }, { "ruleID": "Duplicate ID pg615542783741684620.", "what": "Duplicate ID pg615542783741684620.", "ordinalSeverity": 2, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "source", "type": "line", "spec": "284" }, "excerpt": "li> <li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\"> " }, { "ruleID": "The first occurrence of ID pg615542783741684620 was here.", "what": "The first occurrence of ID pg615542783741684620 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "source", "type": "line", "spec": "157" }, "excerpt": " </li> <li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\"> <a" }, { "ruleID": "Duplicate ID pg754470880310930860.", "what": "Duplicate ID pg754470880310930860.", "ordinalSeverity": 2, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "source", "type": "line", "spec": "293" }, "excerpt": "li> <li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\"> " }, { "ruleID": "The first occurrence of ID pg754470880310930860 was here.", "what": "The first occurrence of ID pg754470880310930860 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "source", "type": "line", "spec": "166" }, "excerpt": " </li> <li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\"> <a" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "316" }, "excerpt": "script> <script type=\"text/javascript\" src=\"/files/theme/plugins.js?1673627446\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "317" }, "excerpt": "script> <script type=\"text/javascript\" src=\"/files/theme/custom.js?1673627446\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "321" }, "excerpt": "cript> <script type=\"text/javascript\"> var " }, { "ruleID": "Bad value 1 for attribute async on element script.", "what": "Bad value 1 for attribute async on element script.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "338" }, "excerpt": "/script> <script type=\"text/javascript\" async=1> // N" }, { "ruleID": "Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.", "what": "Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "338" }, "excerpt": "/script> <script type=\"text/javascript\" async=1> // N" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "338" }, "excerpt": "/script> <script type=\"text/javascript\" async=1> // N" } ] }, "endTime": 1687108230561 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687108230561, "url": "https://www.ashkalra.com/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 17:10:31", "hash": "4f3fc51a5af69676681f6223e8bb95dd12b9d96a4405efece48085ae9696718147393ec041a27cf258299d81296f24cbcdce0cb230bcc9b27a25fbff07113089", "page": { "viewport": { "mobile": false, "landscape": true, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36", "resolution": { "width": 1366, "height": 768 } } } }, "metadata": { "passed": 29, "warning": 8, "failed": 7, "inapplicable": 81 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 12, "warning": 7, "failed": 1, "inapplicable": 47 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W2", "elements": [ { "htmlCode": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 6, "warning": 0, "failed": 3, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\">\n\t\t\t\n\t\t\t\tHOME\n\t\t\t\n\t\t\t\n\t\t</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1)" }, { "htmlCode": "<li id=\"active\" class=\"wsite-menu-item-wrap\">\n \t\t\t\n \t\t\t\tHOME\n \t\t\t\n \t\t\t\n \t\t</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\">\n\t\t\t\n\t\t\t\tMEET ASH\n\t\t\t\n\t\t\t\n\t\t</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2)" }, { "htmlCode": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">\n \t\t\t\n \t\t\t\tMEET ASH\n \t\t\t\n \t\t\t\n \t\t</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap wsite-nav-3\" style=\"position: relative;\">\n\t\t\t\n\t\t\t\tDONATE\n\t\t\t\n\t\t\t\n\t\t</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(3)" }, { "htmlCode": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">\n \t\t\t\n \t\t\t\tDONATE\n \t\t\t\n \t\t\t\n \t\t</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R62": { "name": "Element in sequential focus order has visible focus", "code": "QW-ACT-R62", "mapping": "oj04fd", "description": "This rule checks that each element in sequential focus order has some visible focus indication.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.4.7", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html", "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible" } ], "related": [], "url": "https://act-rules.github.io/rules/oj04fd", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 8, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\">\n\t\t\t\tHOME\n\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/meet-ash.html\" class=\"wsite-menu-item\" style=\"position: relative;\">\n\t\t\t\tMEET ASH\n\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/donate.html\" class=\"wsite-menu-item\" style=\"position: relative;\">\n\t\t\t\tDONATE\n\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" class=\"wsite-menu-item\">\n \t\t\t\tHOME\n \t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/meet-ash.html\" class=\"wsite-menu-item\">\n \t\t\t\tMEET ASH\n \t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/donate.html\" class=\"wsite-menu-item\">\n \t\t\t\tDONATE\n \t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body>Ash Kalra for Assembly | Home\n\n\n\n\n\n\n\n\n\n\n\n \n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.wsite-elements.wsite-not-footer:not(.wsite-header-elements) div.paragraph, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) p, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-block .product-title, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-description, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .wsite-form-field label, .wsite-elements.wsite-not-footer:not(.wsite-header-elements …", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<div style=\"border:1px solid; display:inline-block; margin:auto; padding:.5em 1em\">Paid for by Ash Kalra for Assembly 2024, FPPC# 1457313.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 7, "warning": 1, "failed": 3, "inapplicable": 23 }, "assertions": { "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page links to the top of the page." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page links to the top of the page.", "resultCode": "F2", "elements": [ { "htmlCode": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"wsite-menu-default\">\n\t\t<li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\">\n\t\t\t<a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">\n\t\t\t\tHOME\n\t\t\t</a>\n\t\t\t\n\t\t</li>\n\t\t<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\">\n\t\t\t<a href=\"/meet-ash.html\" class=\"wsite-menu-item\" style=\"position: relative;\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-chil …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"wsite-menu-default\">\n \t\t<li id=\"active\" class=\"wsite-menu-item-wrap\">\n \t\t\t<a href=\"/\" class=\"wsite-menu-item\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">\n \t\t\t\tHOME\n \t\t\t</a>\n \t\t\t\n \t\t</li>\n \t\t<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\">\n \t\t\t<a href=\"/meet-ash.html\" class=\"wsite-menu-item\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">\n \t\t\t\tMEET ASH\n \t\t\t</a>\n \t\t\t\n \t\t</li>\n \t\t<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\">\n \t\t\t<a href=\"/donate.html\" class=\" …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Text alternative is not actually a text alternative for the non-text content." }, "results": [ { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:auto;max-width:100%\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" style=\"width:auto;max-width:100%\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:auto;max-width:100%\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width:auto;max-width:100%\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T31": { "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa", "code": "QW-WCAG-T31", "mapping": "F24", "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "metadata": { "target": { "element": "*", "attributes": "text-decoration" }, "success-criteria": [ { "name": "1.4.3", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum" }, { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C23", "C25" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined color css property but not a background css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"paragraph\">For the last six years, it has been my great honor to represent the community in which I grew up in the California State Assembly.​California should be a national and global leader on issues that we all face. Whether it is the escalating threat of global warming as evidence by increased temperatures and tragic weather events, moving towards a green future and reducing our reliance on fossil fuels, or combating economic inequities that make it harder for families to get by, I will continue to pursue policies that focus on a better future for San Jose. Please sign up for my emails so I can keep you in the loop on some of my work. Thank you for your i …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 10, "warning": 0, "failed": 3, "inapplicable": 11 }, "assertions": { "QW-BP11": { "name": "Using br to make a list", "code": "QW-BP11", "description": "Using 3 consecutive br elements", "metadata": { "target": { "element": "br" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "`br` elements are being be used as a list." }, "results": [ { "verdict": "failed", "description": "`br` elements are being be used as a list.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"paragraph\">For the last six years, it has been my great honor to represent the community in which I grew up in the California State Assembly.​California should be a national and global leader on issues that we all face. Whether it is the escalating threat of global warming as evidence by increased temperatures and tragic weather events, moving towards a green future and reducing our reliance on fossil fuels, or combating economic inequities that make it harder for families to get by, I will continue to pursue policies that focus on a better future for San Jose. Please sign up for my emails so I can keep you in the loop on some of my work. Thank you for your i …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [] } ] }, "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "This page doesn't use headings." }, "results": [ { "verdict": "failed", "description": "This page doesn't use headings.", "resultCode": "F1", "elements": [], "attributes": [] } ] }, "QW-BP13": { "name": "Using consecutive links with the same href and one contains an image", "code": "QW-BP13", "description": "Using consecutive links with the same href in which one of the links contains an image", "metadata": { "target": { "element": "a" }, "passed": 0, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image." }, "results": [ { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:auto;max-width:100%\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" style=\"width:auto;max-width:100%\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:auto;max-width:100%\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width:auto;max-width:100%\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 23, "document": 1, "list": 2, "listitem": 6, "img": 4 }, "tags": { "html": 1, "head": 1, "title": 1, "meta": 12, "link": 15, "style": 27, "script": 35, "body": 1, "div": 50, "a": 12, "span": 7, "ul": 2, "li": 6, "img": 4, "br": 6 } } } }, "success": true }, "standardResult": { "totals": [ 2, 19, 6, 6 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\"> HOME </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "active", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"active\" class=\"wsite-menu-item-wrap\"> HOME </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap wsite-nav-2\" style=\"position: relative;\"> MEET ASH </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\"> MEET ASH </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap wsite-nav-3\" style=\"position: relative;\"> DONATE </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(3)" }, "excerpt": "<li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\"> DONATE </li>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\"> HOME </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/meet-ash.html\" class=\"wsite-menu-item\" style=\"position: relative;\"> MEET ASH </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/donate.html\" class=\"wsite-menu-item\" style=\"position: relative;\"> DONATE </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" class=\"wsite-menu-item\"> HOME </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/meet-ash.html\" class=\"wsite-menu-item\"> MEET ASH </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/donate.html\" class=\"wsite-menu-item\"> DONATE </a>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" class=\"wf-brandongrotesque-i9-active wf-brandongrotesque-n4-active wf-brandongrotesque-i4-active wf-brandongrotesque-n9-active wf-active\"><head></head><body>Ash Kalra for Assembly | Ho ... er:not(.wsite-header-elements) .product-description, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .wsite-form-field label, .wsite-elements.wsite-not-footer:not(.wsite-header-elements …" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div style=\"border:1px solid; display:inline-block; margin:auto; padding:.5em 1em\">Paid for by Ash Kalra for Assembly 2024, FPPC# 1457313.</div>" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"></a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)" }, "excerpt": "<ul class=\"wsite-menu-default\"> <li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\"> <a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\" _cssrules=\" ... av-2\" style=\"position: relative;\"> <a href=\"/meet-ash.html\" class=\"wsite-menu-item\" style=\"position: relative;\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-chil …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"wsite-menu-default\"> <li id=\"active\" class=\"wsite-menu-item-wrap\"> <a href=\"/\" class=\"wsite-menu-item\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > ul:nth-child ... :nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\"> MEET ASH </a> </li> <li id=\"pg754470880310930860\" class=\"wsite-menu-item-wrap\"> <a href=\"/donate.html\" class=\" …" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:auto;max-width:100%\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" style=\"width:auto;max-width:100%\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:auto;max-width:100%\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width:auto;max-width:100%\">" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div class=\"paragraph\">For the last six years, it has been my great honor to represent the community in which I grew up in the California State Assembly.​California should be a national and globa ... by, I will continue to pursue policies that focus on a better future for San Jose. Please sign up for my emails so I can keep you in the loop on some of my work. Thank you for your i …" }, { "ruleID": "QW-BP11", "what": "Using 3 consecutive br elements", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div class=\"paragraph\">For the last six years, it has been my great honor to represent the community in which I grew up in the California State Assembly.​California should be a national and globa ... by, I will continue to pursue policies that focus on a better future for San Jose. Please sign up for my emails so I can keep you in the loop on some of my work. Thank you for your i …" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:auto;max-width:100%\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" style=\"width:auto;max-width:100%\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:auto;max-width:100%\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width:auto;max-width:100%\">" } ] }, "endTime": 1687108232072 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687108232073, "url": "https://www.ashkalra.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.063", "responseTime": "2023-06-18T17:10:31.474Z", "data": { "apiErrors": [], "documentSize": 1014702, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 176, "failing": 4 }, "issues": { "totalErrors": 6, "totalWarnings": 3, "totalIssues": 9 }, "issuesByLevel": { "A": { "count": 8, "pct": 88.89 }, "AA": { "count": 5, "pct": 55.56 }, "AAA": { "count": 9, "pct": 100 } }, "density": { "errorDensity": 1, "warningDensity": 0, "allDensity": 1 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "2560c03f-76ab-433c-a279-f7a1f3d36f97", "docID": "d1eab717-7d53-4b0f-e1a8-953bc513c356", "sourceHash": "477ba9bd74938a6e5d9c5ebb71446fba", "urlHttpCode": 200, "clientScriptErrors": [ {}, {}, {}, {}, {}, {}, {}, {}, {}, {} ], "remainingApiCalls": { "planCalls": 0, "boosts": 19 }, "globalStats": { "errorDensity": "N/A", "warningDensity": "N/A", "allDensity": "N/A", "stdDev": "N/A" }, "resultUrl": "http://ngnix/history.php?responseID=2560c03f-76ab-433c-a279-f7a1f3d36f97", "resultSet": [ { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1008, "y": 622 }, "height": 622, "width": 1008 }, "position": { "line": 2940, "column": 60 }, "errorSnippet": "<body class=\"header-page wsite-page-index sticky-nav-off full-width-on header-scroll-animate-off wsite-theme-light fade-in\"><div class=\"wrapper\"> <div class=\"unite-header\"> <div class=\"nav-wrap\"> <div class=\"container\"> <", "xpath": "/html/body", "issueID": "18ea997f03c3b09564067c0bf00d785c", "signature": "3c56dd41c7a5a12a06cbbe373b831224", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=18ea997f03c3b09564067c0bf00d785c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 8, "y": 8 }, "bottom-right": { "x": 8, "y": 8 }, "height": 0, "width": 0 }, "position": { "line": 904, "column": 0 }, "errorSnippet": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "8ef7fb6a3d527c997307761b7bc6ecfe", "signature": "a37cfdb406e48cea8b0c0f05906f205d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8ef7fb6a3d527c997307761b7bc6ecfe" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 8, "y": 576 }, "bottom-right": { "x": 8, "y": 576 }, "height": 0, "width": 0 }, "position": { "line": 905, "column": 0 }, "errorSnippet": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>", "xpath": "/html/body/div[2]/a[1]", "issueID": "ae600eaac17b28a5b73bad735de17f22", "signature": "bc7fbd558f64996480b9941152cfbf84", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ae600eaac17b28a5b73bad735de17f22" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 8, "y": 42 }, "bottom-right": { "x": 1016, "y": 96 }, "height": 54, "width": 1008 }, "position": { "line": 6547, "column": 391 }, "errorSnippet": "<div class=\"nav desktop-nav\"><ul class=\"wsite-menu-default\"> <li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\"> <a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\"> HOME </a", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]", "issueID": "f80b489d989e29228cb0859cbb3bbeaf", "signature": "82b1bb080053fd92722c5b8d9bfb7378", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f80b489d989e29228cb0859cbb3bbeaf" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 8, "y": 26 }, "bottom-right": { "x": 976, "y": 80 }, "height": 54, "width": 968 }, "position": { "line": 4598, "column": 0 }, "errorSnippet": "<ul class=\"wsite-menu-default\"> <li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\"> <a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\"> HOME </a> </li> <li id=\"pg61554", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]", "issueID": "5bc24d825c920572b3e89a2e948ee689", "signature": "7b3d8540e04835573c49489aae0f16e1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5bc24d825c920572b3e89a2e948ee689" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 8, "y": 560 }, "bottom-right": { "x": 976, "y": 614 }, "height": 54, "width": 968 }, "position": { "line": 4598, "column": 0 }, "errorSnippet": "<ul class=\"wsite-menu-default\"> <li id=\"active\" class=\"wsite-menu-item-wrap\"> <a href=\"/\" class=\"wsite-menu-item\"> HOME </a> </li> <li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\"> <a href=\"/meet-ash.html\"", "xpath": "/html/body/div[2]/ul[1]", "issueID": "e145ab975191dbf7c4407936f17a4f12", "signature": "7f835aa3ef7d2f1e93570d20174f5cdf", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e145ab975191dbf7c4407936f17a4f12" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 1001, "y": 173 }, "bottom-right": { "x": 1001, "y": 173 }, "height": 0, "width": 0 }, "position": { "line": 6145, "column": 50 }, "errorSnippet": "<br>", "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/br[1]", "issueID": "40a30104231416e3e2f3bb413d59a302", "signature": "a1ec1fc071c44243e5a56e4fc9b8ba05", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=40a30104231416e3e2f3bb413d59a302" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 212.984375, "y": 323 }, "bottom-right": { "x": 212.984375, "y": 323 }, "height": 0, "width": 0 }, "position": { "line": 6146, "column": 0 }, "errorSnippet": "<br>", "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/br[3]", "issueID": "92844bce1ad3b095d14e9e6ffb7e4f20", "signature": "883a5bc1bcbd912598709496fb870672", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=92844bce1ad3b095d14e9e6ffb7e4f20" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 611.1875, "y": 383 }, "bottom-right": { "x": 611.1875, "y": 383 }, "height": 0, "width": 0 }, "position": { "line": 8310, "column": 50 }, "errorSnippet": "<br>", "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/br[5]", "issueID": "a39640950b806de84a0fb3f4e066f7ac", "signature": "7f7a2051e2db1ce53cf7ed0b29cbe7fb", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=a39640950b806de84a0fb3f4e066f7ac" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 3, 6 ], "instances": [ { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"header-page wsite-page-index sticky-nav-off full-width-on header-scroll-animate-off wsite-theme-light fade-in\"><div class=\"wrapper\"> <div class=\"unite-header\"> <div class=\"nav-wrap\"> <div class=\"container\"> <" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/a[1]" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]" }, "excerpt": "<div class=\"nav desktop-nav\"><ul class=\"wsite-menu-default\"> <li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\"> <a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\"> HOME </a" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]" }, "excerpt": "<ul class=\"wsite-menu-default\"> <li id=\"active\" class=\"wsite-menu-item-wrap active wsite-nav-1\" style=\"position: relative;\"> <a href=\"/\" class=\"wsite-menu-item\" style=\"position: relative;\"> HOME </a> </li> <li id=\"pg61554" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/ul[1]" }, "excerpt": "<ul class=\"wsite-menu-default\"> <li id=\"active\" class=\"wsite-menu-item-wrap\"> <a href=\"/\" class=\"wsite-menu-item\"> HOME </a> </li> <li id=\"pg615542783741684620\" class=\"wsite-menu-item-wrap\"> <a href=\"/meet-ash.html\"" }, { "ruleID": "242", "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "ordinalSeverity": 3, "tagName": "BR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/br[1]" }, "excerpt": "<br>" }, { "ruleID": "242", "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "ordinalSeverity": 3, "tagName": "BR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/br[3]" }, "excerpt": "<br>" }, { "ruleID": "242", "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "ordinalSeverity": 3, "tagName": "BR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/br[5]" }, "excerpt": "<br>" } ] }, "endTime": 1687108232529 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687108232529, "url": "https://www.ashkalra.com/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": null }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "" }, "id": { "body": "", "main": "" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 58 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "filter": { "what": "filter styles on elements", "data": { "totals": { "styledElements": 0, "impactedElements": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focAll": { "what": "discrepancies between focusable and Tab-focused elements", "data": { "tabFocusables": 7, "tabFocused": 3, "discrepancy": -4 }, "totals": [ 0, 0, 4, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 4, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 7, "types": { "missing": { "total": 4, "tagNames": { "A": 4 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 3, "meanDelay": 0, "tagNames": { "A": 3 } } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a> <img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"wid" }, { "tagName": "A", "id": "", "text": "<a> <img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\"" }, { "tagName": "A", "id": "", "text": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"wi" }, { "tagName": "A", "id": "", "text": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"w" } ], "nonoutline": [], "outline": [ { "tagName": "A", "id": "", "text": "HOME", "delay": 0 }, { "tagName": "A", "id": "", "text": "MEET ASH", "delay": 0 }, { "tagName": "A", "id": "", "text": "DONATE", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 4 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"wid" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\"" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"wi" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"w" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 12, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 0, "tagNames": {} }, "focusableAndOperable": { "total": 12, "tagNames": { "A": 12 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\" style=\"cursor: default;\"><span></span></a>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "HOME", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MEET ASH", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a>\n<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"wid", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a>\n<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\"", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a>\n<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"wi", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a>\n<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"w", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\" style=\"cursor: default;\"><span></span></a>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "HOME", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MEET ASH", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 10, "triggerSample": 10, "impactTriggers": 6, "additions": 0, "removals": 0, "opacityChanges": 6, "opacityImpact": 0, "unhoverables": 0, "noCursors": 0, "badCursors": 4, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "active", "text": "HOME", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "HOME", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "pg615542783741684620", "text": "MEET ASH", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "MEET ASH", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "pg754470880310930860", "text": "DONATE", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "DONATE", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 } ], "unhoverables": [], "noCursors": [], "badCursors": [ { "tagName": "A", "id": "", "text": "<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:a" }, { "tagName": "A", "id": "", "text": "<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" sty" }, { "tagName": "A", "id": "", "text": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:" }, { "tagName": "A", "id": "", "text": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width" } ], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 6, 4, 6 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "active", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET ASH" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET ASH" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:a" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" sty" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 0 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkTo": { "what": "links without destinations", "data": { "total": 4, "items": [ { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" } ] }, "totals": [ 0, 0, 4, 0 ], "standardInstances": [ { "ruleID": "linkTo", "what": "Element a has no href attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkTo", "what": "Element a has no href attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkTo", "what": "Element a has no href attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkTo", "what": "Element a has no href attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 12, "adjacent": { "total": 6, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" }, { "id": "", "text": "<a> <img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"wid" }, { "id": "", "text": "<a> <img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\"" }, { "id": "", "text": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"wi" }, { "id": "", "text": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"w" }, { "id": "", "text": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" } ] } }, "totals": [ 0, 6, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"wid" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\"" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"wi" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"w" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 0, "badRoleElements": 0, "redundantRoleElements": 0, "tagNames": {} }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "adjacentLink": { "total": 6, "subtotals": [ 5, 1 ] }, "listLink": { "total": 6 } }, "items": { "adjacentLink": { "fontWeight": { "400": [ "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>", "<a> <img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"wid", "<a> <img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\"", "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"wi", "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"w" ], "500": [ "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" ] } } } }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 1, "tagNames": { "DIV": 1 } }, "items": [ { "tagName": "DIV", "id": "", "text": "Ash Kalra for Assembly HOME MEET ASH DONATE" } ] }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Ash Kalra for Assembly HOME MEET ASH DONATE" } ] } }, "success": true }, "standardResult": { "totals": [ 2, 12, 12, 10 ], "instances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 4, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"wid" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\"" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"wi" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"w" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "active", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "pg615542783741684620", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET ASH" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET ASH" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "pg754470880310930860", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"width:a" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\" sty" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"width:" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"width" }, { "ruleID": "linkTo", "what": "Element a has no href attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkTo", "what": "Element a has no href attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkTo", "what": "Element a has no href attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkTo", "what": "Element a has no href attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/ashkalrabanner-allpurple_orig.png\" alt=\"Picture\" style=\"wid" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/published/ashkarlaforassembly.jpg?1643319782\" alt=\"Picture\"" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashsignature.png?1643153194\" alt=\"Picture\" style=\"wi" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a> <img src=\"/uploads/1/3/9/1/139129947/editor/ashkalra-logo.png?1643159529\" alt=\"Picture\" style=\"w" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"hamburger\" aria-label=\"Menu\" href=\"#\"><span></span></a>" }, { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Ash Kalra for Assembly HOME MEET ASH DONATE" } ] }, "endTime": 1687108244290 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687108244290, "url": "https://www.ashkalra.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Ash Kalra for Assembly | Home", "pageurl": "https://www.ashkalra.com/", "time": 2.71, "creditsremaining": 960, "allitemcount": 14, "totalelements": 167, "waveurl": "http://wave.webaim.org/report?url=https://www.ashkalra.com/" }, "categories": { "error": { "description": "Errors", "count": 0, "items": [] }, "contrast": { "description": "Contrast Errors", "count": 0, "items": [] }, "alert": { "description": "Alerts", "count": 5, "items": { "alt_duplicate": { "id": "alt_duplicate", "description": "A nearby image has the same alternative text", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child > DIV:first-child + DIV + DIV > DIV#wsite-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child > DIV:first-child + DIV + DIV > DIV#wsite-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "heading_missing": { "id": "heading_missing", "description": "No heading structure", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "region_missing": { "id": "region_missing", "description": "No page regions", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" } ] } } } }, "success": true }, "standardResult": { "totals": [ 5, 0, 0, 0 ], "instances": [ { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child > DIV:first-child + DIV + DIV > DIV#wsite-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child > DIV:first-child + DIV + DIV > DIV#wsite-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "heading_missing", "what": "No heading structure", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "region_missing", "what": "No page regions", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" } ] }, "endTime": 1687108247343 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD25-c", "which": "https://www.ashkalra.com/", "what": "Candidate Ash Kalra (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:09:31", "endTime": "2023-06-18T17:10:47", "elapsedSeconds": 76, "visitLatency": 6, "logCount": 0, "logSize": 0, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "continuum", 30 ], [ "testaro", 13 ], [ "testaro", 12 ], [ "alfa", 3 ], [ "wave", 3 ], [ "ibm", 2 ], [ "qualWeb", 2 ], [ "nuVal", 1 ], [ "axe", 0 ], [ "htmlcs", 0 ], [ "tenon", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 666, "issue": 321, "tool": 45, "prevention": 300, "log": 0, "latency": 0 }, "details": { "severity": { "total": [ 69, 34, 45, 45 ], "byTool": { "testaro": [ 2, 12, 12, 10 ], "alfa": [ 1, 0, 0, 9 ], "axe": [ 4, 1, 10, 0 ], "htmlcs": [ 1, 0, 0, 4 ], "ibm": [ 0, 2, 0, 10 ], "nuVal": [ 54, 0, 14, 0 ], "qualWeb": [ 2, 19, 6, 6 ], "tenon": [ 0, 0, 3, 6 ], "wave": [ 5, 0, 0, 0 ] } }, "prevention": { "continuum": 300 }, "issue": { "duplicateID": { "score": 48, "maxCount": 12, "weight": 4, "tools": { "alfa": { "r3": { "quality": 1, "what": "Element id attribute value is not unique", "complaints": { "countTotal": 8, "texts": [ "id attributes have a unique value" ] } } }, "axe": { "duplicate-id": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 4, "texts": [ "id attribute value must be unique; Document has multiple static elements with the same id attribute: active", "id attribute value must be unique; Document has multiple static elements with the same id attribute: pg615542783741684620", "id attribute value must be unique; Document has multiple static elements with the same id attribute: pg754470880310930860", "id attribute value must be unique; Document has multiple static elements with the same id attribute: member-login" ] } } }, "htmlcs": { "AAA.4_1_1.F77": { "quality": 1, "what": "Duplicate id attribute value", "complaints": { "countTotal": 3, "texts": [ "Duplicate id attribute value \"active\" found on the web page.", "Duplicate id attribute value \"pg615542783741684620\" found on the web page.", "Duplicate id attribute value \"pg754470880310930860\" found on the web page." ] } } }, "ibm": { "element_id_unique": { "quality": 1, "what": "Element has an id attribute value that is already in use", "complaints": { "countTotal": 3, "texts": [ "The <li> element has the id \"pg754470880310930860\" that is already in use", "The <li> element has the id \"pg615542783741684620\" that is already in use", "The <li> element has the id \"active\" that is already in use" ] } } }, "nuVal": { "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": { "quality": 1, "what": "Duplicate id", "complaints": { "countTotal": 12, "texts": [ "Duplicate ID active.", "The first occurrence of ID active was here.", "Duplicate ID pg615542783741684620.", "The first occurrence of ID pg615542783741684620 was here.", "Duplicate ID pg754470880310930860.", "The first occurrence of ID pg754470880310930860 was here." ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 6, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "noHeading": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r59": { "quality": 1, "what": "Document has no headings", "complaints": { "countTotal": 1, "texts": [ "Documents have headings" ] } } }, "wave": { "heading_missing": { "quality": 1, "what": "Page has no headings", "complaints": { "countTotal": 1, "texts": [ "No heading structure" ] } } } } }, "repeatedContentRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "axe": { "bypass": { "quality": 1, "what": "Page has no means to bypass repeated blocks", "complaints": { "countTotal": 1, "texts": [ "Page must have means to bypass repeated blocks; No valid skip link found; Page does not have a heading; Page does not have a landmark region" ] } } }, "ibm": { "skip_main_exists": { "quality": 0.5, "what": "Page provides no way to quickly navigate to the main content", "complaints": { "countTotal": 1, "texts": [ "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)" ] } } }, "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "hiddenContentRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 4, "texts": [ "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "axe": { "landmark-one-main": { "quality": 1, "what": "page has no main landmark", "complaints": { "countTotal": 1, "texts": [ "Document should have one main landmark; Document does not have a main landmark" ] } } }, "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "axe": { "page-has-heading-one": { "quality": 1, "what": "Page contains no level-one heading", "complaints": { "countTotal": 1, "texts": [ "Page should contain a level-one heading; Page must have a level-one heading" ] } } } } }, "contentBeyondLandmarks": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 4, "texts": [ "All page content should be contained by landmarks; Some page content is not contained by landmarks" ] } } }, "ibm": { "aria_content_in_landmark": { "quality": 1, "what": "Content is not within a landmark element", "complaints": { "countTotal": 6, "texts": [ "Content is not within a landmark element" ] } } } } }, "linkBrokenRisk": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "htmlcs": { "AAA.4_1_2.H91.A.Placeholder": { "quality": 1, "what": "Link has text but no href, id, or name attribute", "complaints": { "countTotal": 1, "texts": [ "Anchor element found with link content, but no href, ID or name attribute has been supplied." ] } } } } }, "obsolete": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "htmlcs": { "AAA.1_3_1.H49.AlignAttr": { "quality": 1, "what": "align attribute is obsolete", "complaints": { "countTotal": 1, "texts": [ "Align attributes ." ] } } }, "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 2, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "The HTML attribute(s) \"align\" is deprecated in HTML 5" ] } } }, "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "quality": 1, "what": "Attribute is obsolete on its element", "complaints": { "countTotal": 2, "texts": [ "The align attribute on the div element is obsolete. Use CSS instead." ] } } } } }, "attributeBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "^Bad value .* for attribute .+ on element .+$": { "quality": 1, "what": "Attribute on this element has an invalid value", "complaints": { "countTotal": 4, "texts": [ "Bad value screen,projection for attribute media on element link: The media projection has been deprecated", "Bad value 1 for attribute async on element script." ] } } } } }, "typeRedundant": { "score": 48, "maxCount": 48, "weight": 1, "tools": { "nuVal": { "The type attribute for the style element is not needed and should be omitted.": { "quality": 1, "what": "type attribute is unnecessary for a style element", "complaints": { "countTotal": 23, "texts": [ "The type attribute for the style element is not needed and should be omitted." ] } }, "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 25, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } } } } }, "parseError": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "nuVal": { "Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.": { "quality": 1, "what": "script element has an async attribute but has no src or value=module attribute", "complaints": { "countTotal": 2, "texts": [ "Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module." ] } } } } }, "slashParseRisk": { "score": 37, "maxCount": 37, "weight": 1, "tools": { "nuVal": { "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": { "quality": 1, "what": "Void element has a useless trailing slash.", "complaints": { "countTotal": 37, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "focusIndication": { "score": 32, "maxCount": 8, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 8, "texts": [ "This rule checks that each element in sequential focus order has some visible focus indication." ] } } }, "testaro": { "focInd": { "quality": 1, "what": "Focused element displays a nonstandard or no focus indicator", "complaints": { "countTotal": 4, "texts": [ "A element has no focus indicator" ] } } } } }, "overflowHiddenRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 1, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "pseudoNavList": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 2, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "textAlternativeRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 4, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } } } }, "colorMissing": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 1, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "pseudoList": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-BP11": { "quality": 1, "what": "br is used to make a list", "complaints": { "countTotal": 1, "texts": [ "Using 3 consecutive br elements" ] } } } } }, "linkPair": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "qualWeb": { "QW-BP13": { "quality": 1, "what": "Consecutive links have the same href and one contains an image", "complaints": { "countTotal": 4, "texts": [ "Using consecutive links with the same href in which one of the links contains an image" ] } } } } }, "leadingClipsText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 1, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 2, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allCaps": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 3, "texts": [ "This long string of text is in all caps." ] } } } } }, "pseudoParagraphRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "tenon": { "242": { "quality": 1, "what": "Multiple consecutive br elements may simulate paragraphs", "complaints": { "countTotal": 3, "texts": [ "Multiple consecutive `<br>` tags next to each other, simulating paragraphs." ] } } } } }, "tabFocusability": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 4, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "hoverSurprise": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 10, "texts": [ "Hovering over element has unexpected effects", "Link or button makes the hovering mouse cursor nonstandard" ] } } } } }, "destinationLink": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "testaro": { "linkTo": { "quality": 1, "what": "Link has no href attribute", "complaints": { "countTotal": 4, "texts": [ "Element a has no href attribute" ] } } } } }, "linkIndication": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 6, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 1, "texts": [ "In-line links have 2 different styles" ] } } } } }, "zIndexNotZero": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 1, "texts": [ "DIV element has a non-default Z index" ] } } } } }, "imagesSameAlt": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "wave": { "alt_duplicate": { "quality": 1, "what": "Two images near each other have the same text alternative", "complaints": { "countTotal": 3, "texts": [ "A nearby image has the same alternative text" ] } } } } }, "noLandmarks": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "wave": { "region_missing": { "quality": 1, "what": "Page has no regions or ARIA landmarks", "complaints": { "countTotal": 1, "texts": [ "No page regions" ] } } } } } } } } }