Accessibility digest
Page | Candidate Eduardo Garcia (D) |
---|---|
URL | https://voteforgarcia.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 883 |
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 Eduardo Garcia (D) at https://voteforgarcia.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 883, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 883 | Sum of the component scores |
issue | 756 | Severity and number of reported defects |
tool | 124 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 3 | 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 | 72 |
focusIndication | 72 |
textContrastAA | 64 |
fontSizeAbsolute | 64 |
slashParseRisk | 53 |
linkForcesNewWindow | 42 |
linkIndication | 40 |
hoverSurprise | 28 |
titleBad | 28 |
zIndexNotZero | 28 |
contentBeyondLandmarks | 24 |
siteNavigation | 24 |
hiddenContentRisk | 20 |
contrastAAA | 17 |
typeRedundant | 16 |
parentBad | 16 |
pseudoNavList | 14 |
contrastRisk | 13 |
overflowHiddenRisk | 12 |
linkTextsSame | 12 |
leadingClipsText | 12 |
metaBansZoom | 8 |
linkWindowSurpriseRisk | 8 |
inconsistentStyles | 7 |
cssInvalid | 6 |
skipRepeatedContent | 6 |
noHeading | 6 |
targetSize | 6 |
linkElementBad | 4 |
textRotated | 4 |
linkPair | 4 |
repeatedContentRisk | 3 |
decorativeImageRisk | 3 |
scrollRisk | 3 |
obsolete | 3 |
horizontalScrolling | 3 |
pseudoLinkRisk | 3 |
mainNone | 2 |
justificationRisk | 2 |
noScriptRisk | 2 |
sectionHeadingless | 1 |
textAlternativeRisk | 1 |
ignorable | 0 |
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: 72
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 16
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: 8
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-677
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-20
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1507
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-22
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-19
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1819
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-690
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1026
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 16
Complaint specifics
- This LI has an id attribute of 'menu-item-677', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-20', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-1507', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-22', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-19', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-1819', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-690', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-1026', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 8
Complaint specifics
- Duplicate id attribute value "menu-item-1026" found on the web page.
- Duplicate id attribute value "menu-item-1507" found on the web page.
- Duplicate id attribute value "menu-item-1819" found on the web page.
- Duplicate id attribute value "menu-item-19" found on the web page.
- Duplicate id attribute value "menu-item-20" found on the web page.
- Duplicate id attribute value "menu-item-22" found on the web page.
- Duplicate id attribute value "menu-item-677" found on the web page.
- Duplicate id attribute value "menu-item-690" found on the web page.
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: 16
Complaint specifics
- Duplicate ID menu-item-677.
- The first occurrence of ID menu-item-677 was here.
- Duplicate ID menu-item-20.
- The first occurrence of ID menu-item-20 was here.
- Duplicate ID menu-item-1507.
- The first occurrence of ID menu-item-1507 was here.
- Duplicate ID menu-item-22.
- The first occurrence of ID menu-item-22 was here.
- Duplicate ID menu-item-19.
- The first occurrence of ID menu-item-19 was here.
- Duplicate ID menu-item-1819.
- The first occurrence of ID menu-item-1819 was here.
- Duplicate ID menu-item-690.
- The first occurrence of ID menu-item-690 was here.
- Duplicate ID menu-item-1026.
- The first occurrence of ID menu-item-1026 was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 18
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue focusIndication
WCAG: 2.4.7
Score: 72
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 18
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 18
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: 18
Complaint specifics
- A element has no focus indicator
Issue textContrastAA
WCAG: 1.4.3
Score: 64
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 15
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 16
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 2
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change background to #1c1c1c.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change text colour to #1c1c1c.
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 6
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 4
Complaint specifics
- Very low contrast
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 64
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 32
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue slashParseRisk
WCAG: 4.1
Score: 53
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: 53
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 42
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 14
Complaint specifics
- This link opens in a new window without user control.
Issue linkIndication
WCAG: 1.3.3
Score: 40
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 20
Complaint specifics
- Link is inline but has no underline
Issue hoverSurprise
WCAG: 1.4.13
Score: 28
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 14
Complaint specifics
- Hovering over element has unexpected effects
Issue titleBad
WCAG: 1.3.1
Score: 28
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 7
Complaint specifics
- A element has a title attribute
- IMG element has a title attribute
Issue zIndexNotZero
WCAG: 1.4
Score: 28
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 28
Complaint specifics
- HEADER element has a non-default Z index
- DIV element has a non-default Z index
- UL element has a non-default Z index
- A element has a non-default Z index
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 24
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 12
Complaint specifics
- Perceivable text content is included in a landmark
Complaints by axe
Rule region
region
Description: Some page content is not contained by landmarks
Count of instances: 7
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: 7
Complaint specifics
- Content is not within a landmark element
Issue siteNavigation
WCAG: 2.4
Score: 24
Complaints by qualWeb
Rule QW-WCAG-T15
QW-WCAG-T15
Description: link element and navigation tools not used
Count of instances: 24
Complaint specifics
- The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.
Issue hiddenContentRisk
WCAG: 4.1
Score: 20
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 20
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 contrastAAA
WCAG: 1.4.6
Score: 17
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 17
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 2
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ffffff, background color: #ed1c24, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 14.3pt (19px), font weight: bold). Expected contrast ratio of 4.5:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 2
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 3.49:1. Recommendation: change text colour to #fff.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change text colour to #1c1c1c.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 6
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 3
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue typeRedundant
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 12
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Rule 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: 4
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Issue parentBad
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Description: Element has an invalid parent
Count of instances: 4
Complaint specifics
- Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Issue pseudoNavList
WCAG: 1.3.1
Score: 14
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: 7
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue contrastRisk
WCAG: 1.4.3
Score: 13
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColour
Description: Inline foreground color may lack a complementary background color
Count of instances: 8
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
Rule AAA.1_4_6.G17.BgImage
Description: Contrast between the text and its background image may be less than 7:1
Count of instances: 4
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.
Rule AAA.1_4_6.G18.BgImage
Description: Contrast between the text and the background image may be less than 4.5:1
Count of instances: 1
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 12
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: 12
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 linkTextsSame
WCAG: 2.4.4
Score: 12
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 6
Complaint specifics
- These links have the same text but different destinations.
Issue leadingClipsText
WCAG: 1.4.8
Score: 12
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 3
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue metaBansZoom
WCAG: 1.4.4
Score: 8
Complaints by alfa
Rule r47
r47
Description: meta element restricts zooming
Count of instances: 1
Complaint specifics
- <meta name='viewport'> elements do not prevent zoom
Complaints by axe
Rule meta-viewport
meta-viewport
Description: Zooming and scaling are disabled
Count of instances: 1
Complaint specifics
- Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices
Complaints by continuum
Rule 59
59
Description: meta element in the head sets the viewport maximum-scale to less than 2
Count of instances: 1
Complaint specifics
- This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2
Complaints by nuVal
Rule Consider avoiding viewport values that prevent users from resizing documents.
Consider avoiding viewport values that prevent users from resizing documents.
Description: viewport value prevents users from resizing the document
Count of instances: 2
Complaint specifics
- Consider avoiding viewport values that prevent users from resizing documents.
Complaints by qualWeb
Rule QW-ACT-R14
QW-ACT-R14
Description: meta viewport prevents zoom
Count of instances: 1
Complaint specifics
- This rule checks that the meta element retains the user agent ability to zoom.
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 8
Complaints by htmlcs
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Description: Link text may fail to indicate that the link will open in a new window
Count of instances: 8
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 7
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 7
Complaint specifics
- In-line links have 6 different styles
- Level-1 headings have 3 different styles
Issue cssInvalid
WCAG: 4.1
Score: 6
Complaints by nuVal
Rule ^CSS: .+: Property .+ doesn't exist.*$
^CSS: .+: Property .+ doesn't exist.*$
Description: Invalid property in CSS
Count of instances: 2
Complaint specifics
- CSS: background-repeat-y: Property background-repeat-y doesn't exist.
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
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 noHeading
WCAG: 1.3.1
Score: 6
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 2
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
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 linkElementBad
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.2_4_8.H59.1
AAA.2_4_8.H59.1
Description: link element is not in the document head
Count of instances: 1
Complaint specifics
- Link elements can only be located in the head section of the document.
Complaints by nuVal
Rule A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Description: link element with an as attribute has no rel attribute with preload or modulepreload as its value
Count of instances: 1
Complaint specifics
- A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Issue textRotated
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 271
271
Description: Text is needlessly rotated 60+ degrees or more, hurting comprehension
Count of instances: 2
Complaint specifics
- This text is rotated from the horizontal by 60 degrees or more.
Issue linkPair
WCAG: 2.4.4
Score: 4
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 2
Complaint specifics
- Redundant link
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 decorativeImageRisk
WCAG: 1.1.1
Score: 3
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 3
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue scrollRisk
WCAG: 1.4.10
Score: 3
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 3
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
- Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.
Issue obsolete
WCAG: 4.1
Score: 3
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 1
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue pseudoLinkRisk
WCAG: 1.3.1
Score: 3
Complaints by wave
Rule underline
underline
Description: CSS underline on text that is not a link
Count of instances: 3
Complaint specifics
- Underlined 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 justificationRisk
WCAG: 1.4.8
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T29
QW-WCAG-T29
Description: Alignment either to the left or right is not specified in CSS
Count of instances: 2
Complaint specifics
- This technique describes how to align blocks of text either left or right by setting the CSS text-align property.
Issue noScriptRisk
WCAG: 4.1
Score: 2
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 2
Complaint specifics
- Noscript element
Issue sectionHeadingless
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue textAlternativeRisk
WCAG: 1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 1
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 ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 9
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD36-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687097555841, "endTime": 1687097556417 }, { "type": "url", "which": "https://voteforgarcia.com/", "what": "Candidate Eduardo Garcia (D)", "startTime": 1687097556418, "result": { "url": "https://voteforgarcia.com/" }, "endTime": 1687097557796 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687097557797, "url": "https://voteforgarcia.com/", "endTime": 1687097558868 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687097558868, "url": "https://voteforgarcia.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1020940, 1020940, 1020940, 1020940, 1020940 ], "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": 1687097572562 }, { "type": "launch", "which": "chromium", "startTime": 1687097572563, "endTime": 1687097573150 }, { "type": "url", "which": "https://voteforgarcia.com/", "what": "Candidate Eduardo Garcia (D)", "startTime": 1687097573150, "result": { "url": "https://voteforgarcia.com/" }, "endTime": 1687097573711 }, { "type": "test", "which": "alfa", "startTime": 1687097573711, "url": "https://voteforgarcia.com/", "what": "alfa", "result": { "totals": { "failures": 33, "warnings": 47 }, "items": [ { "index": 93, "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\">", " <a href=\"https://voteforgarcia.com/\" aria-current=\"page\">", " Home", " </a>", "</li>" ] } }, { "index": 94, "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]", "codeLines": [ "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">", " <a href=\"https://voteforgarcia.com/bio/\">", " Bio", " </a>", " <ul class=\"sub-menu\">", " <li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">", " <a href=\"https://voteforgarcia.com/candidate-statement/\">", " Candidate Statement", " </a>", " </li>", " </ul>", "</li>" ] } }, { "index": 95, "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">", " <a href=\"https://voteforgarcia.com/candidate-statement/\">", " Candidate Statement", " </a>", "</li>" ] } }, { "index": 96, "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]", "codeLines": [ "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">", " <a href=\"https://voteforgarcia.com/news-and-media/\">", " News & Media", " </a>", "</li>" ] } }, { "index": 97, "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]", "codeLines": [ "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">", " <a href=\"https://voteforgarcia.com/support/\">", " Support", " </a>", "</li>" ] } }, { "index": 98, "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]", "codeLines": [ "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">", " <a href=\"https://voteforgarcia.com/endorsements/\">", " Endorsements", " </a>", "</li>" ] } }, { "index": 99, "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]", "codeLines": [ "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">", " <a href=\"https://www.flickr.com/photos/195268529@N04/\">", " Photos", " </a>", "</li>" ] } }, { "index": 100, "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]", "codeLines": [ "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">", " <a href=\"https://voteforgarcia.com/contact-us/\">", " Contact", " </a>", "</li>" ] } }, { "index": 103, "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]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\">", " <a href=\"https://voteforgarcia.com/\" aria-current=\"page\">", " Home", " </a>", "</li>" ] } }, { "index": 104, "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]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]", "codeLines": [ "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">", " <a href=\"https://voteforgarcia.com/bio/\">", " Bio", " </a>", " <ul class=\"sub-menu\">", " <li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">", " <a href=\"https://voteforgarcia.com/candidate-statement/\">", " Candidate Statement", " </a>", " </li>", " </ul>", "</li>" ] } }, { "index": 105, "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]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">", " <a href=\"https://voteforgarcia.com/candidate-statement/\">", " Candidate Statement", " </a>", "</li>" ] } }, { "index": 106, "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]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]", "codeLines": [ "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">", " <a href=\"https://voteforgarcia.com/news-and-media/\">", " News & Media", " </a>", "</li>" ] } }, { "index": 107, "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]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]", "codeLines": [ "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">", " <a href=\"https://voteforgarcia.com/support/\">", " Support", " </a>", "</li>" ] } }, { "index": 108, "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]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[5]", "codeLines": [ "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">", " <a href=\"https://voteforgarcia.com/endorsements/\">", " Endorsements", " </a>", "</li>" ] } }, { "index": 109, "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]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[6]", "codeLines": [ "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">", " <a href=\"https://www.flickr.com/photos/195268529@N04/\">", " Photos", " </a>", "</li>" ] } }, { "index": 110, "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]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[7]", "codeLines": [ "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">", " <a href=\"https://voteforgarcia.com/contact-us/\">", " Contact", " </a>", "</li>" ] } }, { "index": 162, "verdict": "failed", "rule": { "ruleID": "r47", "ruleSummary": "<meta name='viewport'> elements do not prevent zoom", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r47", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "element", "tagName": "meta", "path": "/html[1]/head[1]/meta[5]", "codeLines": [ "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" ] } }, { "index": 178, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Help Me Continue Fighting for YOU in the State Assembly" ] } }, { "index": 179, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "CONTRIBUTE" ] } }, { "index": 180, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Follow Us" ] } }, { "index": 181, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "For all official State related matters, please visit us at" ] } }, { "index": 182, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]/text()[1]", "codeLines": [ "https://a36.asmdc.org" ] } }, { "index": 183, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/text()[1]", "codeLines": [ "." ] } }, { "index": 184, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)" ] } }, { "index": 185, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "83-103 Avenue 48" ] } }, { "index": 186, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[2]/text()[1]", "codeLines": [ "Suite IB 111" ] } }, { "index": 187, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[3]/text()[1]", "codeLines": [ "Coachella, CA 92236" ] } }, { "index": 188, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "info@voteforgarcia.com" ] } }, { "index": 189, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 198, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://voteforgarcia.com/\">", " <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03/logo.png\" width=\"683\" height=\"256\" alt=\"Vote for Garcia\" id=\"logo\" data-height-percentage=\"100\" data-actual-width=\"683\" data-actual-height=\"256\">", "</a>" ] } }, { "index": 199, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">", " Home", "</a>" ] } }, { "index": 200, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://voteforgarcia.com/bio/\">", " Bio", "</a>" ] } }, { "index": 201, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"https://voteforgarcia.com/news-and-media/\">", " News & Media", "</a>" ] } }, { "index": 202, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a href=\"https://voteforgarcia.com/support/\">", " Support", "</a>" ] } }, { "index": 203, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a href=\"https://voteforgarcia.com/endorsements/\">", " Endorsements", "</a>" ] } }, { "index": 204, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a href=\"https://www.flickr.com/photos/195268529@N04/\">", " Photos", "</a>" ] } }, { "index": 205, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]", "codeLines": [ "<a href=\"https://voteforgarcia.com/contact-us/\">", " Contact", "</a>" ] } }, { "index": 206, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">", " CONTRIBUTE", "</a>" ] } }, { "index": 207, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">", " <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">", " Follow", " </span>", "</a>" ] } }, { "index": 208, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">", " <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">", " Follow", " </span>", "</a>" ] } }, { "index": 209, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">", " <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">", " Follow", " </span>", "</a>" ] } }, { "index": 210, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]", "codeLines": [ "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">", " https://a36.asmdc.org", "</a>" ] } }, { "index": 211, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]", "codeLines": [ "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">", " info@voteforgarcia.com", "</a>" ] } }, { "index": 212, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">", " DONATE", "</a>" ] } }, { "index": 213, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">", " <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">", " Follow", " </span>", "</a>" ] } }, { "index": 214, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">", " <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">", " Follow", " </span>", "</a>" ] } }, { "index": 215, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">", " <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">", " Follow", " </span>", "</a>" ] } }, { "index": 216, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 217, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Bio" ] } }, { "index": 218, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "News & Media" ] } }, { "index": 219, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Support" ] } }, { "index": 220, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 221, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "Photos" ] } }, { "index": 222, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 223, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Help Me Continue Fighting for YOU in the State Assembly" ] } }, { "index": 224, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "CONTRIBUTE" ] } }, { "index": 225, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Follow Us" ] } }, { "index": 227, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]/text()[1]", "codeLines": [ "https://a36.asmdc.org" ] } }, { "index": 229, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)" ] } }, { "index": 230, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "83-103 Avenue 48" ] } }, { "index": 231, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[2]/text()[1]", "codeLines": [ "Suite IB 111" ] } }, { "index": 232, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[3]/text()[1]", "codeLines": [ "Coachella, CA 92236" ] } }, { "index": 233, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "info@voteforgarcia.com" ] } }, { "index": 234, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 249, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 250, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Bio" ] } }, { "index": 251, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "News & Media" ] } }, { "index": 252, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Support" ] } }, { "index": 253, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 254, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "Photos" ] } }, { "index": 255, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 256, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Help Me Continue Fighting for YOU in the State Assembly" ] } }, { "index": 258, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Follow Us" ] } }, { "index": 262, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)" ] } }, { "index": 263, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "83-103 Avenue 48" ] } }, { "index": 264, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[2]/text()[1]", "codeLines": [ "Suite IB 111" ] } }, { "index": 265, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[3]/text()[1]", "codeLines": [ "Coachella, CA 92236" ] } }, { "index": 266, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "info@voteforgarcia.com" ] } }, { "index": 267, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 407, "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>", "...", " -->" ] } } ], "success": true }, "standardResult": { "totals": [ 47, 0, 0, 33 ], "instances": [ { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\"> <a href=\"https://voteforgarcia.com/\" aria-current=\"page\"> Home </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"> <a href=\"https://voteforgarcia.com/bio/\"> Bio </a> <ul class=\"sub-menu\"> <li ... d=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"> <a href=\"https://voteforgarcia.com/candidate-statement/\"> Candidate Statement </a> </li> </ul> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"> <a href=\"https://voteforgarcia.com/candidate-statement/\"> Candidate Statement </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]" }, "excerpt": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"> <a href=\"https://voteforgarcia.com/news-and-media/\"> News & Media </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]" }, "excerpt": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"> <a href=\"https://voteforgarcia.com/support/\"> Support </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]" }, "excerpt": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"> <a href=\"https://voteforgarcia.com/endorsements/\"> Endorsements </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]" }, "excerpt": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"> <a href=\"https://www.flickr.com/photos/195268529@N04/\"> Photos </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]" }, "excerpt": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"> <a href=\"https://voteforgarcia.com/contact-us/\"> Contact </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\"> <a href=\"https://voteforgarcia.com/\" aria-current=\"page\"> Home </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"> <a href=\"https://voteforgarcia.com/bio/\"> Bio </a> <ul class=\"sub-menu\"> <li ... d=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"> <a href=\"https://voteforgarcia.com/candidate-statement/\"> Candidate Statement </a> </li> </ul> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"> <a href=\"https://voteforgarcia.com/candidate-statement/\"> Candidate Statement </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]" }, "excerpt": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"> <a href=\"https://voteforgarcia.com/news-and-media/\"> News & Media </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]" }, "excerpt": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"> <a href=\"https://voteforgarcia.com/support/\"> Support </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[5]" }, "excerpt": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"> <a href=\"https://voteforgarcia.com/endorsements/\"> Endorsements </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[6]" }, "excerpt": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"> <a href=\"https://www.flickr.com/photos/195268529@N04/\"> Photos </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[7]" }, "excerpt": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"> <a href=\"https://voteforgarcia.com/contact-us/\"> Contact </a> </li>" }, { "ruleID": "r47", "what": "<meta name='viewport'> elements do not prevent zoom", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[5]" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Follow Us" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "For all official State related matters, please visit us at" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]/text()[1]" }, "excerpt": "https://a36.asmdc.org" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/text()[1]" }, "excerpt": "." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "83-103 Avenue 48" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[2]/text()[1]" }, "excerpt": "Suite IB 111" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[3]/text()[1]" }, "excerpt": "Coachella, CA 92236" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "info@voteforgarcia.com" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "DONATE" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03/logo.png\" width=\"683\" height=\"256\" alt=\"Vote for Garcia\" id=\"logo\" data-height-percentage=\"100\" data-actual-width=\"683\" data-actual-height=\"256\"> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\"> Home </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/bio/\"> Bio </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/news-and-media/\"> News & Media </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/support/\"> Support </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/endorsements/\"> Endorsements </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"https://www.flickr.com/photos/195268529@N04/\"> Photos </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/contact-us/\"> Contact </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\"> CONTRIBUTE </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\"> <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\"> Follow </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"> <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\"> Follow </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"> <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\"> Follow </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\"> https://a36.asmdc.org </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]" }, "excerpt": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\"> info@voteforgarcia.com </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\"> DONATE </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\"> <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\"> Follow </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"> <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\"> Follow </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"> <span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\"> Follow </span> </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Bio" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "News & Media" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Support" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "Photos" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Follow Us" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]/text()[1]" }, "excerpt": "https://a36.asmdc.org" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "83-103 Avenue 48" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[2]/text()[1]" }, "excerpt": "Suite IB 111" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[3]/text()[1]" }, "excerpt": "Coachella, CA 92236" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "info@voteforgarcia.com" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "DONATE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Bio" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "News & Media" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Support" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "Photos" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Follow Us" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "83-103 Avenue 48" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[2]/text()[1]" }, "excerpt": "Suite IB 111" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[2]/span[3]/text()[1]" }, "excerpt": "Coachella, CA 92236" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "info@voteforgarcia.com" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "DONATE" }, { "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> ... -->" } ] }, "endTime": 1687097578146 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687097578147, "url": "https://voteforgarcia.com/", "what": "Axe", "result": { "totals": { "rulesNA": 62, "rulesPassed": 34, "rulesWarned": 2, "rulesViolated": 6, "warnings": { "minor": 20, "moderate": 0, "serious": 15, "critical": 0 }, "violations": { "minor": 8, "moderate": 8, "serious": 3, "critical": 1 } }, "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-18T14:12:58.518Z", "url": "https://voteforgarcia.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>", "target": [ "#top-menu > .menu-item-home.current-menu-item.page_item > a[aria-current=\"page\"][href$=\"voteforgarcia.com/\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>", "target": [ "#top-menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type > a[href$=\"bio/\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a>", "target": [ "#top-menu > .menu-item-22.menu-item-type-post_type.menu-item-object-page > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://voteforgarcia.com/support/\">Support</a>", "target": [ "#top-menu > .menu-item-19.menu-item-type-post_type.menu-item-object-page > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a>", "target": [ "#top-menu > .menu-item-1819.menu-item-type-post_type.menu-item-object-page > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a>", "target": [ "#top-menu > .menu-item-type-custom.menu-item-object-custom.menu-item-690 > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://voteforgarcia.com/contact-us/\">Contact</a>", "target": [ "#top-menu > .menu-item-1026.menu-item-type-post_type.menu-item-object-page > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "42.0pt (56px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular section_has_divider et_pb_bottom_divider\">", "target": [ ".et_pb_section_0" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Help Me Continue Fighting for YOU in the State Assembly</span>", "target": [ ".et_pb_text_0 > .et_pb_text_inner > h1 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "36.0pt (48px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular section_has_divider et_pb_bottom_divider\">", "target": [ ".et_pb_section_0" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Follow Us</span>", "target": [ ".et_pb_text_1 > .et_pb_text_inner > h1 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "14.3pt (19px)", "fontWeight": "bold", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<span>For all official State related matters, please visit us at </span>", "target": [ ".et_pb_blurb_0 > .et_pb_blurb_content > .et_pb_blurb_container > .et_pb_blurb_description > p > span:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\">", "target": [ ".et_pb_section_3" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)</span>", "target": [ ".s1" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\">", "target": [ ".et_pb_section_3" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span>83-103 Avenue 48 </span>", "target": [ "p:nth-child(2) > span:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\">", "target": [ ".et_pb_section_3" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Suite IB 111<br></span>", "target": [ "p:nth-child(2) > span:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\">", "target": [ ".et_pb_section_3" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Coachella, CA 92236</span>", "target": [ "p:nth-child(2) > span:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\">", "target": [ ".et_pb_section_3" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">info@voteforgarcia.com</a>", "target": [ "a[href=\"mailto:info@voteforgarcia.com\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" } ] }, { "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": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li>\n</ul>", "target": [ "#top-menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type > .sub-menu" ], "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 id=\"et_mobile_nav_menu\">", "target": [ "#et_mobile_nav_menu" ], "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 class=\"select_page\">Select Page</span>", "target": [ ".select_page" ], "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": "<ul id=\"mobile_menu\" class=\"et_mobile_menu\">", "target": [ "#mobile_menu" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_0 > .icon.et_pb_with_border[title=\"Follow on Twitter\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_1 > .icon.et_pb_with_border[title=\"Follow on Facebook\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_2 > .icon.et_pb_with_border[title=\"Follow on Instagram\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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=\"et_pb_row et_pb_row_1\">", "target": [ ".et_pb_row_1" ], "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=\"et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_dark\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\"><span>Help Me Continue Fighting for YOU in the State Assembly</span></h1></div>\n\t\t\t</div>", "target": [ ".et_pb_text_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": "<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "target": [ ".et_pb_button_1" ], "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=\"et_pb_module et_pb_image et_pb_image_1\">", "target": [ ".et_pb_image_1" ], "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=\"et_pb_row et_pb_row_3\">", "target": [ ".et_pb_row_3" ], "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=\"et_pb_row et_pb_row_4\">", "target": [ ".et_pb_row_4" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_3 > .icon.et_pb_with_border[title=\"Follow on Twitter\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_4 > .icon.et_pb_with_border[title=\"Follow on Facebook\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_5 > .icon.et_pb_with_border[title=\"Follow on Instagram\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_6 > .icon.et_pb_with_border[title=\"Follow on Twitter\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_7 > .icon.et_pb_with_border[title=\"Follow on Facebook\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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 class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</span>", "target": [ ".et_pb_social_media_follow_network_8 > .icon.et_pb_with_border[title=\"Follow on Instagram\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" ], "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": "<img src=\"https://pixel.wp.com/g.gif?v=ext&blog=174714773&post=8&tz=-7&srv=voteforgarcia.com&hp=atomic&ac=2&amp=0&j=1%3A12.3-a.5&host=voteforgarcia.com&ref=&fcp=0&rand=0.10026696686436631\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">", "target": [ "#wpstats" ], "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": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#ed1c24", "contrastRatio": 4.38, "fontSize": "18.0pt (24px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "target": [ ".et_pb_button_0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.38 (foreground color: #ffffff, background color: #ed1c24, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "target": [ ".et_pb_button_0" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.38 (foreground color: #ffffff, background color: #ed1c24, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ed1c24", "bgColor": "#ffffff", "contrastRatio": 4.38, "fontSize": "14.3pt (19px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_0 et_pb_text_align_center et_pb_blurb_position_top et_pb_bg_layout_light\">", "target": [ ".et_pb_blurb_0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 14.3pt (19px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">https://a36.asmdc.org</a>", "target": [ ".et_pb_blurb_0 > .et_pb_blurb_content > .et_pb_blurb_container > .et_pb_blurb_description > p > span:nth-child(2) > span > a[href$=\"a36.asmdc.org\"][rel=\"nofollow noopener noreferrer\"][target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 14.3pt (19px), font weight: bold). Expected contrast ratio of 4.5:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ed1c24", "bgColor": "#ffffff", "contrastRatio": 4.38, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>", "target": [ ".et_pb_button_2" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>", "target": [ ".et_pb_button_2" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "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": "menu-item-677", "relatedNodes": [ { "html": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\"><a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a></li>", "target": [ ".et_first_mobile_item" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-677" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\"><a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a></li>", "target": [ "#top-menu > .menu-item-home.current-menu-item.page_item" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-677" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-20", "relatedNodes": [ { "html": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">", "target": [ "#mobile_menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-20" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">", "target": [ "#top-menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-20" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-1507", "relatedNodes": [ { "html": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li>", "target": [ "#mobile_menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type > .sub-menu > .menu-item-1507.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-1507" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li>", "target": [ "#top-menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type > .sub-menu > .menu-item-1507.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-1507" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-22", "relatedNodes": [ { "html": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"><a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a></li>", "target": [ "#mobile_menu > .menu-item-22.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-22" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"><a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a></li>", "target": [ "#top-menu > .menu-item-22.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-22" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-19", "relatedNodes": [ { "html": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"><a href=\"https://voteforgarcia.com/support/\">Support</a></li>", "target": [ "#mobile_menu > .menu-item-19.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-19" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"><a href=\"https://voteforgarcia.com/support/\">Support</a></li>", "target": [ "#top-menu > .menu-item-19.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-19" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-1819", "relatedNodes": [ { "html": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"><a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a></li>", "target": [ "#mobile_menu > .menu-item-1819.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-1819" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"><a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a></li>", "target": [ "#top-menu > .menu-item-1819.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-1819" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-690", "relatedNodes": [ { "html": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"><a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a></li>", "target": [ "#mobile_menu > .menu-item-type-custom.menu-item-object-custom.menu-item-690" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-690" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"><a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a></li>", "target": [ "#top-menu > .menu-item-type-custom.menu-item-object-custom.menu-item-690" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-690" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-1026", "relatedNodes": [ { "html": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"><a href=\"https://voteforgarcia.com/contact-us/\">Contact</a></li>", "target": [ "#mobile_menu > .menu-item-1026.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-1026" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"><a href=\"https://voteforgarcia.com/contact-us/\">Contact</a></li>", "target": [ "#top-menu > .menu-item-1026.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-1026" } ] }, { "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-US\" class=\"js jetpack-lazy-images-js-enabled\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "id": "meta-viewport", "impact": "critical", "tags": [ "cat.sensory-and-visual-cues", "wcag2aa", "wcag144", "ACT" ], "description": "Ensures <meta name=\"viewport\"> does not disable text scaling and zooming", "help": "Zooming and scaling must not be disabled", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/meta-viewport?application=axeAPI", "nodes": [ { "any": [ { "id": "meta-viewport", "data": "user-scalable", "relatedNodes": [], "impact": "critical", "message": "user-scalable on <meta> tag disables zooming on mobile devices" } ], "all": [], "none": [], "impact": "critical", "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">", "target": [ "meta[name=\"viewport\"]" ], "failureSummary": "Fix any of the following:\n user-scalable on <meta> tag disables zooming on mobile devices" } ] }, { "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=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_dark\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\"><span>Help Me Continue Fighting for YOU in the State Assembly</span></h1></div>\n\t\t\t</div>", "target": [ ".et_pb_text_0" ], "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=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n\t\t\t\t<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>\n\t\t\t</div>", "target": [ ".et_pb_button_0_wrapper" ], "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=\"et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_dark\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\"><span>Follow Us</span></h1></div>\n\t\t\t</div>", "target": [ ".et_pb_text_1" ], "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": "<img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" class=\"wp-image-250 jetpack-lazy-image jetpack-lazy-image--handled\" data-recalc-dims=\"1\" srcset=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?w=842&ssl=1 842w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=300%2C248&ssl=1 300w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=768%2C636&ssl=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" data-lazy-loaded=\"1\" sizes=\"(max-width: 842px) 100vw, 842px\" loading=\"eager\">", "target": [ ".jetpack-lazy-image--handled" ], "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=\"et_pb_row et_pb_row_2\">", "target": [ ".et_pb_row_2" ], "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=\"et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_right et_pb_text_align_center-tablet et_pb_bg_layout_light\">", "target": [ ".et_pb_text_4" ], "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=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_module \">\n\t\t\t\t<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>\n\t\t\t</div>", "target": [ ".et_pb_button_2_wrapper" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 20, 15, 16, 4 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-home.current-menu-item.page_item > a[aria-current=\"page\"][href$=\"voteforgarcia.com/\"]" }, "excerpt": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type > a[href$=\"bio/\"]" }, "excerpt": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-22.menu-item-type-post_type.menu-item-object-page > a" }, "excerpt": "<a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-19.menu-item-type-post_type.menu-item-object-page > a" }, "excerpt": "<a href=\"https://voteforgarcia.com/support/\">Support</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-1819.menu-item-type-post_type.menu-item-object-page > a" }, "excerpt": "<a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-type-custom.menu-item-object-custom.menu-item-690 > a" }, "excerpt": "<a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-1026.menu-item-type-post_type.menu-item-object-page > a" }, "excerpt": "<a href=\"https://voteforgarcia.com/contact-us/\">Contact</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_text_0 > .et_pb_text_inner > h1 > span" }, "excerpt": "<span>Help Me Continue Fighting for YOU in the State Assembly</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_text_1 > .et_pb_text_inner > h1 > span" }, "excerpt": "<span>Follow Us</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_blurb_0 > .et_pb_blurb_content > .et_pb_blurb_container > .et_pb_blurb_description > p > span:nth-child(1)" }, "excerpt": "<span>For all official State related matters, please visit us at </span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".s1" }, "excerpt": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span>83-103 Avenue 48 </span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(2) > span:nth-child(2)" }, "excerpt": "<span>Suite IB 111<br></span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(2) > span:nth-child(3)" }, "excerpt": "<span>Coachella, CA 92236</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href=\"mailto:info@voteforgarcia.com\"]" }, "excerpt": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">info@voteforgarcia.com</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": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type > .sub-menu" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li> </ul>" }, { "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": "et_mobile_nav_menu", "location": { "doc": "dom", "type": "selector", "spec": "#et_mobile_nav_menu" }, "excerpt": "<div id=\"et_mobile_nav_menu\">" }, { "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": ".select_page" }, "excerpt": "<span class=\"select_page\">Select Page</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": "UL", "id": "mobile_menu", "location": { "doc": "dom", "type": "selector", "spec": "#mobile_menu" }, "excerpt": "<ul id=\"mobile_menu\" class=\"et_mobile_menu\">" }, { "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": ".et_pb_social_media_follow_network_0 > .icon.et_pb_with_border[title=\"Follow on Twitter\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": ".et_pb_social_media_follow_network_1 > .icon.et_pb_with_border[title=\"Follow on Facebook\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": ".et_pb_social_media_follow_network_2 > .icon.et_pb_with_border[title=\"Follow on Instagram\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": ".et_pb_row_1" }, "excerpt": "<div class=\"et_pb_row et_pb_row_1\">" }, { "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": ".et_pb_text_2" }, "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_dark\"> <div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\"><span>Help Me Continue Fighting for YOU in the State Assembly</span></h1></div> </div>" }, { "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": ".et_pb_button_1" }, "excerpt": "<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_image_1" }, "excerpt": "<div class=\"et_pb_module et_pb_image et_pb_image_1\">" }, { "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": ".et_pb_row_3" }, "excerpt": "<div class=\"et_pb_row et_pb_row_3\">" }, { "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": ".et_pb_row_4" }, "excerpt": "<div class=\"et_pb_row et_pb_row_4\">" }, { "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": ".et_pb_social_media_follow_network_3 > .icon.et_pb_with_border[title=\"Follow on Twitter\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": ".et_pb_social_media_follow_network_4 > .icon.et_pb_with_border[title=\"Follow on Facebook\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": ".et_pb_social_media_follow_network_5 > .icon.et_pb_with_border[title=\"Follow on Instagram\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": ".et_pb_social_media_follow_network_6 > .icon.et_pb_with_border[title=\"Follow on Twitter\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": ".et_pb_social_media_follow_network_7 > .icon.et_pb_with_border[title=\"Follow on Facebook\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": ".et_pb_social_media_follow_network_8 > .icon.et_pb_with_border[title=\"Follow on Instagram\"] > .et_pb_social_media_follow_network_name[aria-hidden=\"true\"]" }, "excerpt": "<span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\">Follow</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": "IMG", "id": "wpstats", "location": { "doc": "dom", "type": "selector", "spec": "#wpstats" }, "excerpt": "<img src=\"https://pixel.wp.com/g.gif?v=ext&blog=174714773&post=8&tz=-7&srv=voteforgarcia.com&hp=atomic&ac=2&amp=0&j=1%3A12.3-a.5&host=voteforgarcia.com&ref=&fcp=0&rand=0.10026696686436631\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ffffff, background color: #ed1c24, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_button_0" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 14.3pt (19px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_blurb_0 > .et_pb_blurb_content > .et_pb_blurb_container > .et_pb_blurb_description > p > span:nth-child(2) > span > a[href$=\"a36.asmdc.org\"][rel=\"nofollow noopener noreferrer\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">https://a36.asmdc.org</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_button_2" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-677", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-home.current-menu-item.page_item" }, "excerpt": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\"><a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-20", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type" }, "excerpt": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1507", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-has-children.menu-item-20.menu-item-type-post_type > .sub-menu > .menu-item-1507.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-22", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-22.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"><a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-19", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-19.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"><a href=\"https://voteforgarcia.com/support/\">Support</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1819", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-1819.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"><a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-690", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-type-custom.menu-item-object-custom.menu-item-690" }, "excerpt": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"><a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1026", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-1026.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"><a href=\"https://voteforgarcia.com/contact-us/\">Contact</a></li>" }, { "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-US\" class=\"js jetpack-lazy-images-js-enabled\">" }, { "ruleID": "meta-viewport", "what": "Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "meta[name=\"viewport\"]" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" }, { "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": ".et_pb_text_0" }, "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_dark\"> <div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\"><span>Help Me Continue Fighting for YOU in the State Assembly</span></h1></div> </div>" }, { "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": ".et_pb_button_0_wrapper" }, "excerpt": "<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \"> <a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a> </div>" }, { "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": ".et_pb_text_1" }, "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_dark\"> <div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\"><span>Follow Us</span></h1></div> </div>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".jetpack-lazy-image--handled" }, "excerpt": "<img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" class=\"wp-image-250 jetp ... l=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" data-lazy-loaded=\"1\" sizes=\"(max-width: 842px) 100vw, 842px\" loading=\"eager\">" }, { "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": ".et_pb_row_2" }, "excerpt": "<div class=\"et_pb_row et_pb_row_2\">" }, { "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": ".et_pb_text_4" }, "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_right et_pb_text_align_center-tablet et_pb_bg_layout_light\">" }, { "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": ".et_pb_button_2_wrapper" }, "excerpt": "<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_module \"> <a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a> </div>" } ] }, "endTime": 1687097578559 }, { "type": "launch", "which": "chromium", "startTime": 1687097578559, "endTime": 1687097579152 }, { "type": "url", "which": "https://voteforgarcia.com/", "what": "Candidate Eduardo Garcia (D)", "startTime": 1687097579152, "result": { "url": "https://voteforgarcia.com/" }, "endTime": 1687097579687 }, { "type": "test", "which": "continuum", "startTime": 1687097579687, "url": "https://voteforgarcia.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 59, "bestPracticeId": 410, "attribute": "This element has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2", "attributeDetail": "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2", "element": "<meta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" name=\"viewport\">", "path": "head>meta:nth-of-type(5)", "fingerprint": { "version": 2, "css": "meta[name=\"viewport\"][content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-677', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\" id=\"menu-item-677\"><a aria-current=\"page\" hr ... menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\" id=\"menu-item-677\"><a aria-current=\"page\" href=\"https://voteforgarcia.com/\">Home</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-677\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-677', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\" id=\"menu-item-677\"><a a ... e menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\" id=\"menu-item-677\"><a aria-current=\"page\" href=\"https://voteforgarcia.com/\">Home</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-677\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-20', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\" id=\"menu-item-20\"><a href=\"https://voteforgarcia.com/bio/\">Bio</a><ul class=\"sub-menu\"><li clas ... ><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\" id=\"menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li></ul></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-20\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-20', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\" id=\"menu-item-20\"><a href=\"https://voteforgarcia.com/bio/\">Bio</a><ul class=\"sub-menu\"><li clas ... ><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\" id=\"menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li></ul></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-20\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-1507', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\" id=\"menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-1507\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-1507', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\" id=\"menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-1507\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-22', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\" id=\"menu-item-22\"><a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-22\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-22', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\" id=\"menu-item-22\"><a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-22\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-19', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\" id=\"menu-item-19\"><a href=\"https://voteforgarcia.com/support/\">Support</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-19\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-19', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\" id=\"menu-item-19\"><a href=\"https://voteforgarcia.com/support/\">Support</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(4)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-19\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-1819', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\" id=\"menu-item-1819\"><a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-1819\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-1819', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\" id=\"menu-item-1819\"><a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(5)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-1819\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-690', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\" id=\"menu-item-690\"><a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-690\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-690', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\" id=\"menu-item-690\"><a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(6)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-690\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-1026', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\" id=\"menu-item-1026\"><a href=\"https://voteforgarcia.com/contact-us/\">Contact</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-1026\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-1026', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\" id=\"menu-item-1026\"><a href=\"https://voteforgarcia.com/contact-us/\">Contact</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(7)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-1026\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"]", "attNo": 2 } } ], "standardResult": { "totals": [ 0, 0, 0, 17 ], "instances": [ { "ruleID": "59", "what": "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "head>meta:nth-of-type(5)" }, "excerpt": "<meta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" name=\"viewport\">" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-677', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\" id=\"menu-item-677\"><a aria-current=\"page\" hr ... menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\" id=\"menu-item-677\"><a aria-current=\"page\" href=\"https://voteforgarcia.com/\">Home</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-677', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\" id=\"menu-item-677\"><a a ... e menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\" id=\"menu-item-677\"><a aria-current=\"page\" href=\"https://voteforgarcia.com/\">Home</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-20', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\" id=\"menu-item-20\"><a href=\"https://voteforgarcia.com/bio/\">Bio</a><ul class=\"sub-menu\"><li clas ... ><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\" id=\"menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li></ul></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-20', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\" id=\"menu-item-20\"><a href=\"https://voteforgarcia.com/bio/\">Bio</a><ul class=\"sub-menu\"><li clas ... ><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\" id=\"menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li></ul></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-1507', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\" id=\"menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-1507', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\" id=\"menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-22', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\" id=\"menu-item-22\"><a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-22', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\" id=\"menu-item-22\"><a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-19', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\" id=\"menu-item-19\"><a href=\"https://voteforgarcia.com/support/\">Support</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-19', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(4)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\" id=\"menu-item-19\"><a href=\"https://voteforgarcia.com/support/\">Support</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-1819', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\" id=\"menu-item-1819\"><a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-1819', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(5)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\" id=\"menu-item-1819\"><a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-690', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\" id=\"menu-item-690\"><a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-690', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(6)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\" id=\"menu-item-690\"><a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-1026', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\" id=\"menu-item-1026\"><a href=\"https://voteforgarcia.com/contact-us/\">Contact</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-1026', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(7)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\" id=\"menu-item-1026\"><a href=\"https://voteforgarcia.com/contact-us/\">Contact</a></li>" } ] }, "endTime": 1687097579896 }, { "type": "launch", "which": "chromium", "startTime": 1687097579896, "endTime": 1687097580524 }, { "type": "url", "which": "https://voteforgarcia.com/", "what": "Candidate Eduardo Garcia (D)", "startTime": 1687097580524, "result": { "url": "https://voteforgarcia.com/" }, "endTime": 1687097581164 }, { "type": "test", "which": "htmlcs", "startTime": 1687097581165, "url": "https://voteforgarcia.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 3.49:1. Recommendation: change text colour to #fff.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change text colour to #1c1c1c.": [ { "tagName": "a", "id": "", "code": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change background to #1c1c1c.": [ { "tagName": "a", "id": "", "code": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change text colour to #1c1c1c.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">...</a>" } ] }, "AAA.2_4_8.H59.1": { "Link elements can only be located in the head section of the document.": [ { "tagName": "link", "id": "#all-css-4ffb066e294e44344cfcfac1a6f2afe0", "code": "<link rel=\"stylesheet\" id=\"all-css-4ffb066e294e44344cfcfac1a6f2afe0\" href=\"https://voteforgarcia.com/wp-includes/css/dist/block-library/style.min.css?m=1678407757\" type=\"text/css\" media=\"all\">" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"menu-item-1026\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-1026", "code": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">...</li>" } ], "Duplicate id attribute value \"menu-item-1507\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-1507", "code": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">...</li>" } ], "Duplicate id attribute value \"menu-item-1819\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-1819", "code": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">...</li>" } ], "Duplicate id attribute value \"menu-item-19\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-19", "code": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">...</li>" } ], "Duplicate id attribute value \"menu-item-20\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-20", "code": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">...</li>" } ], "Duplicate id attribute value \"menu-item-22\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-22", "code": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">...</li>" } ], "Duplicate id attribute value \"menu-item-677\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-677", "code": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\">...</li>" } ], "Duplicate id attribute value \"menu-item-690\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-690", "code": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">...</li>" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "#wpstats", "code": "<img src=\"https://pixel.wp.com/g.gif?v=ext&blog=174714773&post=8&tz=-7&srv=voteforgarcia.com&hp=atomic&ac=2&amp=0&j=1%3A12.3-a.5&host=voteforgarcia.com&ref=&fcp=535&rand=0.4059757646405453\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">" }, { "tagName": "img", "id": "", "code": "<img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" class=\"wp-image-250 jetpack-lazy-image jetpack-lazy-image--handled\" data-recalc-dims=\"1\" srcset=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?w=842&ssl=1 842w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=300%2C248&ssl=1 300w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=768%2C636&ssl=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" data-lazy-loaded=\"1\" sizes=\"(max-width: 842px) 100vw, 842px\" loading=\"eager\">" }, { "tagName": "img", "id": "", "code": "<img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" class=\"wp-image-250 jetpack-lazy-image\" data-recalc-dims=\"1\" data-lazy-srcset=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?w=842&ssl=1 842w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=300%2C248&ssl=1 300w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=768%2C636&ssl=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" data-lazy-sizes=\"(max-width: 842px) 100vw, 842px\" data-lazy-src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&is-pending-load=1#038;ssl=1\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">" } ] }, "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "", "code": "<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_module \">...</div>" }, { "tagName": "header", "id": "#main-header", "code": "<header id=\"main-header\" data-height-onload=\"100\">...</header>" } ], "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [ { "tagName": "meta", "id": "", "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" } ] }, "AAA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ff0000; text-decoration: underline;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">...</a>" }, { "tagName": "span", "id": "", "code": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: #ed1c24;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: #ff0000;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: #ffffff;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"text-decoration: underline; color: #ed1c24;\">...</span>" } ] }, "AAA.1_4_6.G17.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">...</a>" }, { "tagName": "noscript", "id": "", "code": "<noscript>...</noscript>" }, { "tagName": "span", "id": "", "code": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">...</span>" }, { "tagName": "span", "id": "", "code": "<span>...</span>" } ] }, "AAA.1_4_6.G18.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [ { "tagName": "span", "id": "", "code": "<span>...</span>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ff0000; text-decoration: underline;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 27, 0, 0, 13 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "wpstats", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://pixel.wp.com/g.gif?v=ext&blog=174714773&post=8&tz=-7&srv=voteforgarcia.com&hp=atomic&ac=2&amp=0&j=1%3A12.3-a.5&host=voteforgarcia.com&ref=&fcp=535&rand=0.4059757646405453\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" class=\"wp-image-250 jetp ... l=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" data-lazy-loaded=\"1\" sizes=\"(max-width: 842px) 100vw, 842px\" loading=\"eager\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" class=\"wp-image-250 jetp ... voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&is-pending-load=1#038;ssl=1\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_module \">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "HEADER", "id": "main-header", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<header id=\"main-header\" data-height-onload=\"100\">...</header>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">...</a>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ff0000; text-decoration: underline;\">...</a>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">...</a>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: #ed1c24;\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: #ff0000;\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: #ffffff;\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"text-decoration: underline; color: #ed1c24;\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<noscript>...</noscript>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span>...</span>" }, { "ruleID": "AAA.1_4_6.G18.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span>...</span>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ff0000; text-decoration: underline;\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 3.49:1. Recommendation: change text colour to #fff.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change text colour to #1c1c1c.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change background to #1c1c1c.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change text colour to #1c1c1c.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">...</a>" }, { "ruleID": "AAA.2_4_8.H59.1", "what": "Link elements can only be located in the head section of the document.", "ordinalSeverity": 3, "tagName": "LINK", "id": "all-css-4ffb066e294e44344cfcfac1a6f2afe0", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<link rel=\"stylesheet\" id=\"all-css-4ffb066e294e44344cfcfac1a6f2afe0\" href=\"https://voteforgarcia.com/wp-includes/css/dist/block-library/style.min.css?m=1678407757\" type=\"text/css\" media=\"all\">" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-1026\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-1507\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-1819\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-19\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-20\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-22\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-677\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-690\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">...</li>" } ] }, "endTime": 1687097581407 }, { "type": "launch", "which": "chromium", "startTime": 1687097581407, "endTime": 1687097582166 }, { "type": "url", "which": "https://voteforgarcia.com/", "what": "Candidate Eduardo Garcia (D)", "startTime": 1687097582166, "result": { "url": "https://voteforgarcia.com/" }, "endTime": 1687097582707 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687097582707, "url": "https://voteforgarcia.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 7, "recommendation": 1, "ignored": 0 }, "items": [ { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/article[1]/link[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 662, "top": 508, "height": 46, "width": 123 }, "snippet": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]", "aria": "/document[1]/article[1]/paragraph[5]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 318, "top": 1833, "height": 19, "width": 156 }, "snippet": "<a style=\"color: #ffffff; text-decoration: underline;\" href=\"mailto:info@voteforgarcia.com\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/article[1]/paragraph[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 79, "top": 1719, "height": 42, "width": 631 }, "snippet": "<p style=\"text-align: center;\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/article[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 82, "top": 1241, "height": 64, "width": 639 }, "snippet": "<h1 style=\"text-align: center;\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/article[1]/paragraph[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 126, "top": 1066, "height": 60, "width": 550 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]", "aria": "/document[1]/article[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 259, "top": 351, "height": 73, "width": 284 }, "snippet": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/article[1]/heading[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 81, "top": 143, "height": 178, "width": 640 }, "snippet": "<h1 style=\"text-align: center;\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[2]", "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=\"IE=edge\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 1, 0, 7 ], "instances": [ { "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[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\">" }, { "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[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/span[1]/a[1]" }, "excerpt": "<a style=\"color: #ffffff; text-decoration: underline;\" href=\"mailto:info@voteforgarcia.com\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"text-align: center;\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 style=\"text-align: center;\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 style=\"text-align: center;\">" }, { "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[2]" }, "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">" } ] }, "endTime": 1687097584130 }, { "type": "launch", "which": "chromium", "startTime": 1687097584130, "endTime": 1687097584717 }, { "type": "url", "which": "https://voteforgarcia.com/", "what": "Candidate Eduardo Garcia (D)", "startTime": 1687097584717, "result": { "url": "https://voteforgarcia.com/" }, "endTime": 1687097585315 }, { "type": "test", "which": "nuVal", "startTime": 1687097585315, "url": "https://voteforgarcia.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "info", "lastLine": 6, "lastColumn": 32, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "c.php\">\n\n\t<script type=\"text/javascript\">\n\t\tdoc", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 12, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "w:large\">\n<script type=\"text/javascript\">\n\t\t\tle", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 61, "lastColumn": 620, "firstColumn": 612, "message": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "extract": "-repeat-y:no-repeat;heigh", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "info", "lastLine": 81, "lastColumn": 108, "firstColumn": 3, "subType": "warning", "message": "Consider avoiding viewport values that prevent users from resizing documents.", "extract": "/style>\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"><style", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "info", "lastLine": 81, "lastColumn": 158, "firstColumn": 109, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "alable=0\"><style type=\"text/css\" id=\"custom-background-css\">\nbody.", "hiliteStart": 10, "hiliteLength": 50 }, { "type": "info", "lastLine": 84, "lastColumn": 87, "firstColumn": 65, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "RL. -->\t\t\t<style type=\"text/css\">\n\t\t\t\t/", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "error", "lastLine": 117, "lastColumn": 241, "firstColumn": 1, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": "}</style>\n<link rel=\"stylesheet\" as=\"style\" id=\"et-core-unified-deferred-8-cached-inline-styles\" href=\"https://voteforgarcia.com/wp-content/et-cache/8/et-core-unified-deferred-8.min.css?ver=1686685408\" onload=\"this.onload=null;this.rel='stylesheet';\"><!-- Y", "hiliteStart": 10, "hiliteLength": 241 }, { "type": "error", "lastLine": 154, "lastColumn": 244, "firstColumn": 49, "message": "Duplicate ID menu-item-677.", "extract": "ile_menu\"><li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\"><a hre", "hiliteStart": 10, "hiliteLength": 196 }, { "type": "info", "lastLine": 134, "lastColumn": 211, "firstColumn": 37, "subType": "warning", "message": "The first occurrence of ID menu-item-677 was here.", "extract": "ass=\"nav\"><li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\"><a hre", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 155, "lastColumn": 123, "firstColumn": 1, "message": "Duplicate ID menu-item-20.", "extract": "</a></li>\n<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"><a hre", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 135, "lastColumn": 123, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID menu-item-20 was here.", "extract": "</a></li>\n<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"><a hre", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 157, "lastColumn": 105, "firstColumn": 2, "message": "Duplicate ID menu-item-1507.", "extract": "b-menu\">\n\t<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a hre", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 137, "lastColumn": 105, "firstColumn": 2, "subType": "warning", "message": "The first occurrence of ID menu-item-1507 was here.", "extract": "b-menu\">\n\t<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a hre", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "error", "lastLine": 160, "lastColumn": 100, "firstColumn": 1, "message": "Duplicate ID menu-item-22.", "extract": "ul>\n</li>\n<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"><a hre", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "info", "lastLine": 140, "lastColumn": 100, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID menu-item-22 was here.", "extract": "ul>\n</li>\n<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"><a hre", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 161, "lastColumn": 100, "firstColumn": 1, "message": "Duplicate ID menu-item-19.", "extract": "</a></li>\n<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"><a hre", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "info", "lastLine": 141, "lastColumn": 100, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID menu-item-19 was here.", "extract": "</a></li>\n<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"><a hre", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 162, "lastColumn": 104, "firstColumn": 1, "message": "Duplicate ID menu-item-1819.", "extract": "</a></li>\n<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"><a hre", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 142, "lastColumn": 104, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID menu-item-1819 was here.", "extract": "</a></li>\n<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"><a hre", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "error", "lastLine": 163, "lastColumn": 101, "firstColumn": 1, "message": "Duplicate ID menu-item-690.", "extract": "</a></li>\n<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"><a hre", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "info", "lastLine": 143, "lastColumn": 101, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID menu-item-690 was here.", "extract": "</a></li>\n<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"><a hre", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 164, "lastColumn": 104, "firstColumn": 1, "message": "Duplicate ID menu-item-1026.", "extract": "</a></li>\n<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"><a hre", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 144, "lastColumn": 104, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID menu-item-1026 was here.", "extract": "</a></li>\n<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"><a hre", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 225, "lastColumn": 1555, "firstColumn": 838, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" srcset=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?w=842&ssl=1 842w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=300%2C248&ssl=1 300w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=768%2C636&ssl=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" sizes=\"(max-width: 842px) 100vw, 842px\" class=\"wp-image-250\" data-recalc-dims=\"1\" /></nosc", "hiliteStart": 10, "hiliteLength": 718 }, { "type": "info", "lastLine": 251, "lastColumn": 1743, "firstColumn": 1026, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" srcset=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?w=842&ssl=1 842w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=300%2C248&ssl=1 300w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=768%2C636&ssl=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" sizes=\"(max-width: 842px) 100vw, 842px\" class=\"wp-image-250\" data-recalc-dims=\"1\" /></nosc", "hiliteStart": 10, "hiliteLength": 718 }, { "type": "error", "lastLine": 414, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "<!-- -->\n<style>\n\t\t\t.s", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 420, "lastColumn": 40, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "ia=\"all\">\n<style id=\"wp-block-library-inline-css\">\n.has-", "hiliteStart": 10, "hiliteLength": 40 }, { "type": "info", "lastLine": 426, "lastColumn": 251, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://voteforgarcia.com/_static/??-eJyVjE0KwjAQhS9kjCINbsSjSJwMZdJkJiTTBj29BakuXLl6vJ/v9WJAWJHVljSPxM1G1OJh2vS2IAep1s8q2asSbI2h7Ec0ENgGamo/dh/brv8eg9yTwNTe6/gNjOeVVZL/SSV+tE4FqyEmJZ/oiXW9uebL0Z1PgxsOzr0ABJ1W5w==\"></scri", "hiliteStart": 10, "hiliteLength": 251 }, { "type": "info", "lastLine": 435, "lastColumn": 255, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://voteforgarcia.com/_static/??-eJyVjUEOwjAMBD9EmoJE1AviwkeqxBRXiRMcp1V/j5F66BEkS3vYmfVaDJKPLUC1s967AW97mIQTjwJdQurmelqL8ZkESKy8IKnxwAW/WvWMReoBPI4GrGIXoJDZalVy3J4YozLA8oPDMIGio2Q23EgwwX+fdvqebmc39P3FDe76AVQaXPA=\"></scri", "hiliteStart": 10, "hiliteLength": 255 }, { "type": "info", "lastLine": 437, "lastColumn": 109, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://voteforgarcia.com/wp-includes/js/dist/hooks.min.js?m=1649678670\"></scri", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 446, "lastColumn": 259, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://voteforgarcia.com/_static/??-eJytjcEKwkAMRH/INVSl6EG8+B+y7oaa2iRlk7bo17uXgnj2NMzMY2YZQ1JxFIdxmDoSgx59jOm56m1GyVogTq4c3SmtTRji+xWIY4cGmcyB6lIxTE4qQe+GZcay7W2z/PXmK/gZ9wdypa40EyQtCDEzCfRWHbNKxS98btrjoWlPu337AcT3YKs=\"></scri", "hiliteStart": 10, "hiliteLength": 259 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 4, "lastColumn": 25, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 6, "lastColumn": 68, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "E=edge\">\n\t<link rel=\"pingback\" href=\"https://voteforgarcia.com/xmlrpc.php\" />\n\n\t<sc", "hiliteStart": 10, "hiliteLength": 67 }, { "type": "info", "lastLine": 8, "lastColumn": 32, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdoc", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 13, "lastColumn": 70, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "|</title>\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><style", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "info", "lastLine": 13, "lastColumn": 17655, "firstColumn": 17600, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ";}</style><meta name='robots' content='max-image-preview:large' />\n<scri", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "info", "lastLine": 14, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "large' />\n<script type=\"text/javascript\">\n\t\t\tle", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 15, "lastColumn": 803, "firstColumn": 748, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ";</script><link rel='dns-prefetch' href='//secure.gravatar.com' />\n<link", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "info", "lastLine": 16, "lastColumn": 49, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r.com' />\n<link rel='dns-prefetch' href='//stats.wp.com' />\n<link", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 17, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p.com' />\n<link rel='dns-prefetch' href='//widgets.wp.com' />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 18, "lastColumn": 58, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p.com' />\n<link rel='dns-prefetch' href='//jetpack.wordpress.com' />\n<link", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 19, "lastColumn": 46, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s.com' />\n<link rel='dns-prefetch' href='//s0.wp.com' />\n<li", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "info", "lastLine": 20, "lastColumn": 61, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p.com' />\n<link rel='dns-prefetch' href='//public-api.wordpress.com' />\n<link", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 21, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s.com' />\n<link rel='dns-prefetch' href='//0.gravatar.com' />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 22, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r.com' />\n<link rel='dns-prefetch' href='//1.gravatar.com' />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 23, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r.com' />\n<link rel='dns-prefetch' href='//2.gravatar.com' />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 24, "lastColumn": 46, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r.com' />\n<link rel='dns-prefetch' href='//i0.wp.com' />\n<link", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "info", "lastLine": 25, "lastColumn": 46, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p.com' />\n<link rel='dns-prefetch' href='//c0.wp.com' />\n<link", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "info", "lastLine": 26, "lastColumn": 127, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vote for Garcia » Feed\" href=\"https://voteforgarcia.com/feed/\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 27, "lastColumn": 145, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vote for Garcia » Comments Feed\" href=\"https://voteforgarcia.com/comments/feed/\" />\n<meta", "hiliteStart": 10, "hiliteLength": 145 }, { "type": "info", "lastLine": 28, "lastColumn": 48, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "feed/\" />\n<meta content=\"Divi v.4.20.2\" name=\"generator\"/><link ", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 28, "lastColumn": 536, "firstColumn": 49, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "nerator\"/><link rel='stylesheet' id='all-css-ade4d08042893952a351556f4a7807a6' href='https://voteforgarcia.com/_static/??-eJy1UctOxDAM/CGyBglKL4jLSnzAfgDKOlYxm5dqt6V/T1K1qIKV9sQlycQzfoynbDBFpaiQ/dBxFPB2ToOarmcHorOnA4rcTX+Jn6TZ4mW730eKLvVgB03BqjJuETOyo5R7EoHzwN7B2afyTY61CBYgsJDKSdNWkCP6wVGpJBAK2ZKnUDvYg1z6pd546izOh8DxprrE9viqpmBwLAqYQk6x0GQ1Y8f+bQimdZSfNEfKxRSKyAW8paN1boZTzbM54a2S6C2LQ3JD1Xi+kFzfCqlBix8EbX06Htm4OdrAaNp/2OBSYF0glxG/btWojq7vSn0NLw9N2zTt0+P98ze+HfYv' type='text/css' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 488 }, { "type": "error", "lastLine": 63, "lastColumn": 620, "firstColumn": 612, "message": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "extract": "-repeat-y:no-repeat;heigh", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "info", "lastLine": 75, "lastColumn": 75, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel=\"https://api.w.org/\" href=\"https://voteforgarcia.com/wp-json/\" /><link ", "hiliteStart": 10, "hiliteLength": 75 }, { "type": "info", "lastLine": 75, "lastColumn": 178, "firstColumn": 76, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://voteforgarcia.com/wp-json/wp/v2/pages/8\" /><link ", "hiliteStart": 10, "hiliteLength": 103 }, { "type": "info", "lastLine": 75, "lastColumn": 287, "firstColumn": 179, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ages/8\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://voteforgarcia.com/xmlrpc.php?rsd\" />\n<link", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 76, "lastColumn": 122, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://voteforgarcia.com/wp-includes/wlwmanifest.xml\" />\n\n<lin", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 78, "lastColumn": 58, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".xml\" />\n\n<link rel=\"canonical\" href=\"https://voteforgarcia.com/\" />\n<link", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 79, "lastColumn": 54, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/\" />\n<link rel='shortlink' href='https://wp.me/PbP5id-8' />\n<link", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 80, "lastColumn": 152, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "5id-8' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://voteforgarcia.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvoteforgarcia.com%2F\" />\n<link", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 81, "lastColumn": 160, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "om%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://voteforgarcia.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvoteforgarcia.com%2F&format=xml\" />\n\t<sty", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 83, "lastColumn": 110, "firstColumn": 3, "subType": "warning", "message": "Consider avoiding viewport values that prevent users from resizing documents.", "extract": "/style>\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><style", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 83, "lastColumn": 110, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/style>\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><style", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 83, "lastColumn": 160, "firstColumn": 111, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "able=0\" /><style type=\"text/css\" id=\"custom-background-css\">\nbody.", "hiliteStart": 10, "hiliteLength": 50 }, { "type": "info", "lastLine": 86, "lastColumn": 87, "firstColumn": 65, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "RL. -->\t\t\t<style type=\"text/css\">\n\t\t\t\t/", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 99, "lastColumn": 45, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " Tags -->\n<meta property=\"og:type\" content=\"website\" />\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 100, "lastColumn": 54, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "bsite\" />\n<meta property=\"og:title\" content=\"Vote for Garcia\" />\n<meta", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 101, "lastColumn": 63, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "arcia\" />\n<meta property=\"og:url\" content=\"https://voteforgarcia.com/\" />\n<meta", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "info", "lastLine": 102, "lastColumn": 58, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/\" />\n<meta property=\"og:site_name\" content=\"Vote for Garcia\" />\n<meta", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 103, "lastColumn": 138, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "arcia\" />\n<meta property=\"og:image\" content=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=512%2C512&ssl=1\" />\n<meta", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 104, "lastColumn": 48, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ssl=1\" />\n<meta property=\"og:image:width\" content=\"512\" />\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 105, "lastColumn": 49, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"512\" />\n<meta property=\"og:image:height\" content=\"512\" />\n<me", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 106, "lastColumn": 43, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"512\" />\n<meta property=\"og:image:alt\" content=\"\" />\n<meta", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "info", "lastLine": 107, "lastColumn": 45, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ent=\"\" />\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 108, "lastColumn": 49, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "en_US\" />\n<meta name=\"twitter:text:title\" content=\"Home\" />\n<meta", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 109, "lastColumn": 138, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"Home\" />\n<meta name=\"twitter:image\" content=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=240%2C240&ssl=1\" />\n<meta", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 110, "lastColumn": 46, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ssl=1\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "info", "lastLine": 111, "lastColumn": 70, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mmary\" />\n<meta name=\"twitter:description\" content=\"Visit the post for more.\" />\n\n<!--", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "info", "lastLine": 114, "lastColumn": 244, "firstColumn": 107, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".min.css\"><link rel=\"icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=32%2C32&ssl=1\" sizes=\"32x32\" />\n<link", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 115, "lastColumn": 142, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "32x32\" />\n<link rel=\"icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=192%2C192&ssl=1\" sizes=\"192x192\" />\n<link", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "info", "lastLine": 116, "lastColumn": 138, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=180%2C180&ssl=1\" />\n<meta", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 117, "lastColumn": 149, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ssl=1\" />\n<meta name=\"msapplication-TileImage\" content=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=270%2C270&ssl=1\" />\n<styl", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 119, "lastColumn": 240, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "}</style>\n<link rel=\"preload\" as=\"style\" id=\"et-core-unified-deferred-8-cached-inline-styles\" href=\"https://voteforgarcia.com/wp-content/et-cache/8/et-core-unified-deferred-8.min.css?ver=1686685408\" onload=\"this.onload=null;this.rel='stylesheet';\" /><!-- Y", "hiliteStart": 10, "hiliteLength": 240 }, { "type": "info", "lastLine": 131, "lastColumn": 167, "firstColumn": 7, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/\">\n\t\t\t\t\t\t<img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03/logo.png\" width=\"683\" height=\"256\" alt=\"Vote for Garcia\" id=\"logo\" data-height-percentage=\"100\" />\n\t\t\t\t\t", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "info", "lastLine": 240, "lastColumn": 1738, "firstColumn": 1021, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" srcset=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?w=842&ssl=1 842w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=300%2C248&ssl=1 300w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=768%2C636&ssl=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" sizes=\"(max-width: 842px) 100vw, 842px\" class=\"wp-image-250\" data-recalc-dims=\"1\" /></nosc", "hiliteStart": 10, "hiliteLength": 718 }, { "type": "info", "lastLine": 266, "lastColumn": 1738, "firstColumn": 1021, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" title=\"\" srcset=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?w=842&ssl=1 842w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=300%2C248&ssl=1 300w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=768%2C636&ssl=1 768w, https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" sizes=\"(max-width: 842px) 100vw, 842px\" class=\"wp-image-250\" data-recalc-dims=\"1\" /></nosc", "hiliteStart": 10, "hiliteLength": 718 }, { "type": "info", "lastLine": 407, "lastColumn": 85, "firstColumn": 80, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ite IB 111<br /></span", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 477, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "<!-- -->\n<style>\n\t\t\t.s", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "info", "lastLine": 482, "lastColumn": 194, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</script>\n<link rel='stylesheet' id='all-css-4ffb066e294e44344cfcfac1a6f2afe0' href='https://voteforgarcia.com/wp-includes/css/dist/block-library/style.min.css?m=1678407757' type='text/css' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 194 }, { "type": "error", "lastLine": 483, "lastColumn": 40, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "='all' />\n<style id='wp-block-library-inline-css'>\n.has-", "hiliteStart": 10, "hiliteLength": 40 }, { "type": "info", "lastLine": 489, "lastColumn": 252, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://voteforgarcia.com/_static/??-eJyVjE0KwjAQhS9kjCINbsSjSJwMZdJkJiTTBj29BakuXLl6vJ/v9WJAWJHVljSPxM1G1OJh2vS2IAep1s8q2asSbI2h7Ec0ENgGamo/dh/brv8eg9yTwNTe6/gNjOeVVZL/SSV+tE4FqyEmJZ/oiXW9uebL0Z1PgxsOzr0ABJ1W5w=='></scri", "hiliteStart": 10, "hiliteLength": 252 }, { "type": "info", "lastLine": 498, "lastColumn": 256, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://voteforgarcia.com/_static/??-eJyVjUEOwjAMBD9EmoJE1AviwkeqxBRXiRMcp1V/j5F66BEkS3vYmfVaDJKPLUC1s967AW97mIQTjwJdQurmelqL8ZkESKy8IKnxwAW/WvWMReoBPI4GrGIXoJDZalVy3J4YozLA8oPDMIGio2Q23EgwwX+fdvqebmc39P3FDe76AVQaXPA='></scri", "hiliteStart": 10, "hiliteLength": 256 }, { "type": "info", "lastLine": 500, "lastColumn": 110, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://voteforgarcia.com/wp-includes/js/dist/hooks.min.js?m=1649678670'></scri", "hiliteStart": 10, "hiliteLength": 110 }, { "type": "info", "lastLine": 509, "lastColumn": 260, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://voteforgarcia.com/_static/??-eJytjcEKwkAMRH/INVSl6EG8+B+y7oaa2iRlk7bo17uXgnj2NMzMY2YZQ1JxFIdxmDoSgx59jOm56m1GyVogTq4c3SmtTRji+xWIY4cGmcyB6lIxTE4qQe+GZcay7W2z/PXmK/gZ9wdypa40EyQtCDEzCfRWHbNKxS98btrjoWlPu337AcT3YKs='></scri", "hiliteStart": 10, "hiliteLength": 260 } ] }, "success": true }, "standardResult": { "totals": [ 26, 0, 15, 0 ], "instances": [ { "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": "6" }, "excerpt": "c.php\"> <script type=\"text/javascript\"> doc" }, { "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": "12" }, "excerpt": "w:large\"> <script type=\"text/javascript\"> le" }, { "ruleID": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "what": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "61" }, "excerpt": "-repeat-y:no-repeat;heigh" }, { "ruleID": "Consider avoiding viewport values that prevent users from resizing documents.", "what": "Consider avoiding viewport values that prevent users from resizing documents.", "ordinalSeverity": 0, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "81" }, "excerpt": "/style> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"><style" }, { "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": "custom-background-css", "location": { "doc": "dom", "type": "line", "spec": "81" }, "excerpt": "alable=0\"><style type=\"text/css\" id=\"custom-background-css\"> body." }, { "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": "84" }, "excerpt": "RL. --> <style type=\"text/css\"> /" }, { "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "ordinalSeverity": 2, "tagName": "LINK", "id": "et-core-unified-deferred-8-cached-inline-styles", "location": { "doc": "dom", "type": "line", "spec": "117" }, "excerpt": "}</style> <link rel=\"stylesheet\" as=\"style\" id=\"et-core-unified-deferred-8-cached-inline-styles\" href=\"https://voteforgarcia.com/wp-content/et-cache/8/et-core-unified-deferred-8.min.css?ver=1686685408\" onload=\"this.onload=null;this.rel='stylesheet';\"><!-- Y" }, { "ruleID": "Duplicate ID menu-item-677.", "what": "Duplicate ID menu-item-677.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "line", "spec": "154" }, "excerpt": "ile_menu\"><li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\"><a hre" }, { "ruleID": "The first occurrence of ID menu-item-677 was here.", "what": "The first occurrence of ID menu-item-677 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "line", "spec": "134" }, "excerpt": "ass=\"nav\"><li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\"><a hre" }, { "ruleID": "Duplicate ID menu-item-20.", "what": "Duplicate ID menu-item-20.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "line", "spec": "155" }, "excerpt": "</a></li> <li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"><a hre" }, { "ruleID": "The first occurrence of ID menu-item-20 was here.", "what": "The first occurrence of ID menu-item-20 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "line", "spec": "135" }, "excerpt": "</a></li> <li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"><a hre" }, { "ruleID": "Duplicate ID menu-item-1507.", "what": "Duplicate ID menu-item-1507.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "line", "spec": "157" }, "excerpt": "b-menu\"> <li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a hre" }, { "ruleID": "The first occurrence of ID menu-item-1507 was here.", "what": "The first occurrence of ID menu-item-1507 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "line", "spec": "137" }, "excerpt": "b-menu\"> <li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a hre" }, { "ruleID": "Duplicate ID menu-item-22.", "what": "Duplicate ID menu-item-22.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "line", "spec": "160" }, "excerpt": "ul> </li> <li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"><a hre" }, { "ruleID": "The first occurrence of ID menu-item-22 was here.", "what": "The first occurrence of ID menu-item-22 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "line", "spec": "140" }, "excerpt": "ul> </li> <li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\"><a hre" }, { "ruleID": "Duplicate ID menu-item-19.", "what": "Duplicate ID menu-item-19.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "line", "spec": "161" }, "excerpt": "</a></li> <li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"><a hre" }, { "ruleID": "The first occurrence of ID menu-item-19 was here.", "what": "The first occurrence of ID menu-item-19 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "line", "spec": "141" }, "excerpt": "</a></li> <li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\"><a hre" }, { "ruleID": "Duplicate ID menu-item-1819.", "what": "Duplicate ID menu-item-1819.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "line", "spec": "162" }, "excerpt": "</a></li> <li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"><a hre" }, { "ruleID": "The first occurrence of ID menu-item-1819 was here.", "what": "The first occurrence of ID menu-item-1819 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "line", "spec": "142" }, "excerpt": "</a></li> <li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\"><a hre" }, { "ruleID": "Duplicate ID menu-item-690.", "what": "Duplicate ID menu-item-690.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "line", "spec": "163" }, "excerpt": "</a></li> <li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"><a hre" }, { "ruleID": "The first occurrence of ID menu-item-690 was here.", "what": "The first occurrence of ID menu-item-690 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "line", "spec": "143" }, "excerpt": "</a></li> <li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\"><a hre" }, { "ruleID": "Duplicate ID menu-item-1026.", "what": "Duplicate ID menu-item-1026.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "line", "spec": "164" }, "excerpt": "</a></li> <li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"><a hre" }, { "ruleID": "The first occurrence of ID menu-item-1026 was here.", "what": "The first occurrence of ID menu-item-1026 was here.", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "line", "spec": "144" }, "excerpt": "</a></li> <li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\"><a hre" }, { "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": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "225" }, "excerpt": "<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" ... https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" sizes=\"(max-width: 842px) 100vw, 842px\" class=\"wp-image-250\" data-recalc-dims=\"1\" /></nosc" }, { "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": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "251" }, "excerpt": "<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" ... https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" sizes=\"(max-width: 842px) 100vw, 842px\" class=\"wp-image-250\" data-recalc-dims=\"1\" /></nosc" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "414" }, "excerpt": "<!-- --> <style> .s" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "wp-block-library-inline-css", "location": { "doc": "dom", "type": "line", "spec": "420" }, "excerpt": "ia=\"all\"> <style id=\"wp-block-library-inline-css\"> .has-" }, { "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": "426" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://voteforgarcia.com/_static/??-eJyVjE0KwjAQhS9kjCINbsSjSJwMZdJkJiTTBj29BakuXLl6vJ/v9WJAWJHVljSPxM1G1OJh2vS2IAep1s8q2asSbI2h7Ec0ENgGamo/dh/brv8eg9yTwNTe6/gNjOeVVZL/SSV+tE4FqyEmJZ/oiXW9uebL0Z1PgxsOzr0ABJ1W5w==\"></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": "435" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://voteforgarcia.com/_static/??-eJyVjUEOwjAMBD9EmoJE1AviwkeqxBRXiRMcp1V/j5F66BEkS3vYmfVaDJKPLUC1s967AW97mIQTjwJdQurmelqL8ZkESKy8IKnxwAW/WvWMReoBPI4GrGIXoJDZalVy3J4YozLA8oPDMIGio2Q23EgwwX+fdvqebmc39P3FDe76AVQaXPA=\"></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": "437" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://voteforgarcia.com/wp-includes/js/dist/hooks.min.js?m=1649678670\"></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": "446" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://voteforgarcia.com/_static/??-eJytjcEKwkAMRH/INVSl6EG8+B+y7oaa2iRlk7bo17uXgnj2NMzMY2YZQ1JxFIdxmDoSgx59jOm56m1GyVogTq4c3SmtTRji+xWIY4cGmcyB6lIxTE4qQe+GZcay7W2z/PXmK/gZ9wdypa40EyQtCDEzCfRWHbNKxS98btrjoWlPu337AcT3YKs=\"></scri" }, { "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": "HEAD", "id": "", "location": { "doc": "source", "type": "line", "spec": "4" }, "excerpt": "> <head> <meta charset=\"UTF-8\" /> <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": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": "E=edge\"> <link rel=\"pingback\" href=\"https://voteforgarcia.com/xmlrpc.php\" /> <sc" }, { "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": "8" }, "excerpt": "php\" /> <script type=\"text/javascript\"> doc" }, { "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": "13" }, "excerpt": "|</title> <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><style" }, { "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": ";}</style><meta name='robots' content='max-image-preview:large' /> <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": "14" }, "excerpt": "large' /> <script type=\"text/javascript\"> le" }, { "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": "15" }, "excerpt": ";</script><link rel='dns-prefetch' href='//secure.gravatar.com' /> <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": "16" }, "excerpt": "r.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <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": "17" }, "excerpt": "p.com' /> <link rel='dns-prefetch' href='//widgets.wp.com' /> <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": "18" }, "excerpt": "p.com' /> <link rel='dns-prefetch' href='//jetpack.wordpress.com' /> <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": "19" }, "excerpt": "s.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <li" }, { "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": "p.com' /> <link rel='dns-prefetch' href='//public-api.wordpress.com' /> <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": "s.com' /> <link rel='dns-prefetch' href='//0.gravatar.com' /> <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": "r.com' /> <link rel='dns-prefetch' href='//1.gravatar.com' /> <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": "r.com' /> <link rel='dns-prefetch' href='//2.gravatar.com' /> <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": "24" }, "excerpt": "r.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <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": "25" }, "excerpt": "p.com' /> <link rel='dns-prefetch' href='//c0.wp.com' /> <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": "p.com' /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vote for Garcia » Feed\" href=\"https://voteforgarcia.com/feed/\" /> <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": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vote for Garcia » Comments Feed\" href=\"https://voteforgarcia.com/comments/feed/\" /> <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": "28" }, "excerpt": "feed/\" /> <meta content=\"Divi v.4.20.2\" name=\"generator\"/><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": "nerator\"/><link rel='stylesheet' id='all-css-ade4d08042893952a351556f4a7807a6' href='https://voteforgarcia.com/_static/??-eJy1UctOxDAM/CGyBglKL4jLSnzAfgDKOlYxm5dqt6V/T1K1qIKV9sQlycQzfoynbDBFpaiQ/dBxFP ... z6pd546izOh8DxprrE9viqpmBwLAqYQk6x0GQ1Y8f+bQimdZSfNEfKxRSKyAW8paN1boZTzbM54a2S6C2LQ3JD1Xi+kFzfCqlBix8EbX06Htm4OdrAaNp/2OBSYF0glxG/btWojq7vSn0NLw9N2zTt0+P98ze+HfYv' type='text/css' media='all' /> <styl" }, { "ruleID": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "what": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "63" }, "excerpt": "-repeat-y:no-repeat;heigh" }, { "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": "75" }, "excerpt": " </style> <link rel=\"https://api.w.org/\" href=\"https://voteforgarcia.com/wp-json/\" /><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": "75" }, "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://voteforgarcia.com/wp-json/wp/v2/pages/8\" /><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": "75" }, "excerpt": "ages/8\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://voteforgarcia.com/xmlrpc.php?rsd\" /> <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": "76" }, "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://voteforgarcia.com/wp-includes/wlwmanifest.xml\" /> <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": "78" }, "excerpt": ".xml\" /> <link rel=\"canonical\" href=\"https://voteforgarcia.com/\" /> <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": "79" }, "excerpt": ".com/\" /> <link rel='shortlink' href='https://wp.me/PbP5id-8' /> <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": "80" }, "excerpt": "5id-8' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://voteforgarcia.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvoteforgarcia.com%2F\" /> <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": "81" }, "excerpt": "om%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://voteforgarcia.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvoteforgarcia.com%2F&format=xml\" /> <sty" }, { "ruleID": "Consider avoiding viewport values that prevent users from resizing documents.", "what": "Consider avoiding viewport values that prevent users from resizing documents.", "ordinalSeverity": 0, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "83" }, "excerpt": "/style> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><style" }, { "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": "83" }, "excerpt": "/style> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><style" }, { "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": "custom-background-css", "location": { "doc": "source", "type": "line", "spec": "83" }, "excerpt": "able=0\" /><style type=\"text/css\" id=\"custom-background-css\"> body." }, { "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": "86" }, "excerpt": "RL. --> <style type=\"text/css\"> /" }, { "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": "99" }, "excerpt": " Tags --> <meta property=\"og:type\" content=\"website\" /> <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": "100" }, "excerpt": "bsite\" /> <meta property=\"og:title\" content=\"Vote for Garcia\" /> <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": "101" }, "excerpt": "arcia\" /> <meta property=\"og:url\" content=\"https://voteforgarcia.com/\" /> <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": "102" }, "excerpt": ".com/\" /> <meta property=\"og:site_name\" content=\"Vote for Garcia\" /> <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": "103" }, "excerpt": "arcia\" /> <meta property=\"og:image\" content=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=512%2C512&ssl=1\" /> <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": "104" }, "excerpt": "ssl=1\" /> <meta property=\"og:image:width\" content=\"512\" /> <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": "105" }, "excerpt": "=\"512\" /> <meta property=\"og:image:height\" content=\"512\" /> <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": "106" }, "excerpt": "=\"512\" /> <meta property=\"og:image:alt\" content=\"\" /> <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": "107" }, "excerpt": "ent=\"\" /> <meta property=\"og:locale\" content=\"en_US\" /> <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": "108" }, "excerpt": "en_US\" /> <meta name=\"twitter:text:title\" content=\"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": "109" }, "excerpt": "\"Home\" /> <meta name=\"twitter:image\" content=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=240%2C240&ssl=1\" /> <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": "110" }, "excerpt": "ssl=1\" /> <meta name=\"twitter:card\" content=\"summary\" /> <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": "111" }, "excerpt": "mmary\" /> <meta name=\"twitter:description\" content=\"Visit the post for more.\" /> <!--" }, { "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": "114" }, "excerpt": ".min.css\"><link rel=\"icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=32%2C32&ssl=1\" sizes=\"32x32\" /> <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": "115" }, "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=192%2C192&ssl=1\" sizes=\"192x192\" /> <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": "116" }, "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=180%2C180&ssl=1\" /> <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": "117" }, "excerpt": "ssl=1\" /> <meta name=\"msapplication-TileImage\" content=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=270%2C270&ssl=1\" /> <styl" }, { "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": "et-core-unified-deferred-8-cached-inline-styles", "location": { "doc": "source", "type": "line", "spec": "119" }, "excerpt": "}</style> <link rel=\"preload\" as=\"style\" id=\"et-core-unified-deferred-8-cached-inline-styles\" href=\"https://voteforgarcia.com/wp-content/et-cache/8/et-core-unified-deferred-8.min.css?ver=1686685408\" onload=\"this.onload=null;this.rel='stylesheet';\" /><!-- Y" }, { "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": "IMG", "id": "logo", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03/logo.png\" width=\"683\" height=\"256\" alt=\"Vote for Garcia\" id=\"logo\" data-height-percentage=\"100\" /> " }, { "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": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "240" }, "excerpt": "<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" ... https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" sizes=\"(max-width: 842px) 100vw, 842px\" class=\"wp-image-250\" data-recalc-dims=\"1\" /></nosc" }, { "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": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "266" }, "excerpt": "<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&ssl=1\" alt=\"\" ... https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=480%2C397&ssl=1 480w\" sizes=\"(max-width: 842px) 100vw, 842px\" class=\"wp-image-250\" data-recalc-dims=\"1\" /></nosc" }, { "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": "407" }, "excerpt": "ite IB 111<br /></span" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "477" }, "excerpt": "<!-- --> <style> .s" }, { "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": "482" }, "excerpt": "</script> <link rel='stylesheet' id='all-css-4ffb066e294e44344cfcfac1a6f2afe0' href='https://voteforgarcia.com/wp-includes/css/dist/block-library/style.min.css?m=1678407757' type='text/css' media='all' /> <styl" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "483" }, "excerpt": "='all' /> <style id='wp-block-library-inline-css'> .has-" }, { "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": "489" }, "excerpt": "</script> <script type='text/javascript' src='https://voteforgarcia.com/_static/??-eJyVjE0KwjAQhS9kjCINbsSjSJwMZdJkJiTTBj29BakuXLl6vJ/v9WJAWJHVljSPxM1G1OJh2vS2IAep1s8q2asSbI2h7Ec0ENgGamo/dh/brv8eg9yTwNTe6/gNjOeVVZL/SSV+tE4FqyEmJZ/oiXW9uebL0Z1PgxsOzr0ABJ1W5w=='></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": "498" }, "excerpt": "</script> <script type='text/javascript' src='https://voteforgarcia.com/_static/??-eJyVjUEOwjAMBD9EmoJE1AviwkeqxBRXiRMcp1V/j5F66BEkS3vYmfVaDJKPLUC1s967AW97mIQTjwJdQurmelqL8ZkESKy8IKnxwAW/WvWMReoBPI4GrGIXoJDZalVy3J4YozLA8oPDMIGio2Q23EgwwX+fdvqebmc39P3FDe76AVQaXPA='></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": "500" }, "excerpt": "</script> <script type='text/javascript' src='https://voteforgarcia.com/wp-includes/js/dist/hooks.min.js?m=1649678670'></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": "509" }, "excerpt": "</script> <script type='text/javascript' src='https://voteforgarcia.com/_static/??-eJytjcEKwkAMRH/INVSl6EG8+B+y7oaa2iRlk7bo17uXgnj2NMzMY2YZQ1JxFIdxmDoSgx59jOm56m1GyVogTq4c3SmtTRji+xWIY4cGmcyB6lIxTE4qQe+GZcay7W2z/PXmK/gZ9wdypa40EyQtCDEzCfRWHbNKxS98btrjoWlPu337AcT3YKs='></scri" } ] }, "endTime": 1687097587234 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687097587234, "url": "https://voteforgarcia.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 14:13:08", "hash": "20e5e7ef1f8c01a48d902b8266bc39dedf32bb33c52c1f72b8738b601cb0bc6eb54701bab1ea75f2ed420ce43fafaa3a2b78abcf878bbd54c1c2f697d078f66e", "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": 30, "warning": 15, "failed": 5, "inapplicable": 75 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 11, "warning": 9, "failed": 2, "inapplicable": 45 }, "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-US\" class=\"js jetpack-lazy-images-js-enabled\"><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-US\" class=\"js jetpack-lazy-images-js-enabled\"><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-US\" class=\"js jetpack-lazy-images-js-enabled\"><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-US\" class=\"js jetpack-lazy-images-js-enabled\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R14": { "name": "meta viewport does not prevent zoom", "code": "QW-ACT-R14", "mapping": "b4f0c3", "description": "This rule checks that the meta element retains the user agent ability to zoom.", "metadata": { "target": { "element": "meta", "attributes": "name='viewport'" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/b4f0c3", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2." }, "results": [ { "verdict": "failed", "description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">", "pointer": "html > head:nth-child(1) > meta:nth-child(40)" } ], "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": 46, "warning": 0, "failed": 9, "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=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, { "htmlCode": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">Bio\n\n\tCandidate Statement\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, { "htmlCode": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">Bio\n\n\tCandidate Statement\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">Candidate Statement</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, { "htmlCode": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">Candidate Statement</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li: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=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">News & Media</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" }, { "htmlCode": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">News & Media</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">Support</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, { "htmlCode": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">Support</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, { "htmlCode": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">Photos</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6)" }, { "htmlCode": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">Photos</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(6)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">Contact</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7)" }, { "htmlCode": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">Contact</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(7)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://pixel.wp.com/g.gif?v=ext&blog=174714773&post=8&tz=-7&srv=voteforgarcia.com&hp=atomic&ac=2&amp=0&j=1%3A12.3-a.5&host=voteforgarcia.com&ref=&fcp=0&rand=0.4137098823596801\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">", "pointer": "html > body:nth-child(2) > img:nth-child(28)" }, { "htmlCode": "<img src=\"about://pixel.wp.com/g.gif?v=ext&blog=174714773&post=8&tz=-7&srv=voteforgarcia.com&hp=atomic&ac=2&amp=0&j=1%3A12.3-a.5&host=&ref=&fcp=0&rand=0.8574979059961858\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">", "pointer": "html > body:nth-child(2) > img:nth-child(29)" } ], "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": 18, "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 href=\"https://voteforgarcia.com/\">\n\t\t\t\t\t\t\n\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > 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=\"https://voteforgarcia.com/bio/\">Bio</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > 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=\"https://voteforgarcia.com/news-and-media/\">News & Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > 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 href=\"https://voteforgarcia.com/support/\">Support</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/contact-us/\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > 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=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > 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=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > 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 href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">https://a36.asmdc.org</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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) > p:nth-child(1) > span:nth-child(2) > span: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=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">info@voteforgarcia.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > span: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 class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > 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=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > 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=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > 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=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 2, "warning": 6, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Element has an image on background." }, "results": [ { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span>Help Me Continue Fighting for YOU in the State Assembly</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span>Follow Us</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<span>83-103 Avenue 48 </span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<span>Suite IB 111</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<span>Coachella, CA 92236</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 2, "warning": 6, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Element has an image on background." }, "results": [ { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span>Help Me Continue Fighting for YOU in the State Assembly</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span>Follow Us</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<span>83-103 Avenue 48 </span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<span>Suite IB 111</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<span>Coachella, CA 92236</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(3)" } ], "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-US\" class=\"js jetpack-lazy-images-js-enabled\"><head></head><body>document.documentElement.className = 'js';\n\t\n\n\tVote for Garcia |\n/* Original: https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exQ.ttf) format('truetype');}@font-face { …", "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": 12, "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": "<span>Help Me Continue Fighting for YOU in the State Assembly</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Follow Us</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>For all official State related matters, please visit us at </span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>https://a36.asmdc.org.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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) > p:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">https://a36.asmdc.org</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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) > p:nth-child(1) > span:nth-child(2) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>83-103 Avenue 48 </span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Suite IB 111</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Coachella, CA 92236</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">info@voteforgarcia.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 5, "failed": 3, "inapplicable": 21 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that headers are used to divide the page correctly." }, "results": [ { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body class=\"home page-template-default page page-id-8 custom-background et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_header_style_left et_pb_footer_columns4 et_cover_background et_pb_gutter osx et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db chrome\">\n\t\n\n\t\n\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tHome\nBio\n\n\tCandidate Statement\n\n\nNews & Media\nSupport\nEndorsements\nPhotos\nContact\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tSelect Page\n\t\t\t\t\t\n\t\t\t\tHome\nBio\n\n\tCandidate Statement\n\n\nNews & Media\nSupport\nEndorsements\nPhotos\nContact\n\n\t\t\t\t\t\t\t \n\t\t\t …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "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 does not links to local content." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page does not links to local content.", "resultCode": "F3", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/\">\n\t\t\t\t\t\t\n\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T20": { "name": "Supplementing link text with the title attribute", "code": "QW-WCAG-T20", "mapping": "H33", "description": "Supplementing link text with the title attribute", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only" } ], "related": [ "C7", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33", "passed": 0, "warning": 9, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that the element's title attribute describes correctly the link." }, "results": [ { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T15": { "name": "Using the link element and navigation tools", "code": "QW-WCAG-T15", "mapping": "H59", "description": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "metadata": { "target": { "element": "link" }, "success-criteria": [ { "name": "2.4.5", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/multiple-ways" }, { "name": "2.4.8", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/location" } ], "related": [ "G1", "G63", "G64", "G123" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H59", "passed": 6, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>" }, "results": [ { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"pingback\" href=\"https://voteforgarcia.com/xmlrpc.php\">", "pointer": "html > head:nth-child(1) > link:nth-child(3)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"\">", "pointer": "html > head:nth-child(1) > link:nth-child(6)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//secure.gravatar.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(11)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//stats.wp.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(12)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//widgets.wp.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(13)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//jetpack.wordpress.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(14)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//s0.wp.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(15)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//public-api.wordpress.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(16)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//0.gravatar.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(17)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//1.gravatar.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(18)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//2.gravatar.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(19)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//i0.wp.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(20)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//c0.wp.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(21)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"all-css-ade4d08042893952a351556f4a7807a6\" href=\"https://voteforgarcia.com/_static/??-eJy1UctOxDAM/CGyBglKL4jLSnzAfgDKOlYxm5dqt6V/T1K1qIKV9sQlycQzfoynbDBFpaiQ/dBxFPB2ToOarmcHorOnA4rcTX+Jn6TZ4mW730eKLvVgB03BqjJuETOyo5R7EoHzwN7B2afyTY61CBYgsJDKSdNWkCP6wVGpJBAK2ZKnUDvYg1z6pd546izOh8DxprrE9viqpmBwLAqYQk6x0GQ1Y8f+bQimdZSfNEfKxRSKyAW8paN1boZTzbM54a2S6C2LQ3JD1Xi+kFzfCqlBix8EbX06Htm4OdrAaNp/2OBSYF0glxG/btWojq7vSn0NLw9N2zTt0+P98ze+HfYv\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(25)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"https://api.w.org/\" href=\"https://voteforgarcia.com/wp-json/\">", "pointer": "html > head:nth-child(1) > link:nth-child(31)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://voteforgarcia.com/xmlrpc.php?rsd\">", "pointer": "html > head:nth-child(1) > link:nth-child(33)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://voteforgarcia.com/wp-includes/wlwmanifest.xml\">", "pointer": "html > head:nth-child(1) > link:nth-child(34)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"shortlink\" href=\"https://wp.me/PbP5id-8\">", "pointer": "html > head:nth-child(1) > link:nth-child(36)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css\">", "pointer": "html > head:nth-child(1) > link:nth-child(57)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=32%2C32&ssl=1\" sizes=\"32x32\">", "pointer": "html > head:nth-child(1) > link:nth-child(58)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=192%2C192&ssl=1\" sizes=\"192x192\">", "pointer": "html > head:nth-child(1) > link:nth-child(59)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"apple-touch-icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=180%2C180&ssl=1\">", "pointer": "html > head:nth-child(1) > link:nth-child(60)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" as=\"style\" id=\"et-core-unified-deferred-8-cached-inline-styles\" href=\"https://voteforgarcia.com/wp-content/et-cache/8/et-core-unified-deferred-8.min.css?ver=1686685408\" onload=\"this.onload=null;this.rel='stylesheet';\">", "pointer": "html > head:nth-child(1) > link:nth-child(63)" } ], "attributes": [] }, { "verdict": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>", "resultCode": "RC1", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"all-css-4ffb066e294e44344cfcfac1a6f2afe0\" href=\"https://voteforgarcia.com/wp-includes/css/dist/block-library/style.min.css?m=1678407757\" type=\"text/css\" media=\"all\">", "pointer": "html > body:nth-child(2) > link:nth-child(12)" } ], "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": 7, "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 id=\"top-menu\" class=\"nav\"><li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\"><a href=\"https://voteforgarcia.com/\" aria-current=\"page\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a></li>\n<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"><a href=\"https://voteforgarcia.com/bio/\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > 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=\"sub-menu\">\n\t<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Candidate Statement</a></li>\n</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" } ], "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 id=\"mobile_menu\" class=\"et_mobile_menu\"><li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\"><a href=\"https://voteforgarcia.com/\" aria-current=\"page\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Home</a></li>\n<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"><a href=\"https://voteforgarcia.com/bio/\" _ …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3)" } ], "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=\"sub-menu\">\n\t<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Candidate Statement</a></li>\n</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2)" } ], "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=\"et_pb_module et_pb_social_media_follow et_pb_social_media_follow_0 clearfix et_pb_text_align_center et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<li class=\"et_pb_social_media_follow_network_0 et_pb_social_icon et_pb_social_network_link et-social-twitter\"><a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)\"><span class …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4)" } ], "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=\"et_pb_module et_pb_social_media_follow et_pb_social_media_follow_1 clearfix et_pb_text_align_center et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<li class=\"et_pb_social_media_follow_network_3 et_pb_social_icon et_pb_social_network_link et-social-twitter\"><a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\"><span class …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2)" } ], "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=\"et_pb_module et_pb_social_media_follow et_pb_social_media_follow_2 clearfix et_pb_text_align_center et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<li class=\"et_pb_social_media_follow_network_6 et_pb_social_icon et_pb_social_network_link et-social-twitter\"><a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)\"><span class …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3)" } ], "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": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03/logo.png\" width=\"683\" height=\"256\" alt=\"Vote for Garcia\" id=\"logo\" data-height-percentage=\"100\" data-actual-width=\"683\" data-actual-height=\"256\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 139, "warning": 0, "failed": 32, "inapplicable": 0, "outcome": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<body class=\"home page-template-default page page-id-8 custom-background et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_header_style_left et_pb_footer_columns4 et_cover_background et_pb_gutter osx et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db chrome\">\n\t\n\n\t\n\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tHome\nBio\n\n\tCandidate Statement\n\n\nNews & Media\nSupport\nEndorsements\nPhotos\nContact\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tSelect Page\n\t\t\t\t\t\n\t\t\t\tHome\nBio\n\n\tCandidate Statement\n\n\nNews & Media\nSupport\nEndorsements\nPhotos\nContact\n\n\t\t\t\t\t\t\t \n\t\t\t …", "pointer": "html > body:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "17px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">Bio\n\n\tCandidate Statement\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "17px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">Candidate Statement</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">News & Media</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "17px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">Support</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/support/\">Support</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [ "17px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [ "17px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">Photos</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [ "17px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">Contact</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/contact-us/\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [ "17px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/support/\">Support</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://voteforgarcia.com/contact-us/\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 style=\"text-align: center;\">Help Me Continue Fighting for YOU in the State Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1)" } ], "attributes": [ "56px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(2) > a:nth-child(1)" } ], "attributes": [ "24px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 style=\"text-align: center;\">Follow Us</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "48px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 style=\"text-align: center;\">Help Me Continue Fighting for YOU in the State Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "54px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "24px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 style=\"text-align: center;\">Follow Us</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "30px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "20px" ] } ] }, "QW-WCAG-T29": { "name": "Specifying alignment either to the left or right in CSS", "code": "QW-WCAG-T29", "mapping": "C19", "description": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.", "metadata": { "target": { "element": "*", "attributes": "text-align" }, "success-criteria": [ { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C19", "passed": 31, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "This test target has a text-align css property not equal to justify." }, "results": [ { "verdict": "failed", "description": "This test target has a text-align css property not equal to justify.", "resultCode": "F1", "elements": [ { "htmlCode": "<style id=\"divi-style-inline-inline-css\">\n/*!\nTheme Name: Divi\nTheme URI: http://www.elegantthemes.com/gallery/divi/\nVersion: 4.20.2\nDescription: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.\nAuthor: Elegant Themes\nAuthor URI: http://www.elegantthemes.com\nLicense: GNU General Public License v2\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n*/\n\na,abbr,acronym,address,applet,b,big,blockquote,body,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;-ms-text-size-adjus …", "pointer": "html > head:nth-child(1) > style:nth-child(28)" } ], "attributes": [ "text-align: justify" ] }, { "verdict": "failed", "description": "This test target has a text-align css property not equal to justify.", "resultCode": "F1", "elements": [ { "htmlCode": "<style id=\"wp-block-library-inline-css\">\n.has-text-align-justify{text-align:justify;}\n</style>", "pointer": "html > body:nth-child(2) > style:nth-child(13)" } ], "attributes": [ "text-align: justify" ] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 14, "warning": 1, "failed": 0, "inapplicable": 9 }, "assertions": { "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": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 style=\"text-align: center;\">Help Me Continue Fighting for YOU in the State Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 style=\"text-align: center;\">Follow Us</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 62, "document": 1, "none": 8, "img": 1, "navigation": 1, "list": 7, "listitem": 25, "article": 1, "heading": 4, "presentation": 4 }, "tags": { "html": 1, "head": 1, "meta": 19, "link": 30, "script": 24, "title": 1, "style": 14, "body": 1, "svg": 8, "defs": 8, "filter": 8, "fecolormatrix": 8, "fecomponenttransfer": 8, "fefuncr": 8, "fefuncg": 8, "fefuncb": 8, "fefunca": 8, "fecomposite": 8, "div": 55, "header": 1, "span": 36, "a": 32, "img": 5, "nav": 1, "ul": 7, "li": 25, "article": 1, "h1": 4, "noscript": 2, "p": 5, "br": 1, "footer": 1 } } } }, "success": true }, "standardResult": { "totals": [ 21, 47, 35, 19 ], "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-US\" class=\"js jetpack-lazy-images-js-enabled\"><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-US\" class=\"js jetpack-lazy-images-js-enabled\"><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-US\" class=\"js jetpack-lazy-images-js-enabled\"><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-US\" class=\"js jetpack-lazy-images-js-enabled\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R14", "what": "This rule checks that the meta element retains the user agent ability to zoom.", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > meta:nth-child(40)" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\">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": "menu-item-677", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677 et_first_mobile_item\">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": "menu-item-20", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">Bio Candidate Statement </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": "menu-item-20", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">Bio Candidate Statement </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": "menu-item-1507", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">Candidate Statement</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": "menu-item-1507", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">Candidate Statement</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": "menu-item-22", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">News & Media</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": "menu-item-22", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)" }, "excerpt": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">News & Media</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": "menu-item-19", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">Support</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": "menu-item-19", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">Support</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": "menu-item-1819", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">Endorsements</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": "menu-item-1819", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(5)" }, "excerpt": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">Endorsements</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": "menu-item-690", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6)" }, "excerpt": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">Photos</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": "menu-item-690", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(6)" }, "excerpt": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">Photos</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": "menu-item-1026", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7)" }, "excerpt": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">Contact</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": "menu-item-1026", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(7)" }, "excerpt": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">Contact</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IMG", "id": "wpstats", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > img:nth-child(28)" }, "excerpt": "<img src=\"https://pixel.wp.com/g.gif?v=ext&blog=174714773&post=8&tz=-7&srv=voteforgarcia.com&hp=atomic&ac=2&amp=0&j=1%3A12.3-a.5&host=voteforgarcia.com&ref=&fcp=0&rand=0.4137098823596801\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IMG", "id": "wpstats", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > img:nth-child(29)" }, "excerpt": "<img src=\"about://pixel.wp.com/g.gif?v=ext&blog=174714773&post=8&tz=-7&srv=voteforgarcia.com&hp=atomic&ac=2&amp=0&j=1%3A12.3-a.5&host=&ref=&fcp=0&rand=0.8574979059961858\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">" }, { "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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://voteforgarcia.com/\"> </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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/bio/\">Bio</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/support/\">Support</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/contact-us/\">Contact</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(9) > div:nth-child(2) > div:nth-child(1) > article: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(2) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</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(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</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(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</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(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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) > p:nth-child(1) > span:nth-child(2) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">https://a36.asmdc.org</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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">info@voteforgarcia.com</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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Help Me Continue Fighting for YOU in the State Assembly</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Follow Us</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span>83-103 Avenue 48 </span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(2)" }, "excerpt": "<span>Suite IB 111</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(3)" }, "excerpt": "<span>Coachella, CA 92236</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Help Me Continue Fighting for YOU in the State Assembly</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Follow Us</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span>83-103 Avenue 48 </span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(2)" }, "excerpt": "<span>Suite IB 111</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(3)" }, "excerpt": "<span>Coachella, CA 92236</span>" }, { "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-US\" class=\"js jetpack-lazy-images-js-enabled\"><head></head><body>document.documentElement.className = 'js'; Vote for Garcia | /* Original: https://fonts.googleapis.com/css?family=Open+S ... ht: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exQ.ttf) format('truetype');}@font-face { …" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Help Me Continue Fighting for YOU in the State Assembly</span>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(2) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Follow Us</span>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>For all official State related matters, please visit us at </span>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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) > p:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span>https://a36.asmdc.org.</span>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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) > p:nth-child(1) > span:nth-child(2) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">https://a36.asmdc.org</a>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"s1\" style=\"color: #ffffff;\" data-pb-node-luminance-reversed=\"true\">Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051)</span>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span>83-103 Avenue 48 </span>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(2)" }, "excerpt": "<span>Suite IB 111</span>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(3)" }, "excerpt": "<span>Coachella, CA 92236</span>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"mailto:info@voteforgarcia.com\" style=\"color: #ffffff; text-decoration: underline;\">info@voteforgarcia.com</a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 0, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"home page-template-default page page-id-8 custom-background et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_f ... i_theme et-db chrome\"> Home Bio Candidate Statement News & Media Support Endorsements Photos Contact Select Page Home Bio Candidate Statement News & Media Support Endorsements Photos Contact …" }, { "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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://voteforgarcia.com/\"> </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\">Follow</a>" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(3)" }, "excerpt": "<link rel=\"pingback\" href=\"https://voteforgarcia.com/xmlrpc.php\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(6)" }, "excerpt": "<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(11)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//secure.gravatar.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(12)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//stats.wp.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(13)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//widgets.wp.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(14)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//jetpack.wordpress.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(15)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//s0.wp.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(16)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//public-api.wordpress.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(17)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//0.gravatar.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(18)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//1.gravatar.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(19)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//2.gravatar.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(20)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//i0.wp.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(21)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//c0.wp.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "all-css-ade4d08042893952a351556f4a7807a6", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(25)" }, "excerpt": "<link rel=\"stylesheet\" id=\"all-css-ade4d08042893952a351556f4a7807a6\" href=\"https://voteforgarcia.com/_static/??-eJy1UctOxDAM/CGyBglKL4jLSnzAfgDKOlYxm5dqt6V/T1K1qIKV9sQlycQzfoynbDBFpaiQ/dBxFPB2ToOarmcH ... KnUDvYg1z6pd546izOh8DxprrE9viqpmBwLAqYQk6x0GQ1Y8f+bQimdZSfNEfKxRSKyAW8paN1boZTzbM54a2S6C2LQ3JD1Xi+kFzfCqlBix8EbX06Htm4OdrAaNp/2OBSYF0glxG/btWojq7vSn0NLw9N2zTt0+P98ze+HfYv\" type=\"text/css\" media=\"all\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(31)" }, "excerpt": "<link rel=\"https://api.w.org/\" href=\"https://voteforgarcia.com/wp-json/\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(33)" }, "excerpt": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://voteforgarcia.com/xmlrpc.php?rsd\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(34)" }, "excerpt": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://voteforgarcia.com/wp-includes/wlwmanifest.xml\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(36)" }, "excerpt": "<link rel=\"shortlink\" href=\"https://wp.me/PbP5id-8\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(57)" }, "excerpt": "<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(58)" }, "excerpt": "<link rel=\"icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=32%2C32&ssl=1\" sizes=\"32x32\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(59)" }, "excerpt": "<link rel=\"icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=192%2C192&ssl=1\" sizes=\"192x192\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(60)" }, "excerpt": "<link rel=\"apple-touch-icon\" href=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2022/03/favicon.png?fit=180%2C180&ssl=1\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "et-core-unified-deferred-8-cached-inline-styles", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(63)" }, "excerpt": "<link rel=\"stylesheet\" as=\"style\" id=\"et-core-unified-deferred-8-cached-inline-styles\" href=\"https://voteforgarcia.com/wp-content/et-cache/8/et-core-unified-deferred-8.min.css?ver=1686685408\" onload=\"this.onload=null;this.rel='stylesheet';\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "ordinalSeverity": 0, "tagName": "LINK", "id": "all-css-4ffb066e294e44344cfcfac1a6f2afe0", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > link:nth-child(12)" }, "excerpt": "<link rel=\"stylesheet\" id=\"all-css-4ffb066e294e44344cfcfac1a6f2afe0\" href=\"https://voteforgarcia.com/wp-includes/css/dist/block-library/style.min.css?m=1678407757\" type=\"text/css\" media=\"all\">" }, { "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": "top-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"top-menu\" class=\"nav\"><li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item- ... \" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"><a href=\"https://voteforgarcia.com/bio/\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > …" }, { "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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\" _selector=\"html > ... ) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Candidate Statement</a></li> </ul>" }, { "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": "mobile_menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3)" }, "excerpt": "<ul id=\"mobile_menu\" class=\"et_mobile_menu\"><li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_i ... \" _cssrules=\"true\">Home</a></li> <li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\"><a href=\"https://voteforgarcia.com/bio/\" _ …" }, { "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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\"><a href=\"https://voteforgarcia.com/candidate-statement/\" _selector=\"html > ... ) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Candidate Statement</a></li> </ul>" }, { "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(9) > div:nth-child(2) > div:nth-child(1) > article: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) > ul:nth-child(4)" }, "excerpt": "<ul class=\"et_pb_module et_pb_social_media_follow et_pb_social_media_follow_0 clearfix et_pb_text_align_center et_pb_bg_layout_light\"> <li class=\"et_pb_social_media_follow_network_0 et_pb_social_icon ... ticle: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) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)\"><span class …" }, { "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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"et_pb_module et_pb_social_media_follow et_pb_social_media_follow_1 clearfix et_pb_text_align_center et_pb_bg_layout_light\"> <li class=\"et_pb_social_media_follow_network_3 et_pb_social_icon ... ticle:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\"><span class …" }, { "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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3)" }, "excerpt": "<ul class=\"et_pb_module et_pb_social_media_follow et_pb_social_media_follow_2 clearfix et_pb_text_align_center et_pb_bg_layout_light\"> <li class=\"et_pb_social_media_follow_network_6 et_pb_social_icon ... ticle:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)\"><span 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": 0, "tagName": "IMG", "id": "logo", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)" }, "excerpt": "<img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03/logo.png\" width=\"683\" height=\"256\" alt=\"Vote for Garcia\" id=\"logo\" data-height-percentage=\"100\" data-actual-width=\"683\" data-actual-height=\"256\">" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"home page-template-default page page-id-8 custom-background et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_f ... i_theme et-db chrome\"> Home Bio Candidate Statement News & Media Support Endorsements Photos Contact Select Page Home Bio Candidate Statement News & Media Support Endorsements Photos Contact …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-677", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item menu-item-677\">Home</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-20", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-20\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20\">Bio Candidate Statement </li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1507", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-1507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1507\">Candidate Statement</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li id=\"menu-item-22\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-22\">News & Media</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-19\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-19\">Support</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/support/\">Support</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li id=\"menu-item-1819\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1819\">Endorsements</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6)" }, "excerpt": "<li id=\"menu-item-690\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-690\">Photos</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7)" }, "excerpt": "<li id=\"menu-item-1026\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1026\">Contact</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/contact-us/\">Contact</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/candidate-statement/\">Candidate Statement</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/news-and-media/\">News & Media</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/support/\">Support</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/endorsements/\">Endorsements</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.flickr.com/photos/195268529@N04/\">Photos</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://voteforgarcia.com/contact-us/\">Contact</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1)" }, "excerpt": "<h1 style=\"text-align: center;\">Help Me Continue Fighting for YOU in the State Assembly</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(2) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 style=\"text-align: center;\">Follow Us</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 style=\"text-align: center;\">Help Me Continue Fighting for YOU in the State Assembly</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 style=\"text-align: center;\">Follow Us</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>" }, { "ruleID": "QW-WCAG-T29", "what": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.", "ordinalSeverity": 2, "tagName": "STYLE", "id": "divi-style-inline-inline-css", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(28)" }, "excerpt": "<style id=\"divi-style-inline-inline-css\"> /*! Theme Name: Divi Theme URI: http://www.elegantthemes.com/gallery/divi/ Version: 4.20.2 Description: Smart. Flexible. Beautiful. Divi is the most powerful ... 2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;-ms-text-size-adjus …" }, { "ruleID": "QW-WCAG-T29", "what": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.", "ordinalSeverity": 2, "tagName": "STYLE", "id": "wp-block-library-inline-css", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > style:nth-child(13)" }, "excerpt": "<style id=\"wp-block-library-inline-css\"> .has-text-align-justify{text-align:justify;} </style>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h1:nth-child(1)" }, "excerpt": "<h1 style=\"text-align: center;\">Help Me Continue Fighting for YOU in the State Assembly</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 style=\"text-align: center;\">Follow Us</h1>" } ] }, "endTime": 1687097589374 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687097589375, "url": "https://voteforgarcia.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.093", "responseTime": "2023-06-18T14:13:09.119Z", "data": { "apiErrors": [], "documentSize": 1124823, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 173, "failing": 7 }, "issues": { "totalErrors": 31, "totalWarnings": 0, "totalIssues": 31 }, "issuesByLevel": { "A": { "count": 10, "pct": 32.26 }, "AA": { "count": 4, "pct": 12.9 }, "AAA": { "count": 31, "pct": 100 } }, "density": { "errorDensity": 3, "warningDensity": 0, "allDensity": 3 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "4cf99f25-0ff8-4320-a4e5-2c77e027e6a3", "docID": "d2ded62b-c6cc-4459-f443-47c37b64e0d1", "sourceHash": "bd44a3cea49417d6a3ad02f6db4e5518", "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=4cf99f25-0ff8-4320-a4e5-2c77e027e6a3", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 1352.8 }, "height": 1352.8, "width": 1024 }, "position": { "line": 8406, "column": 60 }, "errorSnippet": "<body class=\"home page-template-default page page-id-8 custom-background et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_header_style_left et_pb_footer_columns4 et_c", "xpath": "/html/body", "issueID": "3c8a987cab8d5fc63080abf056a9662f", "signature": "d8bca7f4c98f03ed49eca3c1f326de98", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=3c8a987cab8d5fc63080abf056a9662f" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 54, "y": 14 }, "height": 14, "width": 54 }, "position": { "line": 6370, "column": 0 }, "errorSnippet": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>", "xpath": "/html/body/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]", "issueID": "45b1f54dabda41223642529b8a6da310", "signature": "d692f3a015204eef76d765d11e6aa97e", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=45b1f54dabda41223642529b8a6da310" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 49.96875, "y": 0 }, "bottom-right": { "x": 203.96875, "y": 40 }, "height": 40, "width": 154 }, "position": { "line": 7406, "column": 5796 }, "errorSnippet": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "70378c7854959b853f0b62ef171577aa", "signature": "da9ca363f4e84551cbfeb700b105cfda", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=70378c7854959b853f0b62ef171577aa" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 83, "y": 34 }, "height": 34, "width": 83 }, "position": { "line": 10363, "column": 0 }, "errorSnippet": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]", "issueID": "22ba64b342e85ee0ef391967447f6d28", "signature": "deacb124e82ddd3046708de4f622e937", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=22ba64b342e85ee0ef391967447f6d28" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 7411, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "78a0b19ba26c9e31f12aff2fdec74c24", "signature": "3c1360faf79e5841ccdff607c1561cbe", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=78a0b19ba26c9e31f12aff2fdec74c24" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 7427, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]", "issueID": "c20b0bf3d5a302e508baaa405415461f", "signature": "8c001bec5627ce121ce4282d34437dbf", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=c20b0bf3d5a302e508baaa405415461f" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 10004, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[2]/a[1]", "issueID": "036a00b060b31fa135a7d662815339f2", "signature": "55a18c943b9f785f5d037d9e4865624e", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=036a00b060b31fa135a7d662815339f2" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 10004, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[3]/a[1]", "issueID": "4796e5d94fbfeb44b3dda520317e617b", "signature": "69ef50bb3f67d56f4828d91cbc345742", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=4796e5d94fbfeb44b3dda520317e617b" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 32, "y": 32 }, "height": 32, "width": 32 }, "position": { "line": 10364, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "addfafb7f74190513a8bc0ffc319fe09", "signature": "fe1478af15a5dcd7ebeeccaa2271699c", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=addfafb7f74190513a8bc0ffc319fe09" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 32, "y": 32 }, "height": 32, "width": 32 }, "position": { "line": 10364, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[3]/a[1]", "issueID": "739c9259a36a31267eff0f10c56576c8", "signature": "51aa0c817f38c7050221676e26d55d3f", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=739c9259a36a31267eff0f10c56576c8" }, { "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": 1024, "y": 178 }, "height": 178, "width": 1024 }, "position": { "line": 10928, "column": 332 }, "errorSnippet": "<header id=\"main-header\" data-height-onload=\"114\" data-height-loaded=\"true\" data-fixed-height-onload=\"178\" style=\"top: 0px;\"> <div class=\"container clearfix et_menu_container\"> <div class=\"logo_container\"> <span class=\"logo_helper\"&g", "xpath": "/html/body/div[1]/header[1]", "issueID": "ff76fc4f51fc0fe771459c47bda13ef6", "signature": "3521277e21ea531f63856c08970e5f85", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=ff76fc4f51fc0fe771459c47bda13ef6" }, { "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": -177.3504638671875, "y": -190.14828491210938 }, "bottom-right": { "x": 204.60253613281247, "y": 126.02371508789065 }, "height": 316.172, "width": 381.953 }, "position": { "line": 14146, "column": 5 }, "errorSnippet": "<div class=\"et_pb_module et_pb_image et_pb_image_0\"> <span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&a", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]", "issueID": "ed93393a10b0e59b8e8d334a9fc32f0c", "signature": "e220628173a58a81317b6e70a44151f1", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=ed93393a10b0e59b8e8d334a9fc32f0c" }, { "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": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 14172, "column": 10 }, "errorSnippet": "<div class=\"et_pb_module et_pb_image et_pb_image_1\" style=\"\"> <span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]", "issueID": "7cfe9615b7e56812a2d5cf5ae78abae1", "signature": "16afa259bc7c79025ad10ee7bb830e72", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=7cfe9615b7e56812a2d5cf5ae78abae1" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 30, "y": 14 }, "height": 14, "width": 30 }, "position": { "line": 6370, "column": 0 }, "errorSnippet": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>", "xpath": "/html/body/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]", "issueID": "0b3c8421022b25086ab18f58af9b8427", "signature": "fd205966e961c8b4dc0ba192e77416a3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0b3c8421022b25086ab18f58af9b8427" }, { "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": 0, "y": 0 }, "bottom-right": { "x": -10, "y": -21 }, "height": -21, "width": -10 }, "position": { "line": 6371, "column": 0 }, "errorSnippet": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>", "xpath": "/html/body/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "b30306ae111e7249d7dbf47ce338ed0a", "signature": "1780f7a63a174092d9c44df0c2e28e47", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b30306ae111e7249d7dbf47ce338ed0a" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 49.96875, "y": 0 }, "bottom-right": { "x": 203.96875, "y": 40 }, "height": 40, "width": 154 }, "position": { "line": 7406, "column": 5796 }, "errorSnippet": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "a908014737b474281187208051b00d79", "signature": "e31022d0723262e950af0b1e0ea82910", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a908014737b474281187208051b00d79" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 7411, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "6ea5a250415d109790209b0701081291", "signature": "af10111d1bd1b2eafd417377d27d21c5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6ea5a250415d109790209b0701081291" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 7411, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "83fbf07dcec9d2726a96ee954bab3dbd", "signature": "9e9f9d37ee545a36440f154572b31056", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=83fbf07dcec9d2726a96ee954bab3dbd" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 7427, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]", "issueID": "9766603a8a7c07cb9b36e4e22e641553", "signature": "7f3f6e6eb7528f2caa0ada552d04a9d2", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9766603a8a7c07cb9b36e4e22e641553" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -128, "y": -48 }, "height": -48, "width": -128 }, "position": { "line": 7427, "column": 0 }, "errorSnippet": "<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\" style=\"\">CONTRIBUTE</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]", "issueID": "c36fee0399a4322d5074330109892ed5", "signature": "32ab1cfddd6b64cb2ec765a40d133273", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c36fee0399a4322d5074330109892ed5" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 62.15625, "y": 60 }, "bottom-right": { "x": 248.15625, "y": 79 }, "height": 19, "width": 186 }, "position": { "line": 10003, "column": 34 }, "errorSnippet": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">https://a36.asmdc.org</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]", "issueID": "b071ead10011e1ffcdd80197fb5d9619", "signature": "04371e45e18e93cd40e9371c97ff81f5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b071ead10011e1ffcdd80197fb5d9619" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 10004, "column": 0 }, "errorSnippet": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ff0000; text-decoration: underline;\">https://a36.asmdc.org</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]", "issueID": "e3a894c777528b2b8a90613450837115", "signature": "e29058436f7a30c818ca798434050732", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e3a894c777528b2b8a90613450837115" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 10004, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[1]/a[1]", "issueID": "1fd5c01bfe2f2fc12381b6e1c79b1144", "signature": "427a57a37fb0c5df8dd814f3f6903d2e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1fd5c01bfe2f2fc12381b6e1c79b1144" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 10004, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[2]/a[1]", "issueID": "f67aa435f86432d5dc76d75f66ef447b", "signature": "0a169537a4524af73d2256fd4c3d031a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f67aa435f86432d5dc76d75f66ef447b" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 68, "y": 68 }, "height": 68, "width": 68 }, "position": { "line": 10004, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[3]/a[1]", "issueID": "73254d9d1814ad9d187dd4a08d3f08db", "signature": "ec2e0ba19364377a42dfe7eb6b7bce71", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=73254d9d1814ad9d187dd4a08d3f08db" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 83, "y": 34 }, "height": 34, "width": 83 }, "position": { "line": 10363, "column": 0 }, "errorSnippet": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]", "issueID": "31ab16d4e3794d80ff6332bbe673edc0", "signature": "7d19b4c594d2cbb5ff32819a4868be9d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=31ab16d4e3794d80ff6332bbe673edc0" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 32, "y": 32 }, "height": 32, "width": 32 }, "position": { "line": 10364, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "99f9fe0036dbfa1871bd5d0e76438334", "signature": "36ff5ea7b7d2c16bc545af7a99e7eb2a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=99f9fe0036dbfa1871bd5d0e76438334" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 32, "y": 32 }, "height": 32, "width": 32 }, "position": { "line": 10364, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "555b39ce168a21cb28a678c2e634b0ca", "signature": "946d9f498143945c047750f5a4b0d16c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=555b39ce168a21cb28a678c2e634b0ca" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 32, "y": 32 }, "height": 32, "width": 32 }, "position": { "line": 10364, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[3]/a[1]", "issueID": "ffbbe54e1451113f4a9cc0706ab74a89", "signature": "13290ed6f075ceec8fd05535ce20b7ab", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ffbbe54e1451113f4a9cc0706ab74a89" }, { "tID": 271, "bpID": 211, "priority": 100, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This text is rotated from the horizontal by 60 degrees or more.", "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 text is rotated from the horizontal by 60 degrees or more, and is not part of a complex image or graphic. Text rotated beyond a certain threshold presents comprehension difficulties for people with cognitive disabilities or perception-based learning disabilities. Don't rotate text beyond 60 degrees from the horiziontal.", "viewPortLocation": { "top-left": { "x": 0, "y": 727.890625 }, "bottom-right": { "x": 1024, "y": 860.890625 }, "height": 133, "width": 1024 }, "position": { "line": 14177, "column": 5 }, "errorSnippet": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[3]", "issueID": "a3c2569325b147aec05cf395f7ec0e7f", "signature": "67cea61c00447a81f551a2b818185aad", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=271&issueID=a3c2569325b147aec05cf395f7ec0e7f" }, { "tID": 271, "bpID": 211, "priority": 100, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This text is rotated from the horizontal by 60 degrees or more.", "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 text is rotated from the horizontal by 60 degrees or more, and is not part of a complex image or graphic. Text rotated beyond a certain threshold presents comprehension difficulties for people with cognitive disabilities or perception-based learning disabilities. Don't rotate text beyond 60 degrees from the horiziontal.", "viewPortLocation": { "top-left": { "x": 0, "y": -77.09375 }, "bottom-right": { "x": 1024, "y": 81.90625 }, "height": 159, "width": 1024 }, "position": { "line": 14266, "column": 5 }, "errorSnippet": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[4]", "issueID": "74e04017d867dfbda8f9b9f48a799a74", "signature": "606ab54d7401ac6b7f9e17261cec308f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=271&issueID=74e04017d867dfbda8f9b9f48a799a74" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 31 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"home page-template-default page page-id-8 custom-background et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_header_style_left et_pb_footer_columns4 et_c" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "HEADER", "id": "main-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]" }, "excerpt": "<header id=\"main-header\" data-height-onload=\"114\" data-height-loaded=\"true\" data-fixed-height-onload=\"178\" style=\"top: 0px;\"> <div class=\"container clearfix et_menu_container\"> <div class=\"logo_container\"> <span class=\"logo_helper\"&g" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div class=\"et_pb_module et_pb_image et_pb_image_0\"> <span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C697&a" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]" }, "excerpt": "<div class=\"et_pb_module et_pb_image et_pb_image_1\" style=\"\"> <span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/voteforgarcia.com/wp-content/uploads/2020/03/garcia_image.png?resize=842%2C" }, { "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/bio/\">Bio</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[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://voteforgarcia.com/bio/\">Bio</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">CONTRIBUTE</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\" style=\"\">CONTRIBUTE</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ed1c24; text-decoration: underline;\">https://a36.asmdc.org</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[2]/span[1]/a[1]" }, "excerpt": "<a href=\"https://a36.asmdc.org\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" style=\"color: #ff0000; text-decoration: underline;\">https://a36.asmdc.org</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_dark\" href=\"https://secure.actblue.com/donate/eduardo-garcia-for-assembly-2024-1\" target=\"_blank\">DONATE</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Twitter\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/voteforgarcia\" class=\"icon et_pb_with_border\" title=\"Follow on Facebook\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/voteforgarcia/\" class=\"icon et_pb_with_border\" title=\"Follow on Instagram\" target=\"_blank\"><span class=\"et_pb_social_media_follow_network_name\" aria-hidden=\"true\" style=\"\">Follow</span></a>" }, { "ruleID": "271", "what": "This text is rotated from the horizontal by 60 degrees or more.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[3]" }, "excerpt": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>" }, { "ruleID": "271", "what": "This text is rotated from the horizontal by 60 degrees or more.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[4]" }, "excerpt": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>" } ] }, "endTime": 1687097590001 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687097590001, "url": "https://voteforgarcia.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": 92 }, "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": 18, "tabFocused": 18, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 18, "types": { "missing": { "total": 18, "tagNames": { "A": 18 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03" }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "Bio" }, { "tagName": "A", "id": "", "text": "News & Media" }, { "tagName": "A", "id": "", "text": "Support" }, { "tagName": "A", "id": "", "text": "Endorsements" }, { "tagName": "A", "id": "", "text": "Photos" }, { "tagName": "A", "id": "", "text": "Contact" }, { "tagName": "A", "id": "", "text": "CONTRIBUTE" }, { "tagName": "A", "id": "", "text": "Follow" }, { "tagName": "A", "id": "", "text": "Follow" }, { "tagName": "A", "id": "", "text": "Follow" }, { "tagName": "A", "id": "", "text": "https://a36.asmdc.org" }, { "tagName": "A", "id": "", "text": "info@voteforgarcia.com" }, { "tagName": "A", "id": "", "text": "DONATE" }, { "tagName": "A", "id": "", "text": "Follow" }, { "tagName": "A", "id": "", "text": "Follow" }, { "tagName": "A", "id": "", "text": "Follow" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 18 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "https://a36.asmdc.org" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "info@voteforgarcia.com" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 32, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 0, "tagNames": {} }, "focusableAndOperable": { "total": 32, "tagNames": { "A": 32 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "<a href=\"https://voteforgarcia.com/\" style=\"cursor: default;\"> <img src=\"https://voteforgarcia.com/w", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bio", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Candidate Statement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News & Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Support", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bio", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Candidate Statement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News & Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Support", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "CONTRIBUTE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "CONTRIBUTE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "https://a36.asmdc.org", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "https://a36.asmdc.org", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "info@voteforgarcia.com", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow", "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": 31, "triggerSample": 17, "impactTriggers": 14, "additions": 0, "removals": 0, "opacityChanges": 14, "opacityImpact": 2, "unhoverables": 0, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "menu-item-677", "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": "menu-item-20", "text": "Bio Candidate Statement", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Bio", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-22", "text": "News & Media", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "News & Media", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-19", "text": "Support", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Support", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-1819", "text": "Endorsements", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Endorsements", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-690", "text": "Photos", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Photos", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-1026", "text": "Contact", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "Follow", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 1 } ], "unhoverables": [], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 2, 14, 0, 14 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-677", "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": "menu-item-20", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio Candidate Statement" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" } ] }, "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": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 32, "adjacent": { "total": 23, "underlined": 3, "underlinedPercent": 13 } }, "items": { "underlined": [ { "id": "", "text": "https://a36.asmdc.org" }, { "id": "", "text": "https://a36.asmdc.org" }, { "id": "", "text": "info@voteforgarcia.com" } ], "notUnderlined": [ { "id": "", "text": "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03" }, { "id": "", "text": "Home" }, { "id": "", "text": "Bio" }, { "id": "", "text": "Candidate Statement" }, { "id": "", "text": "News & Media" }, { "id": "", "text": "Support" }, { "id": "", "text": "Endorsements" }, { "id": "", "text": "Photos" }, { "id": "", "text": "Contact" }, { "id": "", "text": "Home" }, { "id": "", "text": "Bio" }, { "id": "", "text": "Candidate Statement" }, { "id": "", "text": "News & Media" }, { "id": "", "text": "Support" }, { "id": "", "text": "Endorsements" }, { "id": "", "text": "Photos" }, { "id": "", "text": "Contact" }, { "id": "", "text": "CONTRIBUTE" }, { "id": "", "text": "CONTRIBUTE" }, { "id": "", "text": "DONATE" } ] } }, "totals": [ 0, 20, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Candidate Statement" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Candidate Statement" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" } ] }, "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": 8, "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": 23, "subtotals": [ 10, 7, 2, 2, 1, 1 ] }, "listLink": { "total": 9 }, "h1": { "total": 4, "subtotals": [ 2, 1, 1 ] } }, "items": { "adjacentLink": { "fontWeight": { "500": [ "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03", "info@voteforgarcia.com", "DONATE" ], "600": [ "Home", "Candidate Statement", "News & Media", "Support", "Endorsements", "Photos", "Contact" ], "700": [ "Home", "Bio", "Candidate Statement", "News & Media", "Support", "Endorsements", "Photos", "Contact", "Bio", "CONTRIBUTE", "https://a36.asmdc.org", "https://a36.asmdc.org" ], "900": [ "CONTRIBUTE" ] }, "textDecorationLine": { "none": [ "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03", "Home", "Bio", "Candidate Statement", "News & Media", "Support", "Endorsements", "Photos", "Contact", "Home", "Bio", "Candidate Statement", "News & Media", "Support", "Endorsements", "Photos", "Contact", "CONTRIBUTE", "CONTRIBUTE", "DONATE" ], "underline": [ "https://a36.asmdc.org", "https://a36.asmdc.org", "info@voteforgarcia.com" ] } }, "h1": { "fontSize": { "56px": [ "Help Me Continue Fighting for YOU in the State Assembly" ], "48px": [ "Follow Us" ], "54px": [ "Help Me Continue Fighting for YOU in the State Assembly", "Follow Us" ] } } } }, "totals": [ 5, 0, 0, 2 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 6 different styles", "count": 5, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-1 headings have 3 different styles", "count": 2, "ordinalSeverity": 3, "tagName": "H1", "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": 7, "items": [ { "tagName": "A", "id": "", "text": "Follow", "title": "Follow on Twitter" }, { "tagName": "A", "id": "", "text": "Follow", "title": "Follow on Facebook" }, { "tagName": "A", "id": "", "text": "Follow", "title": "Follow on Instagram" }, { "tagName": "IMG", "id": "", "text": "", "title": "" }, { "tagName": "A", "id": "", "text": "Follow", "title": "Follow on Twitter" }, { "tagName": "A", "id": "", "text": "Follow", "title": "Follow on Facebook" }, { "tagName": "A", "id": "", "text": "Follow", "title": "Follow on Instagram" } ] }, "totals": [ 0, 0, 7, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Twitter" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Facebook" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Instagram" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Twitter" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Facebook" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Instagram" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 28, "tagNames": { "HEADER": 1, "DIV": 23, "UL": 3, "A": 1 } }, "items": [ { "tagName": "HEADER", "id": "main-header", "text": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact Select Page Home Bio C" }, { "tagName": "DIV", "id": "", "text": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact Select Page Home Bio C" }, { "tagName": "UL", "id": "", "text": "Candidate Statement" }, { "tagName": "UL", "id": "mobile_menu", "text": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact" }, { "tagName": "DIV", "id": "", "text": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "tagName": "DIV", "id": "", "text": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "tagName": "DIV", "id": "", "text": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "tagName": "DIV", "id": "", "text": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow" }, { "tagName": "UL", "id": "", "text": "FollowFollowFollow" }, { "tagName": "DIV", "id": "", "text": "<img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/votefor" }, { "tagName": "DIV", "id": "", "text": "<img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/votefor" }, { "tagName": "DIV", "id": "", "text": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE <img data-lazy-fallback=\"1\" decod" }, { "tagName": "DIV", "id": "", "text": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE <img data-lazy-fallback=\"1\" decod" }, { "tagName": "DIV", "id": "", "text": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>" }, { "tagName": "DIV", "id": "", "text": "For all official State related matters, please visit us at https://a36.asmdc.org. For all official S" }, { "tagName": "DIV", "id": "", "text": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "tagName": "DIV", "id": "", "text": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et_pb_" }, { "tagName": "DIV", "id": "", "text": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "tagName": "DIV", "id": "", "text": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "tagName": "DIV", "id": "", "text": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "tagName": "DIV", "id": "", "text": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "tagName": "DIV", "id": "", "text": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "tagName": "DIV", "id": "", "text": "Follow Us FollowFollowFollow" }, { "tagName": "DIV", "id": "", "text": "Follow Us FollowFollowFollow" }, { "tagName": "DIV", "id": "", "text": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>" }, { "tagName": "DIV", "id": "", "text": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051) 83-103 Avenue 48 Suite IB 111Coachel" }, { "tagName": "DIV", "id": "", "text": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051) 83-103 Avenue 48 Suite IB 111Coachel" }, { "tagName": "A", "id": "", "text": "DONATE" } ] }, "totals": [ 28, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "main-header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact Select Page Home Bio C" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact Select Page Home Bio C" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Candidate Statement" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "mobile_menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "FollowFollowFollow" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/votefor" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/votefor" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE <img data-lazy-fallback=\"1\" decod" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE <img data-lazy-fallback=\"1\" decod" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org. For all official S" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et_pb_" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow Us FollowFollowFollow" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow Us FollowFollowFollow" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051) 83-103 Avenue 48 Suite IB 111Coachel" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051) 83-103 Avenue 48 Suite IB 111Coachel" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" } ] } }, "success": true }, "standardResult": { "totals": [ 35, 34, 7, 34 ], "instances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "https://a36.asmdc.org" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "info@voteforgarcia.com" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-677", "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": "menu-item-20", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio Candidate Statement" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-22", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-19", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1819", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-690", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1026", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://voteforgarcia.com/\"> <img src=\"https://voteforgarcia.com/wp-content/uploads/2022/03" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Candidate Statement" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bio" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Candidate Statement" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "styleDiff", "what": "In-line links have 6 different styles", "count": 5, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-1 headings have 3 different styles", "count": 2, "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Twitter" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Facebook" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Instagram" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Twitter" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Facebook" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow): Follow on Instagram" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "main-header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact Select Page Home Bio C" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact Select Page Home Bio C" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Candidate Statement" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "mobile_menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Bio Candidate Statement News & Media Support Endorsements Photos Contact" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow <img" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE Follow Us FollowFollowFollow" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "FollowFollowFollow" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/votefor" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img data-lazy-fallback=\"1\" decoding=\"async\" width=\"842\" height=\"697\" src=\"https://i0.wp.com/votefor" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE <img data-lazy-fallback=\"1\" decod" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Help Me Continue Fighting for YOU in the State Assembly CONTRIBUTE <img data-lazy-fallback=\"1\" decod" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org. For all official S" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et_pb_" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "For all official State related matters, please visit us at https://a36.asmdc.org." }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow Us FollowFollowFollow" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow Us FollowFollowFollow" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_bottom_inside_divider\" style=\"\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051) 83-103 Avenue 48 Suite IB 111Coachel" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Paid for by Eduardo Garcia for State Assembly 2024 (ID#1457051) 83-103 Avenue 48 Suite IB 111Coachel" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" } ] }, "endTime": 1687097607765 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687097607765, "url": "https://voteforgarcia.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Vote for Garcia |", "pageurl": "https://voteforgarcia.com/", "time": 1.91, "creditsremaining": 1197, "allitemcount": 49, "totalelements": 341, "waveurl": "http://wave.webaim.org/report?url=https://voteforgarcia.com/" }, "categories": { "error": { "description": "Errors", "count": 0, "items": [] }, "contrast": { "description": "Contrast Errors", "count": 4, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > NAV#top-menu-nav > UL#top-menu > LI#menu-item-677 > A:first-child", "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > H1:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child" ], "contrastdata": [ [ 3.48, "#ed1c24", "#02205f", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 4.38, "#ed1c24", "#ffffff", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 7, "items": { "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > NAV#top-menu-nav > UL#top-menu > LI#menu-item-677 > A:first-child", "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child + SPAN > SPAN:first-child > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > SPAN:first-child > IMG:first-child + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > SPAN:first-child > IMG:first-child + NOSCRIPT" ], "wcag": [] }, "underline": { "id": "underline", "description": "Underlined text", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child + SPAN > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child + SPAN > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child + P + P > SPAN:first-child > SPAN:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 7, 0, 0, 4 ], "instances": [ { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > NAV#top-menu-nav > UL#top-menu > LI#menu-item-677 > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > H1:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > NAV#top-menu-nav > UL#top-menu > LI#menu-item-677 > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child + SPAN > SPAN:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > SPAN:first-child > IMG:first-child + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > SPAN:first-child > IMG:first-child + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child + SPAN > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child + SPAN > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-8 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child + P + P > SPAN:first-child > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687097609899 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD36-c", "which": "https://voteforgarcia.com/", "what": "Candidate Eduardo Garcia (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T14:12:35", "endTime": "2023-06-18T14:13:29", "elapsedSeconds": 54, "visitLatency": 6, "logCount": 13, "logSize": 607, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 18 ], [ "testaro", 14 ], [ "alfa", 4 ], [ "nuVal", 2 ], [ "qualWeb", 2 ], [ "wave", 2 ], [ "ibm", 1 ], [ "tenon", 1 ], [ "axe", 0 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 883, "issue": 756, "tool": 124, "prevention": 0, "log": 3, "latency": 0 }, "details": { "severity": { "total": [ 183, 97, 73, 162 ], "byTool": { "testaro": [ 35, 34, 7, 34 ], "alfa": [ 47, 0, 0, 33 ], "axe": [ 20, 15, 16, 4 ], "continuum": [ 0, 0, 0, 17 ], "htmlcs": [ 27, 0, 0, 13 ], "ibm": [ 0, 1, 0, 7 ], "nuVal": [ 26, 0, 15, 0 ], "qualWeb": [ 21, 47, 35, 19 ], "tenon": [ 0, 0, 0, 31 ], "wave": [ 7, 0, 0, 4 ] } }, "prevention": {}, "issue": { "duplicateID": { "score": 72, "maxCount": 18, "weight": 4, "tools": { "alfa": { "r3": { "quality": 1, "what": "Element id attribute value is not unique", "complaints": { "countTotal": 16, "texts": [ "id attributes have a unique value" ] } } }, "axe": { "duplicate-id": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 8, "texts": [ "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-677", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-20", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1507", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-22", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-19", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1819", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-690", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-1026" ] } } }, "continuum": { "94": { "quality": 1, "what": "Element contains an id attribute set to a value that is not unique in the DOM", "complaints": { "countTotal": 16, "texts": [ "This LI has an id attribute of 'menu-item-677', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-20', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-1507', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-22', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-19', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-1819', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-690', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-1026', which is not unique in the same DOM" ] } } }, "htmlcs": { "AAA.4_1_1.F77": { "quality": 1, "what": "Duplicate id attribute value", "complaints": { "countTotal": 8, "texts": [ "Duplicate id attribute value \"menu-item-1026\" found on the web page.", "Duplicate id attribute value \"menu-item-1507\" found on the web page.", "Duplicate id attribute value \"menu-item-1819\" found on the web page.", "Duplicate id attribute value \"menu-item-19\" found on the web page.", "Duplicate id attribute value \"menu-item-20\" found on the web page.", "Duplicate id attribute value \"menu-item-22\" found on the web page.", "Duplicate id attribute value \"menu-item-677\" found on the web page.", "Duplicate id attribute value \"menu-item-690\" found on the web page." ] } } }, "nuVal": { "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": { "quality": 1, "what": "Duplicate id", "complaints": { "countTotal": 16, "texts": [ "Duplicate ID menu-item-677.", "The first occurrence of ID menu-item-677 was here.", "Duplicate ID menu-item-20.", "The first occurrence of ID menu-item-20 was here.", "Duplicate ID menu-item-1507.", "The first occurrence of ID menu-item-1507 was here.", "Duplicate ID menu-item-22.", "The first occurrence of ID menu-item-22 was here.", "Duplicate ID menu-item-19.", "The first occurrence of ID menu-item-19 was here.", "Duplicate ID menu-item-1819.", "The first occurrence of ID menu-item-1819 was here.", "Duplicate ID menu-item-690.", "The first occurrence of ID menu-item-690 was here.", "Duplicate ID menu-item-1026.", "The first occurrence of ID menu-item-1026 was here." ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 18, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "metaBansZoom": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r47": { "quality": 1, "what": "meta element restricts zooming", "complaints": { "countTotal": 1, "texts": [ "<meta name='viewport'> elements do not prevent zoom" ] } } }, "axe": { "meta-viewport": { "quality": 1, "what": "Zooming and scaling are disabled", "complaints": { "countTotal": 1, "texts": [ "Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices" ] } } }, "continuum": { "59": { "quality": 1, "what": "meta element in the head sets the viewport maximum-scale to less than 2", "complaints": { "countTotal": 1, "texts": [ "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2" ] } } }, "nuVal": { "Consider avoiding viewport values that prevent users from resizing documents.": { "quality": 1, "what": "viewport value prevents users from resizing the document", "complaints": { "countTotal": 2, "texts": [ "Consider avoiding viewport values that prevent users from resizing documents." ] } } }, "qualWeb": { "QW-ACT-R14": { "quality": 1, "what": "meta viewport prevents zoom", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the meta element retains the user agent ability to zoom." ] } } } } }, "contentBeyondLandmarks": { "score": 24, "maxCount": 12, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 12, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 7, "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": 7, "texts": [ "Content is not within a landmark element" ] } } } } }, "focusIndication": { "score": 72, "maxCount": 18, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 18, "texts": [ "Element in sequential focus order has visible focus" ] } } }, "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 18, "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": 18, "texts": [ "A element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 17, "maxCount": 17, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 17, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 2, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ffffff, background color: #ed1c24, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 14.3pt (19px), font weight: bold). Expected contrast ratio of 4.5:1" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 2, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 3.49:1. Recommendation: change text colour to #fff.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change text colour to #1c1c1c." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 6, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } }, "tenon": { "95": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 3, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "textContrastAA": { "score": 64, "maxCount": 16, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 15, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 16, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.38 (foreground color: #ed1c24, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "htmlcs": { "AAA.1_4_6.G18.Fail": { "quality": 1, "what": "Contrast between the text and its background is less than 4.5:1", "complaints": { "countTotal": 2, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change background to #1c1c1c.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.38:1. Recommendation: change text colour to #1c1c1c." ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 6, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 4, "texts": [ "Very low contrast" ] } } } } }, "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." ] } } } } }, "hiddenContentRisk": { "score": 20, "maxCount": 20, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 20, "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" ] } } } } }, "decorativeImageRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 3, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "scrollRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 3, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 13, "maxCount": 13, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_3_F24.F24.FGColour": { "quality": 1, "what": "Inline foreground color may lack a complementary background color", "complaints": { "countTotal": 8, "texts": [ "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour." ] } }, "AAA.1_4_6.G17.BgImage": { "quality": 1, "what": "Contrast between the text and its background image may be less than 7:1", "complaints": { "countTotal": 4, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1." ] } }, "AAA.1_4_6.G18.BgImage": { "quality": 1, "what": "Contrast between the text and the background image may be less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 8, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "linkElementBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "htmlcs": { "AAA.2_4_8.H59.1": { "quality": 1, "what": "link element is not in the document head", "complaints": { "countTotal": 1, "texts": [ "Link elements can only be located in the head section of the document." ] } } }, "nuVal": { "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": { "quality": 1, "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value", "complaints": { "countTotal": 1, "texts": [ "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload." ] } } } } }, "obsolete": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 1, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5" ] } } } } }, "typeRedundant": { "score": 16, "maxCount": 16, "weight": 1, "tools": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 12, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } }, "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": 4, "texts": [ "The type attribute for the style element is not needed and should be omitted." ] } } } } }, "cssInvalid": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "nuVal": { "^CSS: .+: Property .+ doesn't exist.*$": { "quality": 1, "what": "Invalid property in CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: background-repeat-y: Property background-repeat-y doesn't exist." ] } } } } }, "slashParseRisk": { "score": 53, "maxCount": 53, "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": 53, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "parentBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 4, "texts": [ "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "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." ] } } } } }, "overflowHiddenRisk": { "score": 12, "maxCount": 12, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 12, "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." ] } } } } }, "sectionHeadingless": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "ignorable": { "score": 0, "maxCount": 9, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 9, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "siteNavigation": { "score": 24, "maxCount": 24, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T15": { "quality": 1, "what": "link element and navigation tools not used", "complaints": { "countTotal": 24, "texts": [ "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages." ] } } } } }, "pseudoNavList": { "score": 14, "maxCount": 7, "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": 7, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "textAlternativeRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 1, "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" ] } } } } }, "fontSizeAbsolute": { "score": 64, "maxCount": 32, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 32, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "justificationRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T29": { "quality": 1, "what": "Alignment either to the left or right is not specified in CSS", "complaints": { "countTotal": 2, "texts": [ "This technique describes how to align blocks of text either left or right by setting the CSS text-align property." ] } } } } }, "noHeading": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 2, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "linkTextsSame": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 6, "texts": [ "These links have the same text but different destinations." ] } } } } }, "leadingClipsText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 3, "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." ] } } } } }, "linkForcesNewWindow": { "score": 42, "maxCount": 14, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 14, "texts": [ "This link opens in a new window without user control." ] } } } } }, "textRotated": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "tenon": { "271": { "quality": 1, "what": "Text is needlessly rotated 60+ degrees or more, hurting comprehension", "complaints": { "countTotal": 2, "texts": [ "This text is rotated from the horizontal by 60 degrees or more." ] } } } } }, "hoverSurprise": { "score": 28, "maxCount": 14, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 14, "texts": [ "Hovering over element has unexpected effects" ] } } } } }, "linkIndication": { "score": 40, "maxCount": 20, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 20, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 7, "texts": [ "In-line links have 6 different styles", "Level-1 headings have 3 different styles" ] } } } } }, "titleBad": { "score": 28, "maxCount": 7, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 7, "texts": [ "A element has a title attribute", "IMG element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 28, "maxCount": 28, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 28, "texts": [ "HEADER element has a non-default Z index", "DIV element has a non-default Z index", "UL element has a non-default Z index", "A element has a non-default Z index" ] } } } } }, "linkPair": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 2, "texts": [ "Redundant link" ] } } } } }, "noScriptRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 2, "texts": [ "Noscript element" ] } } } } }, "pseudoLinkRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "wave": { "underline": { "quality": 1, "what": "CSS underline on text that is not a link", "complaints": { "countTotal": 3, "texts": [ "Underlined text" ] } } } } } } } } }