Accessibility digest
Page | Candidate Josh Hoover (R) |
---|---|
URL | https://hooverforassembly.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1917 |
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 Josh Hoover (R) at https://hooverforassembly.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 1917, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1917 | Sum of the component scores |
issue | 1715 | Severity and number of reported defects |
tool | 199 | 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 | 672 |
attributeBad | 352 |
focusIndication | 116 |
textContrastAA | 76 |
colorMissing | 48 |
fontSizeAbsolute | 36 |
overflowHiddenRisk | 31 |
slashParseRisk | 25 |
linkNoText | 24 |
contentBeyondLandmarks | 24 |
contrastAAA | 20 |
hoverSurprise | 20 |
linkIndication | 20 |
cssInvalid | 18 |
svgImageNoText | 16 |
controlNoText | 16 |
errorReferenceBad | 16 |
linkForcesNewWindow | 15 |
inputNoText | 12 |
repeatedContentRisk | 9 |
inputOnlyPlaceholder | 9 |
targetSize | 9 |
zIndexNotZero | 9 |
sectionHeadingless | 8 |
pseudoNavList | 8 |
leadingClipsText | 8 |
labelClash | 8 |
inconsistentStyles | 7 |
justification | 6 |
leadingInsufficient | 6 |
hiddenContentRisk | 6 |
navConfusion | 6 |
navNoText | 6 |
obsolete | 6 |
skipRepeatedContent | 6 |
linkWindowSurpriseRisk | 5 |
textAreaNoText | 4 |
pseudoHeadingRisk | 4 |
linkPair | 4 |
landmarkConfusion | 3 |
roleBad | 3 |
submitButton | 3 |
noHeading | 3 |
linkVague | 3 |
mainNone | 2 |
justificationRisk | 2 |
decorativeImageRisk | 1 |
scrollRisk | 1 |
allItalics | 1 |
autocompleteNone | 1 |
visibleBulk | 1 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue duplicateID
WCAG: 4.1.1
Score: 672
Complaints by ibm
Rule element_id_unique
element_id_unique
Description: Element has an id attribute value that is already in use
Count of instances: 11
Complaint specifics
- The <a> element has the id "" that is empty
- The <div> element has the id "" that is empty
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: 168
Complaint specifics
- Duplicate ID .
- The first occurrence of ID was here.
Issue attributeBad
WCAG: 1.3.1
Score: 352
Complaints by nuVal
Rule ^Bad value .* for attribute .+ on element .+$
^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 86
Complaint specifics
- Bad value for attribute id on element a: An ID must not be the empty string.
- Bad value for attribute id on element div: An ID must not be the empty string.
Rule ^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 2
Complaint specifics
- Attribute type not allowed on element textarea at this point.
Issue focusIndication
WCAG: 2.4.7
Score: 116
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 29
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: 29
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: 29
Complaint specifics
- A element has no focus indicator
- INPUT element has no focus indicator
- TEXTAREA element has no focus indicator
- BUTTON element has no focus indicator
Issue textContrastAA
WCAG: 1.4.3
Score: 76
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 19
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: 8
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image
- 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.29 (foreground color: #f4b223, background color: #005487, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.62 (foreground color: #f4b223, background color: #efefef, font size: 11.3pt (15px), font weight: bold). 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: 3
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 1:1. Recommendation: change text colour to #767676.
- 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 1.87:1. Recommendation: change text colour to #9f6d00.
Complaints by ibm
Rule text_contrast_sufficient
text_contrast_sufficient
Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight
Count of instances: 1
Complaint specifics
- Text contrast of 1.87 with its background is less than the WCAG AA minimum requirements for text of size 45px and weight of 800
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 11
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: 12
Complaint specifics
- Very low contrast
Issue colorMissing
WCAG: 1.4.3
Score: 48
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 12
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 36
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 9
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 18
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 31
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: 31
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 slashParseRisk
WCAG: 4.1
Score: 25
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: 25
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue linkNoText
WCAG: 2.4.4
Score: 24
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 5
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 5
Complaint specifics
- Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute
Complaints by continuum
Rule 237
237
Description: a element has no machanism allowing an accessible name value to be calculated
Count of instances: 5
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.NoContent
AAA.4_1_2.H91.A.NoContent
Description: Link has an href attribute but no text
Count of instances: 4
Complaint specifics
- Anchor element found with a valid href attribute, but no link content has been supplied.
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 5
Complaint specifics
- Hyperlink has no link text, label or image with a text alternative
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 5
Complaint specifics
- This rule checks that each link has an accessible name.
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 1
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 5
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 1
Complaint specifics
- Linked image missing alternative text
Rule link_empty
Description: Link contains no text
Count of instances: 4
Complaint specifics
- Empty link
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: 11
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: 12
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: 10
Complaint specifics
- Content is not within a landmark element
Issue contrastAAA
WCAG: 1.4.6
Score: 20
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 20
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: 13
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #068804, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 15.0pt (20px), 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.29 (foreground color: #005487, background color: #f4b223, font size: 34.5pt (46px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7: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: 4
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 1.87:1. Recommendation: change text colour to #775200.
- 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 1:1. Recommendation: change text colour to #595959.
- 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 1:1. Recommendation: change text colour to #feffff.
- 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.63:1. Recommendation: change background to #026800.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 12
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 hoverSurprise
WCAG: 1.4.13
Score: 20
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 10
Complaint specifics
- Operable element cannot be hovered over
- Link or button makes the hovering mouse cursor nonstandard
- Button shows no indication of being hovered over
- List item changes when hovered over
Issue linkIndication
WCAG: 1.3.3
Score: 20
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 10
Complaint specifics
- Link is inline but has no underline
Issue cssInvalid
WCAG: 4.1
Score: 18
Complaints by nuVal
Rule ^CSS: .+: Character .+ is neither a decimal digit number.*$
^CSS: .+: Character .+ is neither a decimal digit number.*$
Description: Nonnumeric character in a numeric style property
Count of instances: 6
Complaint specifics
- CSS: height: Character N is neither a decimal digit number, decimal point, nor "e" notation exponential mark.
Issue svgImageNoText
WCAG: 1.1.1
Score: 16
Complaints by continuum
Rule 123
123
Description: svg element has no machanism allowing an accessible name to be calculated
Count of instances: 4
Complaint specifics
- This svg element does not have a mechanism that allows an accessible name value to be calculated
Issue controlNoText
WCAG: 4.1.2
Score: 16
Complaints by htmlcs
Rule AAA.1_3_1.F68
AAA.1_3_1.F68
Description: Form control has no label
Count of instances: 3
Complaint specifics
- This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
Complaints by wave
Rule label_missing
label_missing
Description: form element has no label
Count of instances: 4
Complaint specifics
- Missing form label
Issue errorReferenceBad
WCAG: 3.3.1
Score: 16
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 4
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 15
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 5
Complaint specifics
- This link opens in a new window without user control.
Issue inputNoText
WCAG: 4.1.2
Score: 12
Complaints by htmlcs
Rule AAA.4_1_2.H91.InputEmail.Name
AAA.4_1_2.H91.InputEmail.Name
Description: Email input has no accessible name
Count of instances: 1
Complaint specifics
- This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Rule AAA.4_1_2.H91.InputText.Name
Description: Text input has no accessible name
Count of instances: 2
Complaint specifics
- This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 9
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.
Rule QW-BP17
Description: No link at the beginning of a block of repeated content goes to the end of the block
Count of instances: 6
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.
Issue inputOnlyPlaceholder
WCAG: 4.1.2
Score: 9
Complaints by continuum
Rule 863
863
Description: input has an accessible name that depends on a placeholder
Count of instances: 3
Complaint specifics
- This input should not rely on text in the placeholder attribute for an accessible name
Issue targetSize
WCAG: 2.5.5
Score: 9
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 3
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue zIndexNotZero
WCAG: 1.4
Score: 9
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 9
Complaint specifics
- NAV element has a non-default Z index
- DIV element has a non-default Z index
- SECTION element has a non-default Z index
Issue sectionHeadingless
WCAG: 1.3.1
Score: 8
Complaints by nuVal
Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Description: section has no heading
Count of instances: 8
Complaint specifics
- Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
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 pseudoNavList
WCAG: 1.3.1
Score: 8
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: 4
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue leadingClipsText
WCAG: 1.4.8
Score: 8
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 2
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue labelClash
WCAG: 1.3.1
Score: 8
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 4
Complaint specifics
- Element INPUT is unlabeled
- Element TEXTAREA is unlabeled
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 3 different styles
- Links in columns have 6 different styles
Issue justification
WCAG: 1.4.8
Score: 6
Complaints by alfa
Rule r71
r71
Description: Paragraph text is fully justified
Count of instances: 2
Complaint specifics
- Paragraphs of text are not justified
Complaints by tenon
Rule 36
36
Description: Text is fully justified
Count of instances: 3
Complaint specifics
- This text is justified.
Complaints by wave
Rule text_justified
text_justified
Description: Text is justified
Count of instances: 2
Complaint specifics
- Justified text
Issue leadingInsufficient
WCAG: 1.4.8
Score: 6
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 3
Complaint specifics
- Paragraphs of text have sufficient line height
Issue hiddenContentRisk
WCAG: 4.1
Score: 6
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 6
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 navConfusion
WCAG: 1.3.6
Score: 6
Complaints by continuum
Rule 531
531
Description: nav element has an accessible name that is non-unique among the nav elements
Count of instances: 2
Complaint specifics
- This nav does not have a unique accessible name as required when two or more nav elements are present
Issue navNoText
WCAG: 1.3.6
Score: 6
Complaints by continuum
Rule 533
533
Description: nav element is not the only nav element but has no accessible name
Count of instances: 2
Complaint specifics
- This nav does not have an accessible name as required when two or more nav elements are present
Issue obsolete
WCAG: 4.1
Score: 6
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 2
Complaint specifics
- The HTML attribute(s) "version" is deprecated in HTML 5
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 linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 5
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: 5
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue textAreaNoText
WCAG: 1.3.1
Score: 4
Complaints by continuum
Rule 872
872
Description: textarea element has no accessible name, but only a placeholder attribute
Count of instances: 1
Complaint specifics
- This textarea should not rely on text in the placeholder attribute for an accessible name
Complaints by htmlcs
Rule AAA.4_1_2.H91.Textarea.Name
AAA.4_1_2.H91.Textarea.Name
Description: textarea element has no accessible name
Count of instances: 1
Complaint specifics
- This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1.H42
AAA.1_3_1.H42
Description: Heading coding is not used but the element may be intended as a heading
Count of instances: 1
Complaint specifics
- Heading markup should be used if this content is intended as a heading.
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 4
Complaint specifics
- Possible heading
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 landmarkConfusion
WCAG: 1.3.6
Score: 3
Complaints by axe
Rule landmark-unique
landmark-unique
Description: Landmark has a role and an accessible name that are identical to another
Count of instances: 1
Complaint specifics
- Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Issue roleBad
WCAG: 4.1.2
Score: 3
Complaints by ibm
Rule aria_contentinfo_misuse
aria_contentinfo_misuse
Description: Element with a contentinfo role is present without an element with a main role
Count of instances: 1
Complaint specifics
- The element with "contentinfo" role is present without an element with "main" role
Issue submitButton
WCAG: 2.5.6
Score: 3
Complaints by qualWeb
Rule QW-WCAG-T19
QW-WCAG-T19
Description: Submit button not provided
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.
Issue noHeading
WCAG: 1.3.1
Score: 3
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 1
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue linkVague
WCAG: 2.4.4
Score: 3
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 1
Complaint specifics
- This link text is uninformative.
Issue mainNone
WCAG: 1.3.6
Score: 2
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 decorativeImageRisk
WCAG: 1.1.1
Score: 1
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: 1
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue scrollRisk
WCAG: 1.4.10
Score: 1
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: 1
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue allItalics
WCAG: 3.1.5
Score: 1
Complaints by tenon
Rule 154
154
Description: Long string of text is italic
Count of instances: 1
Complaint specifics
- This long string of text is in italics.
Issue autocompleteNone
WCAG: 1.3.5
Score: 1
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 1
Complaint specifics
- Input is missing the required autocomplete attribute with value email
Issue visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
Complete report
{ "id": "18ixx-ts27-caAD7-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687124961460, "endTime": 1687124962497 }, { "type": "url", "which": "https://hooverforassembly.com/", "what": "Candidate Josh Hoover (R)", "startTime": 1687124962498, "result": { "url": "https://hooverforassembly.com/" }, "endTime": 1687124965319 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687124965319, "url": "https://hooverforassembly.com/", "endTime": 1687124967850 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687124967850, "url": "https://hooverforassembly.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 809622, 809622, 809622, 809622, 809622 ], "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": 1687124981584 }, { "type": "launch", "which": "chromium", "startTime": 1687124981584, "endTime": 1687124982323 }, { "type": "url", "which": "https://hooverforassembly.com/", "what": "Candidate Josh Hoover (R)", "startTime": 1687124982324, "result": { "url": "https://hooverforassembly.com/" }, "endTime": 1687124983250 }, { "type": "test", "which": "alfa", "startTime": 1687124983250, "url": "https://hooverforassembly.com/", "what": "alfa", "result": { "totals": { "failures": 31, "warnings": 68 }, "items": [ { "index": 2, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-uenbj\">", " <img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">", " </picture>", "</a>" ] } }, { "index": 12, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]", "codeLines": [ "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>" ] } }, { "index": 15, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-19j4wxv\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"facebook-f\">", " <path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path>", " </svg>", " </span>", "</a>" ] } }, { "index": 16, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-19j4wxv\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"twitter\">", " <path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 1...", " </svg>", " </span>", "</a>" ] } }, { "index": 17, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-19j4wxv\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"instagram\">", " <path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26...", " </svg>", " </span>", "</a>" ] } }, { "index": 158, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 159, "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "YOUR VOICE" ] } }, { "index": 160, "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "IN SACRAMENTO" ] } }, { "index": 161, "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]/em[1]/text()[1]", "codeLines": [ "\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover" ] } }, { "index": 162, "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]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Sign up for updates:" ] } }, { "index": 163, "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]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]/span[1]/text()[1]", "codeLines": [ "SUBSCRIBE" ] } }, { "index": 164, "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Meet Josh Hoover" ] } }, { "index": 165, "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable." ] } }, { "index": 166, "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "LEARN MORE" ] } }, { "index": 167, "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Issues That Matter" ] } }, { "index": 168, "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice." ] } }, { "index": 188, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-uenbj\">", " <img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">", " </picture>", "</a>" ] } }, { "index": 189, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Home", " </span>", "</a>" ] } }, { "index": 190, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " About Josh", " </span>", "</a>" ] } }, { "index": 191, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " AD 7", " </span>", "</a>" ] } }, { "index": 192, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " News", " </span>", "</a>" ] } }, { "index": 193, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Endorsements", " </span>", "</a>" ] } }, { "index": 194, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Media", " </span>", "</a>" ] } }, { "index": 195, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Contact", " </span>", "</a>" ] } }, { "index": 196, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Issues", " </span>", "</a>" ] } }, { "index": 197, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">", " <span class=\"brz-span brz-text__editor\">", " DONATE", " </span>", "</a>" ] } }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]", "codeLines": [ "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></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": "input", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/input[1]", "codeLines": [ "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" ] } }, { "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": "input", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[2]/input[1]", "codeLines": [ "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" ] } }, { "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": "input", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[3]/input[1]", "codeLines": [ "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\..." ] } }, { "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": "textarea", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[4]/textarea[1]", "codeLines": [ "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>" ] } }, { "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": "button", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]", "codeLines": [ "<button class=\"brz-btn brz-btn-submit brz-css-eeqdh brz-css-dyvux\" data-custom-id=\"umnlgbrtbfuovfvljxpavniocczuxkliovjo\">", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <path fill=\"currentColor\" d=\"M22.707,11.293L15,3.586L13.586,5l6,6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\"></path>", " </g>", " </svg>", " <span class=\"brz-span brz-text__editor\">", " SUBSCRIBE", " </span>", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <g class=\"nc-loop_circle-02-24\" transform=\"rotate(18.48428571428583 12 12)\">", " <path opacity=\"0.4\" fill=\"currentColor\" d=\"M12,24C5.3833008,24,0,18.6166992,0,12S5.3833008,0,12,0s12,5.3833008,12,12 S18.6166992,24,12,24z M12,2C6.4858398,2,2,6.4858398,2,12s4.4858398,10,10,10s10-4.4858398,10-10S17.5141602,2,12,2z\"></path>", " <path data-color=\"color-2\" fill=\"currentColor\" d=\"M24,12h-2c0-5.5141602-4.4858398-10-10-10V0C18.6166992,0,24,5.3833008,24,12z\"></path>", " </g>", " <script>", " !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,...", " </script>", " </g>", " </svg>", "</button>" ] } }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\">", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <path fill=\"currentColor\" d=\"M22.707,11.293L15,3.586L13.586,5l6,6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\"></path>", " </g>", " </svg>", " <span class=\"brz-span brz-text__editor\">", " LEARN MORE", " </span>", "</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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">", " <span class=\"brz-span brz-text__editor\">", " DONATE", " </span>", "</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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-19j4wxv\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"facebook-f\">", " <path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path>", " </svg>", " </span>", "</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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-19j4wxv\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"twitter\">", " <path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 1...", " </svg>", " </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-19j4wxv\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"instagram\">", " <path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26...", " </svg>", " </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Home", " </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " About Josh", " </span>", "</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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " AD 7", " </span>", "</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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " News", " </span>", "</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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Endorsements", " </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Media", " </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Contact", " </span>", "</a>" ] } }, { "index": 216, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Issues", " </span>", "</a>" ] } }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 218, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "YOUR VOICE" ] } }, { "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]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Sign up for updates:" ] } }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Meet Josh Hoover" ] } }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable." ] } }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "LEARN MORE" ] } }, { "index": 224, "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Issues That Matter" ] } }, { "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice." ] } }, { "index": 227, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 228, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]", "codeLines": [ "About Josh" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]", "codeLines": [ "AD 7" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]", "codeLines": [ "News" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Media" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 234, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 235, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "P.O. Box 850" ] } }, { "index": 236, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "Wilton, CA 95693" ] } }, { "index": 237, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Hoover for Assembly 2024 ID# 1456759" ] } }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "YOUR VOICE" ] } }, { "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]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Sign up for updates:" ] } }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Meet Josh Hoover" ] } }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable." ] } }, { "index": 257, "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "LEARN MORE" ] } }, { "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Issues That Matter" ] } }, { "index": 259, "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice." ] } }, { "index": 261, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]", "codeLines": [ "About Josh" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]", "codeLines": [ "AD 7" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]", "codeLines": [ "News" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 267, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 268, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 269, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "P.O. Box 850" ] } }, { "index": 270, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "Wilton, CA 95693" ] } }, { "index": 271, "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Hoover for Assembly 2024 ID# 1456759" ] } }, { "index": 277, "verdict": "failed", "rule": { "ruleID": "r71", "ruleSummary": "Paragraphs of text are not justified", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r71", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\">", " <span class=\"brz-cp-color1\">", " Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.", " </span>", "</p>" ] } }, { "index": 279, "verdict": "failed", "rule": { "ruleID": "r71", "ruleSummary": "Paragraphs of text are not justified", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r71", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">", " California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.", "</p>" ] } }, { "index": 292, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\">", " <span class=\"brz-cp-color3\">", " YOUR VOICE", " </span>", "</p>" ] } }, { "index": 294, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\">", " <span class=\"brz-cp-color1\">", " Meet Josh Hoover", " </span>", "</p>" ] } }, { "index": 296, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\">", " <span class=\"brz-cp-color1\">", " Issues That Matter", " </span>", "</p>" ] } }, { "index": 301, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\">", " <span class=\"brz-cp-color3\">", " YOUR VOICE", " </span>", "</p>" ] } }, { "index": 302, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\">", " <strong class=\"brz-cp-color1\">", " Sign up for updates:", " </strong>", "</p>" ] } }, { "index": 303, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\">", " <span class=\"brz-cp-color1\">", " Meet Josh Hoover", " </span>", "</p>" ] } }, { "index": 304, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\">", " <span class=\"brz-cp-color1\">", " Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.", " </span>", "</p>" ] } }, { "index": 305, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\">", " <span class=\"brz-cp-color1\">", " Issues That Matter", " </span>", "</p>" ] } }, { "index": 306, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">", " California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.", "</p>" ] } }, { "index": 307, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-cfwzr\" data-uniq-id=\"ivcdo\" data-generated-css=\"brz-css-aehwb\">", " <span class=\"brz-cp-color1\">", " P.O. Box 850", " </span>", "</p>" ] } }, { "index": 308, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]", "codeLines": [ "<p class=\"brz-css-bnnne\" data-generated-css=\"brz-css-rzzhh\" data-uniq-id=\"smuwo\">", " <span class=\"brz-cp-color1\">", " Wilton, CA 95693", " </span>", "</p>" ] } }, { "index": 309, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-whyna\" data-generated-css=\"brz-css-qaemb\" data-uniq-id=\"jdtcx\">", " <span class=\"brz-cp-color1\">", " Paid for by Hoover for Assembly 2024 ID# 1456759", " </span>", "</p>" ] } }, { "index": 424, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ], "success": true }, "standardResult": { "totals": [ 68, 0, 0, 31 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"> <picture class=\"brz-picture brz-d-block brz-p-relative ... -uenbj\"> <img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\"> </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://w ... 279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path> </svg> </span> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://www.w3.org ... 219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 1... </svg> </span> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://www ... 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26... </svg> </span> </a>" }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "YOUR VOICE" }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "IN SACRAMENTO" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "EM", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]/em[1]/text()[1]" }, "excerpt": "\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Sign up for updates:" }, { "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]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]/span[1]/text()[1]" }, "excerpt": "SUBSCRIBE" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Meet Josh Hoover" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable." }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "LEARN MORE" }, { "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Issues That Matter" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice." }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"> <picture class=\"brz-picture brz-d-block brz-p-relative ... -uenbj\"> <img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\"> </picture> </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Home </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> About Josh </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> AD 7 </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> News </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Endorsements </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Media </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Contact </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Issues </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"> <span class=\"brz-span brz-text__editor\"> DONATE </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/input[1]" }, "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[2]/input[1]" }, "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[3]/input[1]" }, "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\..." }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[4]/textarea[1]" }, "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]" }, "excerpt": "<button class=\"brz-btn brz-btn-submit brz-css-eeqdh brz-css-dyvux\" data-custom-id=\"umnlgbrtbfuovfvljxpavniocczuxkliovjo\"> <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www. ... ull;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,... </script> </g> </svg> </button>" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"> <svg version=\"1.1\" xmlns=\"http://www.w3.o ... 6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\"></path> </g> </svg> <span class=\"brz-span brz-text__editor\"> LEARN MORE </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"> <span class=\"brz-span brz-text__editor\"> DONATE </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://w ... 279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path> </svg> </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://www.w3.org ... 219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 1... </svg> </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://www ... 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26... </svg> </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Home </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> About Josh </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> AD 7 </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> News </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Endorsements </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Media </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Contact </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Issues </span> </a>" }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "YOUR VOICE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Sign up for updates:" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Meet Josh Hoover" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable." }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "LEARN MORE" }, { "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Issues That Matter" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice." }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]" }, "excerpt": "About Josh" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]" }, "excerpt": "AD 7" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]" }, "excerpt": "News" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]" }, "excerpt": "Endorsements" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Media" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]" }, "excerpt": "Issues" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "P.O. Box 850" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "Wilton, CA 95693" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Hoover for Assembly 2024 ID# 1456759" }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "YOUR VOICE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Sign up for updates:" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Meet Josh Hoover" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable." }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "LEARN MORE" }, { "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Issues That Matter" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice." }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]" }, "excerpt": "About Josh" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]" }, "excerpt": "AD 7" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]" }, "excerpt": "News" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]" }, "excerpt": "Endorsements" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Media" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]" }, "excerpt": "Issues" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "P.O. Box 850" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "Wilton, CA 95693" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Hoover for Assembly 2024 ID# 1456759" }, { "ruleID": "r71", "what": "Paragraphs of text are not justified", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\"> <span class=\"brz-cp-color1\"> Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable. </span> </p>" }, { "ruleID": "r71", "what": "Paragraphs of text are not justified", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\"> California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\"> <span class=\"brz-cp-color3\"> YOUR VOICE </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\"> <span class=\"brz-cp-color1\"> Meet Josh Hoover </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\"> <span class=\"brz-cp-color1\"> Issues That Matter </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\"> <span class=\"brz-cp-color3\"> YOUR VOICE </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\"> <strong class=\"brz-cp-color1\"> Sign up for updates: </strong> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\"> <span class=\"brz-cp-color1\"> Meet Josh Hoover </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\"> <span class=\"brz-cp-color1\"> Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable. </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\"> <span class=\"brz-cp-color1\"> Issues That Matter </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\"> California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice. </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-cfwzr\" data-uniq-id=\"ivcdo\" data-generated-css=\"brz-css-aehwb\"> <span class=\"brz-cp-color1\"> P.O. Box 850 </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"brz-css-bnnne\" data-generated-css=\"brz-css-rzzhh\" data-uniq-id=\"smuwo\"> <span class=\"brz-cp-color1\"> Wilton, CA 95693 </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-whyna\" data-generated-css=\"brz-css-qaemb\" data-uniq-id=\"jdtcx\"> <span class=\"brz-cp-color1\"> Paid for by Hoover for Assembly 2024 ID# 1456759 </span> </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687124990642 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687124990642, "url": "https://hooverforassembly.com/", "what": "Axe", "result": { "totals": { "rulesNA": 62, "rulesPassed": 36, "rulesWarned": 2, "rulesViolated": 5, "warnings": { "minor": 6, "moderate": 0, "serious": 6, "critical": 0 }, "violations": { "minor": 0, "moderate": 13, "serious": 20, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T21:49:51.184Z", "url": "https://hooverforassembly.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": "33.8pt (45px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-lkfbv > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color3\">YOUR VOICE</span>", "target": [ ".brz-cp-color3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "28.5pt (38px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-lkfbv > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color8\">IN SACRAMENTO</span>", "target": [ ".brz-css-vafgg > .brz-cp-color8" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "24.8pt (33px)", "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": "<em class=\"brz-cp-color8\">", "target": [ "em" ], "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": "34.5pt (46px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-spdsz > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color1\">Meet Josh Hoover</span>", "target": [ ".brz-css-qukkp > .brz-cp-color1" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "4.5: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 class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span>", "target": [ ".brz-css-ziwkr > .brz-cp-color1" ], "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": "11.3pt (15px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-spdsz > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>", "target": [ ".brz-css-qlglw > .brz-text__editor.brz-span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "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": "<nav id=\"hdkaecyxtctcrgymhvoruuxycafgrozlgeer\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-lkwiw brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">", "target": [ "#hdkaecyxtctcrgymhvoruuxycafgrozlgeer" ], "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": "<nav id=\"yaxmorymmnxiswgbiytxsqaimdqqydzavssl\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-snqhq brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">", "target": [ "#yaxmorymmnxiswgbiytxsqaimdqqydzavssl" ], "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=\"brz-mm-menu__icon\">", "target": [ ".brz-css-epxln > .brz-mm-menu__icon" ], "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": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">", "target": [ ".brz-form-spinner" ], "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=\"brz-mm-menu__icon\">", "target": [ "div[data-mmenu-title=\"Menu\"] > .brz-mm-menu__icon" ], "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=\"brz-mm-wrapper__blocker brz-mm-slideout\"><a href=\"#mm-0\"><span class=\"brz-mm-sronly\">Close menu</span></a></div>", "target": [ ".brz-mm-wrapper__blocker" ], "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": "#068804", "contrastRatio": 4.63, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span class=\"brz-span brz-text__editor\">DONATE</span></a>", "target": [ ".brz-css-olzka" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #068804, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span brz-text__editor\">DONATE</span>", "target": [ ".brz-css-olzka > .brz-text__editor.brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #068804, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#f4b223", "contrastRatio": 4.29, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-dhtzz > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>", "target": [ "strong" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#f4b223", "contrastRatio": 4.29, "fontSize": "34.5pt (46px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-wcsuo > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 34.5pt (46px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color1\">Issues That Matter </span>", "target": [ ".brz-css-pfiao > .brz-cp-color1" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 34.5pt (46px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">About Josh</span>", "target": [ ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(2) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">AD 7</span>", "target": [ ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(3) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">News</span>", "target": [ ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(4) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">Endorsements</span>", "target": [ ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(5) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">Media</span>", "target": [ ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(6) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">Contact</span>", "target": [ ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(7) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">Issues</span>", "target": [ ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(8) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color1\"> P.O. Box 850</span>", "target": [ ".brz-css-cfwzr > .brz-cp-color1" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color1\"> Wilton, CA 95693</span>", "target": [ ".brz-css-bnnne > .brz-cp-color1" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#005487", "bgColor": "#efefef", "contrastRatio": 6.97, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>", "target": [ ".brz-css-whyna > .brz-cp-color1" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7: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": "#f4b223", "bgColor": "#005487", "contrastRatio": 4.29, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-section__menu-item > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.29 (foreground color: #f4b223, background color: #005487, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">Home</span>", "target": [ ".brz-css-snqhq > ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.29 (foreground color: #f4b223, background color: #005487, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#f4b223", "bgColor": "#efefef", "contrastRatio": 1.62, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">", "target": [ "#mm-0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.62 (foreground color: #f4b223, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">Home</span>", "target": [ ".brz-css-lkwiw > ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.62 (foreground color: #f4b223, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" } ] }, { "id": "landmark-unique", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "help": "Ensures landmarks are unique", "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI", "nodes": [ { "any": [ { "id": "landmark-is-unique", "data": { "role": "navigation", "accessibleText": null }, "relatedNodes": [ { "html": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\">", "target": [ "div[data-mmenu-title=\"Menu\"] > .brz-css-lkwiw" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\">", "target": [ ".brz-css-epxln > .brz-css-snqhq" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ] }, { "id": "link-name", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag244", "section508", "section508.22.a", "ACT", "TTv5", "TT6.a" ], "description": "Ensures links have discernible text", "help": "Links must have discernible text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\">", "target": [ ".brz-css-htbpn > .brz-a[href$=\"hooverforassembly.com/\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>", "target": [ ".brz-container-link" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", "target": [ "#bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", "target": [ "#tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", "target": [ "#aizlfvzsxytdeneumphozodggxcolvzxfnnv > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "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=\"brz-columns brz-css-nnluj brz-css-zsaxm\" data-custom-id=\"rficmivpowseuatrxurnkbbqikzwkslpncgh\">", "target": [ ".brz-css-zsaxm" ], "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=\"brz-columns brz-css-nnluj brz-css-hpvnr\" data-custom-id=\"amvhvkllqfiyeirslqjfrsdeiulwdmijcdrj\">", "target": [ ".brz-css-hpvnr" ], "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": "<section data-uid=\"ictulthagulesfdooadqeakxzdtjulfjjgwq\" id=\"ictulthagulesfdooadqeakxzdtjulfjjgwq\" class=\"brz-section brz-css-qrnsm\">", "target": [ "#ictulthagulesfdooadqeakxzdtjulfjjgwq" ], "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=\"brz-css-sdahp brz-wrapper\">", "target": [ ".brz-css-fzfyw > .brz-css-sdahp.brz-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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">", "target": [ ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(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": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">", "target": [ ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">", "target": [ ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(3)" ], "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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl brz-css-axozj\">", "target": [ ".brz-css-axozj" ], "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=\"brz-css-sdahp brz-wrapper\">", "target": [ ".brz-css-ubdit > .brz-column__items.brz-css-qytsn > .brz-css-sdahp.brz-wrapper:nth-child(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": "<div class=\"brz-css-sdahp brz-wrapper\">", "target": [ ".brz-css-ubdit > .brz-column__items.brz-css-qytsn > .brz-css-sdahp.brz-wrapper:nth-child(3)" ], "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": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>", "target": [ ".brz-css-qlglw > .brz-text__editor.brz-span" ], "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": "<section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\">", "target": [ "#kvhafdzircdxdnwgjgzozdkdgyvctjxlywua" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 6, 6, 13, 20 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-cp-color3" }, "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</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 image", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-vafgg > .brz-cp-color8" }, "excerpt": "<span class=\"brz-cp-color8\">IN SACRAMENTO</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": "EM", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "em" }, "excerpt": "<em class=\"brz-cp-color8\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-qukkp > .brz-cp-color1" }, "excerpt": "<span class=\"brz-cp-color1\">Meet Josh Hoover</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": ".brz-css-ziwkr > .brz-cp-color1" }, "excerpt": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</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 image", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-qlglw > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</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": "NAV", "id": "hdkaecyxtctcrgymhvoruuxycafgrozlgeer", "location": { "doc": "dom", "type": "selector", "spec": "#hdkaecyxtctcrgymhvoruuxycafgrozlgeer" }, "excerpt": "<nav id=\"hdkaecyxtctcrgymhvoruuxycafgrozlgeer\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-lkwiw brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">" }, { "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": "NAV", "id": "yaxmorymmnxiswgbiytxsqaimdqqydzavssl", "location": { "doc": "dom", "type": "selector", "spec": "#yaxmorymmnxiswgbiytxsqaimdqqydzavssl" }, "excerpt": "<nav id=\"yaxmorymmnxiswgbiytxsqaimdqqydzavssl\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-snqhq brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">" }, { "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": ".brz-css-epxln > .brz-mm-menu__icon" }, "excerpt": "<div class=\"brz-mm-menu__icon\">" }, { "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": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-form-spinner" }, "excerpt": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">" }, { "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": "div[data-mmenu-title=\"Menu\"] > .brz-mm-menu__icon" }, "excerpt": "<div class=\"brz-mm-menu__icon\">" }, { "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": ".brz-mm-wrapper__blocker" }, "excerpt": "<div class=\"brz-mm-wrapper__blocker brz-mm-slideout\"><a href=\"#mm-0\"><span class=\"brz-mm-sronly\">Close menu</span></a></div>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #068804, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-olzka > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">DONATE</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "strong" }, "excerpt": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 34.5pt (46px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-pfiao > .brz-cp-color1" }, "excerpt": "<span class=\"brz-cp-color1\">Issues That Matter </span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(2) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" }, "excerpt": "<span class=\"brz-span\">About Josh</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(3) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" }, "excerpt": "<span class=\"brz-span\">AD 7</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(4) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" }, "excerpt": "<span class=\"brz-span\">News</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(5) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" }, "excerpt": "<span class=\"brz-span\">Endorsements</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(6) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" }, "excerpt": "<span class=\"brz-span\">Media</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(7) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" }, "excerpt": "<span class=\"brz-span\">Contact</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(8) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span" }, "excerpt": "<span class=\"brz-span\">Issues</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-cfwzr > .brz-cp-color1" }, "excerpt": "<span class=\"brz-cp-color1\"> P.O. Box 850</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-bnnne > .brz-cp-color1" }, "excerpt": "<span class=\"brz-cp-color1\"> Wilton, CA 95693</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-whyna > .brz-cp-color1" }, "excerpt": "<span class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #f4b223, background color: #005487, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-snqhq > ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span" }, "excerpt": "<span class=\"brz-span\">Home</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.62 (foreground color: #f4b223, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lkwiw > ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span" }, "excerpt": "<span class=\"brz-span\">Home</span>" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-epxln > .brz-css-snqhq" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-htbpn > .brz-a[href$=\"hooverforassembly.com/\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-container-link" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#aizlfvzsxytdeneumphozodggxcolvzxfnnv > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">" }, { "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": ".brz-css-zsaxm" }, "excerpt": "<div class=\"brz-columns brz-css-nnluj brz-css-zsaxm\" data-custom-id=\"rficmivpowseuatrxurnkbbqikzwkslpncgh\">" }, { "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": ".brz-css-hpvnr" }, "excerpt": "<div class=\"brz-columns brz-css-nnluj brz-css-hpvnr\" data-custom-id=\"amvhvkllqfiyeirslqjfrsdeiulwdmijcdrj\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SECTION", "id": "ictulthagulesfdooadqeakxzdtjulfjjgwq", "location": { "doc": "dom", "type": "selector", "spec": "#ictulthagulesfdooadqeakxzdtjulfjjgwq" }, "excerpt": "<section data-uid=\"ictulthagulesfdooadqeakxzdtjulfjjgwq\" id=\"ictulthagulesfdooadqeakxzdtjulfjjgwq\" class=\"brz-section brz-css-qrnsm\">" }, { "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": ".brz-css-fzfyw > .brz-css-sdahp.brz-wrapper" }, "excerpt": "<div class=\"brz-css-sdahp brz-wrapper\">" }, { "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": ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(1)" }, "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">" }, { "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": ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(2)" }, "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">" }, { "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": ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(3)" }, "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">" }, { "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": ".brz-css-axozj" }, "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl brz-css-axozj\">" }, { "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": ".brz-css-ubdit > .brz-column__items.brz-css-qytsn > .brz-css-sdahp.brz-wrapper:nth-child(1)" }, "excerpt": "<div class=\"brz-css-sdahp brz-wrapper\">" }, { "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": ".brz-css-ubdit > .brz-column__items.brz-css-qytsn > .brz-css-sdahp.brz-wrapper:nth-child(3)" }, "excerpt": "<div class=\"brz-css-sdahp brz-wrapper\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-qlglw > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SECTION", "id": "kvhafdzircdxdnwgjgzozdkdgyvctjxlywua", "location": { "doc": "dom", "type": "selector", "spec": "#kvhafdzircdxdnwgjgzozdkdgyvctjxlywua" }, "excerpt": "<section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\">" } ] }, "endTime": 1687124991225 }, { "type": "launch", "which": "chromium", "startTime": 1687124991225, "endTime": 1687124991769 }, { "type": "url", "which": "https://hooverforassembly.com/", "what": "Candidate Josh Hoover (R)", "startTime": 1687124991770, "result": { "url": "https://hooverforassembly.com/" }, "endTime": 1687124992590 }, { "type": "test", "which": "continuum", "startTime": 1687124992590, "url": "https://hooverforassembly.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w ... r\"><path d=\"M22.707,11.293L15,3.586L13.586,5l6,6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\" fill=\"currentColor\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[version=\"1.1\"][x=\"0px\"][y=\"0px\"][viewbox=\"0 0 24 24\"][class=\"brz-icon-svg brz-css-xvnnw\"][data-type=\"glyph\"][data-name=\"tail-right\"]", "attNo": 10 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg data-name=\"facebook-f\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h ... vg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 320 512\"][class=\"brz-icon-svg\"][data-type=\"fa\"][data-name=\"facebook-f\"]", "attNo": 5 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg data-name=\"twitter\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558- ... 502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 512 512\"][class=\"brz-icon-svg\"][data-type=\"fa\"][data-name=\"twitter\"]", "attNo": 5 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg data-name=\"instagram\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 31 ... 7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 448 512\"][class=\"brz-icon-svg\"][data-type=\"fa\"][data-name=\"instagram\"]", "attNo": 5 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative ... css-uenbj\"><img loading=\"lazy\" draggable=\"false\" alt=\"\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" class=\"brz-img brz-img-svg\" decoding=\"async\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"https://hooverforassembly.com/\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"]", "attNo": 5 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a brz-container-link\"][href=\"https://www.efundraisingconnections.com/c/Hoover2024/\"][data-brz-link-type=\"external\"][id=\"\"]", "attNo": 4 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"facebo ... =\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg></span></a>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"https://www.facebook.com/HooverForAssembly\"][target=\"_blank\"][rel=\"noopener\"][data-brz-link-type=\"external\"][id=\"\"]", "attNo": 6 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"twitter\" data-t ... 6.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg></span></a>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"https://twitter.com/joshua_hoover\"][target=\"_blank\"][rel=\"noopener\"][data-brz-link-type=\"external\"][id=\"\"]", "attNo": 6 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"instagra ... .5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg></span></a>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"https://www.instagram.com/joshua_hoover/\"][target=\"_blank\"][rel=\"noopener\"][data-brz-link-type=\"external\"][id=\"\"]", "attNo": 6 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"]", "attNo": 1 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"]", "attNo": 1 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"]", "attNo": 1 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"]", "attNo": 1 } }, { "engineTestId": 863, "bestPracticeId": 2440, "attribute": "This input should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name", "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"yhncbxhzswfihzkvb ... eholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" type=\"text\">", "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[type=\"text\"][id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\"][name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\"][placeholder=\"First Name*\"][required=\"\"][data-type=\"Text\"][data-label=\"First Name*\"][data-placeholder=\"First Name*\"][class=\"brz-input brz-forms2__field brz-forms2__field-text\"]", "attNo": 9 } }, { "engineTestId": 863, "bestPracticeId": 2440, "attribute": "This input should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name", "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ubtmahmpvxedljadapgr ... laceholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" type=\"text\">", "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[type=\"text\"][id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\"][name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\"][placeholder=\"Last Name*\"][required=\"\"][data-type=\"Text\"][data-label=\"Last Name*\"][data-placeholder=\"Last Name*\"][class=\"brz-input brz-forms2__field brz-forms2__field-text\"]", "attNo": 9 } }, { "engineTestId": 863, "bestPracticeId": 2440, "attribute": "This input should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name", "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-email\" data-placeholder=\"Email*\" data-label=\"Email*\" data-type=\"Email\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+ ... 1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" required=\"\" placeholder=\"Email*\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" type=\"email\">", "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[type=\"email\"][id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\"][name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\"][placeholder=\"Email*\"][required=\"\"][pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\"][data-type=\"Email\"][data-label=\"Email*\"][data-placeholder=\"Email*\"][class=\"brz-input brz-forms2__field brz-forms2__field-email\"]", "attNo": 10 } }, { "engineTestId": 872, "bestPracticeId": 2440, "attribute": "This textarea should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This textarea should not rely on text in the placeholder attribute for an accessible name", "element": "<textarea class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\" data-placeholder=\"Comments\" data-label=\"Comments\" data-type=\"Paragraph\" placeholder=\"Comments\" name=\"saoidpfihstvlxyxicjizm ... eholder=\"Comments\" data-label=\"Comments\" data-type=\"Paragraph\" placeholder=\"Comments\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" type=\"paragraph\"></textarea>", "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "textarea[type=\"paragraph\"][id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\"][name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\"][placeholder=\"Comments\"][data-type=\"Paragraph\"][data-label=\"Comments\"][data-placeholder=\"Comments\"][class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"]", "attNo": 8 } } ], "standardResult": { "totals": [ 0, 0, 0, 17 ], "instances": [ { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w ... r\"><path d=\"M22.707,11.293L15,3.586L13.586,5l6,6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\" fill=\"currentColor\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg data-name=\"facebook-f\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h ... vg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg data-name=\"twitter\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558- ... 502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg data-name=\"instagram\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 31 ... 7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative ... css-uenbj\"><img loading=\"lazy\" draggable=\"false\" alt=\"\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" class=\"brz-img brz-img-svg\" decoding=\"async\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"facebo ... =\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg></span></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"twitter\" data-t ... 6.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg></span></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"instagra ... .5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg></span></a>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>" }, { "ruleID": "863", "what": "This input should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"yhncbxhzswfihzkvb ... eholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" type=\"text\">" }, { "ruleID": "863", "what": "This input should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ubtmahmpvxedljadapgr ... laceholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" type=\"text\">" }, { "ruleID": "863", "what": "This input should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-email\" data-placeholder=\"Email*\" data-label=\"Email*\" data-type=\"Email\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+ ... 1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" required=\"\" placeholder=\"Email*\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" type=\"email\">" }, { "ruleID": "872", "what": "This textarea should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)" }, "excerpt": "<textarea class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\" data-placeholder=\"Comments\" data-label=\"Comments\" data-type=\"Paragraph\" placeholder=\"Comments\" name=\"saoidpfihstvlxyxicjizm ... eholder=\"Comments\" data-label=\"Comments\" data-type=\"Paragraph\" placeholder=\"Comments\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" type=\"paragraph\"></textarea>" } ] }, "endTime": 1687124992831 }, { "type": "launch", "which": "chromium", "startTime": 1687124992831, "endTime": 1687124993371 }, { "type": "url", "which": "https://hooverforassembly.com/", "what": "Candidate Josh Hoover (R)", "startTime": 1687124993371, "result": { "url": "https://hooverforassembly.com/" }, "endTime": 1687124994253 }, { "type": "test", "which": "htmlcs", "startTime": 1687124994253, "url": "https://hooverforassembly.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_3_1.F68": { "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.": [ { "tagName": "input", "id": "#ohskqrivgluktmvunffndhwarfmbfnnuvnez", "code": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#plilyqirbifjxclfqkrwfthuerymggxcqyby", "code": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "textarea", "id": "#myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "code": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\">...</textarea>" } ] }, "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 1.87:1. Recommendation: change text colour to #775200.": [ { "tagName": "span", "id": "", "code": "<span class=\"brz-span\">...</span>" } ], "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 1:1. Recommendation: change text colour to #595959.": [ { "tagName": "span", "id": "", "code": "<span class=\"brz-span\">...</span>" } ], "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 1:1. Recommendation: change text colour to #feffff.": [ { "tagName": "span", "id": "", "code": "<span class=\"brz-span brz-text__editor\">...</span>" } ], "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.63:1. Recommendation: change background to #026800.": [ { "tagName": "span", "id": "", "code": "<span class=\"brz-span brz-text__editor\">...</span>" } ] }, "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 1:1. Recommendation: change text colour to #767676.": [ { "tagName": "em", "id": "", "code": "<em class=\"brz-cp-color8\">...</em>" }, { "tagName": "span", "id": "", "code": "<span class=\"brz-cp-color8\">...</span>" } ], "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 1.87:1. Recommendation: change text colour to #9f6d00.": [ { "tagName": "span", "id": "", "code": "<span class=\"brz-cp-color3\">...</span>" } ] }, "AAA.4_1_2.H91.A.NoContent": { "Anchor element found with a valid href attribute, but no link content has been supplied.": [ { "tagName": "a", "id": "", "code": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" } ] }, "AAA.4_1_2.H91.InputEmail.Name": { "This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "input", "id": "#udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "code": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)" } ] }, "AAA.4_1_2.H91.InputText.Name": { "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "input", "id": "#ohskqrivgluktmvunffndhwarfmbfnnuvnez", "code": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#plilyqirbifjxclfqkrwfthuerymggxcqyby", "code": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" } ] }, "AAA.4_1_2.H91.Textarea.Name": { "This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "textarea", "id": "#myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "code": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\">...</textarea>" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" } ] }, "AAA.1_3_1.H42": { "Heading markup should be used if this content is intended as a heading.": [ { "tagName": "p", "id": "", "code": "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\">...</p>" } ] }, "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=\"brz-mm-wrapper__blocker brz-mm-slideout\">...</div>" } ] }, "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=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 8, 0, 0, 18 ], "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": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\">...</p>" }, { "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=\"brz-mm-wrapper__blocker brz-mm-slideout\">...</div>" }, { "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=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">...</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=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">...</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=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</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=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</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=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "ruleID": "AAA.1_3_1.F68", "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "AAA.1_3_1.F68", "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "AAA.1_3_1.F68", "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\">...</textarea>" }, { "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 1.87:1. Recommendation: change text colour to #775200.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-span\">...</span>" }, { "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 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-span\">...</span>" }, { "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 1:1. Recommendation: change text colour to #feffff.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-span brz-text__editor\">...</span>" }, { "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.63:1. Recommendation: change background to #026800.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-span brz-text__editor\">...</span>" }, { "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 1:1. Recommendation: change text colour to #767676.", "ordinalSeverity": 3, "tagName": "EM", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<em class=\"brz-cp-color8\">...</em>" }, { "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 1:1. Recommendation: change text colour to #767676.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-cp-color8\">...</span>" }, { "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 1.87:1. Recommendation: change text colour to #9f6d00.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-cp-color3\">...</span>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.InputEmail.Name", "what": "This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)" }, { "ruleID": "AAA.4_1_2.H91.InputText.Name", "what": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "AAA.4_1_2.H91.InputText.Name", "what": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "AAA.4_1_2.H91.Textarea.Name", "what": "This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\">...</textarea>" } ] }, "endTime": 1687124994433 }, { "type": "launch", "which": "chromium", "startTime": 1687124994433, "endTime": 1687124994985 }, { "type": "url", "which": "https://hooverforassembly.com/", "what": "Candidate Josh Hoover (R)", "startTime": 1687124994985, "result": { "url": "https://hooverforassembly.com/" }, "endTime": 1687124995915 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687124995915, "url": "https://hooverforassembly.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 27, "recommendation": 3, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]", "aria": "/document[1]/paragraph[1]" }, "message": "Text contrast of 1.87 with its background is less than the WCAG AA minimum requirements for text of size 45px and weight of 800", "bounds": { "left": 514, "top": 314, "height": 113, "width": 147 }, "snippet": "<span class=\"brz-cp-color3\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[4]" }, "message": "The <a> element has the id \"\" that is empty", "bounds": { "left": 30, "top": 1935, "height": 54, "width": 199 }, "snippet": "<a data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\" id=\"\" data-brz-link-type=\"external\" href=\"/about/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[2]" }, "message": "The <a> element has the id \"\" that is empty", "bounds": { "left": 642, "top": 41, "height": 50, "width": 124 }, "snippet": "<a data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]", "aria": "/document[1]/link[3]" }, "message": "The <a> element has the id \"\" that is empty", "bounds": { "left": 635, "top": 15, "height": 101, "width": 147 }, "snippet": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "The <a> element has the id \"\" that is empty", "bounds": { "left": 30, "top": 30, "height": 71, "width": 160 }, "snippet": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[4]" }, "message": "The <a> element has the id \"\" that is empty", "bounds": { "left": 431, "top": 3037, "height": 19, "width": 42 }, "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The <div> element has the id \"\" that is empty", "bounds": { "left": 431, "top": 3027, "height": 42, "width": 42 }, "snippet": "<div data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\" class=\"brz-icon__container\" id=\"\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[3]" }, "message": "The <a> element has the id \"\" that is empty", "bounds": { "left": 379, "top": 3037, "height": 19, "width": 42 }, "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The <div> element has the id \"\" that is empty", "bounds": { "left": 379, "top": 3027, "height": 42, "width": 42 }, "snippet": "<div data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\" class=\"brz-icon__container\" id=\"\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[2]" }, "message": "The <a> element has the id \"\" that is empty", "bounds": { "left": 327, "top": 3037, "height": 19, "width": 42 }, "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The <div> element has the id \"\" that is empty", "bounds": { "left": 327, "top": 3027, "height": 42, "width": 42 }, "snippet": "<div data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\" class=\"brz-icon__container\" id=\"\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[1]" }, "message": "The <a> element has the id \"\" that is empty", "bounds": { "left": 301, "top": 2954, "height": 54, "width": 200 }, "snippet": "<a data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 435, "top": 2343, "height": 213, "width": 314 }, "snippet": "<p data-uniq-id=\"kjhfb\" data-generated-css=\"brz-css-hpghv\" class=\"brz-css-xrdho\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 435, "top": 2277, "height": 46, "width": 314 }, "snippet": "<p data-generated-css=\"brz-css-vdkjo\" data-uniq-id=\"fpkwg\" class=\"brz-css-pfiao\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 1935, "height": 54, "width": 199 }, "snippet": "<a data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\" id=\"\" data-brz-link-type=\"external\" href=\"/about/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 1819, "height": 96, "width": 505 }, "snippet": "<p data-uniq-id=\"iogcf\" data-generated-css=\"brz-css-ztlfb\" class=\"brz-css-ziwkr\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 1728, "height": 60, "width": 505 }, "snippet": "<p data-generated-css=\"brz-css-fzdrr\" data-uniq-id=\"iyfmh\" class=\"brz-css-qukkp\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 23, "top": 1123, "height": 38, "width": 754 }, "snippet": "<p data-generated-css=\"brz-css-rwzwb\" data-uniq-id=\"wuant\" class=\"brz-css-gwvzu\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 374, "top": 485, "height": 472, "width": 357 }, "snippet": "<h1 class=\"brz-css-kkrjv\" data-uniq-id=\"keuvi\" data-generated-css=\"brz-css-amqui\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 445, "top": 425, "height": 41, "width": 286 }, "snippet": "<p data-uniq-id=\"ieifl\" data-generated-css=\"brz-css-eagrg\" class=\"brz-css-vafgg\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 445, "top": 308, "height": 126, "width": 286 }, "snippet": "<p data-uniq-id=\"vnboe\" data-generated-css=\"brz-css-elcnj\" class=\"brz-css-czrpt\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 642, "top": 41, "height": 50, "width": 124 }, "snippet": "<a data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]", "aria": "/document[1]/link[3]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 635, "top": 15, "height": 101, "width": 147 }, "snippet": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 30, "top": 30, "height": 71, "width": 160 }, "snippet": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[4]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 431, "top": 3037, "height": 19, "width": 42 }, "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[3]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 379, "top": 3037, "height": 19, "width": 42 }, "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 327, "top": 3037, "height": 19, "width": 42 }, "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/svg[1]", "aria": "/document[1]/link[4]/graphics-document[1]" }, "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5", "bounds": { "left": 185, "top": 1954, "height": 16, "width": 16 }, "snippet": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewBox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]/svg[1]", "aria": "/document[1]/form[1]/button[1]" }, "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5", "bounds": { "left": 446, "top": 1587, "height": 16, "width": 16 }, "snippet": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewBox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">", "level": "recommendation" }, { "ruleId": "aria_contentinfo_misuse", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The element with \"contentinfo\" role is present without an element with \"main\" role", "bounds": { "left": 0, "top": 2737, "height": 584, "width": 800 }, "snippet": "<footer data-custom-id=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\" class=\"brz-footer brz-css-vqzyi brz-css-mhrey\" id=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\" data-uid=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 3, 0, 27 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.87 with its background is less than the WCAG AA minimum requirements for text of size 45px and weight of 800", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]" }, "excerpt": "<span class=\"brz-cp-color3\">" }, { "ruleID": "element_id_unique", "what": "The <a> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\" id=\"\" data-brz-link-type=\"external\" href=\"/about/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\">" }, { "ruleID": "element_id_unique", "what": "The <a> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\">" }, { "ruleID": "element_id_unique", "what": "The <a> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\">" }, { "ruleID": "element_id_unique", "what": "The <a> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\">" }, { "ruleID": "element_id_unique", "what": "The <a> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]" }, "excerpt": "<div data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\" class=\"brz-icon__container\" id=\"\">" }, { "ruleID": "element_id_unique", "what": "The <a> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]" }, "excerpt": "<div data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\" class=\"brz-icon__container\" id=\"\">" }, { "ruleID": "element_id_unique", "what": "The <a> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]" }, "excerpt": "<div data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\" class=\"brz-icon__container\" id=\"\">" }, { "ruleID": "element_id_unique", "what": "The <a> element has the id \"\" that is empty", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\">" }, { "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-uniq-id=\"kjhfb\" data-generated-css=\"brz-css-hpghv\" class=\"brz-css-xrdho\">" }, { "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-generated-css=\"brz-css-vdkjo\" data-uniq-id=\"fpkwg\" class=\"brz-css-pfiao\">" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\" id=\"\" data-brz-link-type=\"external\" href=\"/about/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\">" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-uniq-id=\"iogcf\" data-generated-css=\"brz-css-ztlfb\" class=\"brz-css-ziwkr\">" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-generated-css=\"brz-css-fzdrr\" data-uniq-id=\"iyfmh\" class=\"brz-css-qukkp\">" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-generated-css=\"brz-css-rwzwb\" data-uniq-id=\"wuant\" class=\"brz-css-gwvzu\">" }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"brz-css-kkrjv\" data-uniq-id=\"keuvi\" data-generated-css=\"brz-css-amqui\">" }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-uniq-id=\"ieifl\" data-generated-css=\"brz-css-eagrg\" class=\"brz-css-vafgg\">" }, { "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-uniq-id=\"vnboe\" data-generated-css=\"brz-css-elcnj\" class=\"brz-css-czrpt\">" }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"version\" is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/svg[1]" }, "excerpt": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewBox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"version\" is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]/svg[1]" }, "excerpt": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewBox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">" }, { "ruleID": "aria_contentinfo_misuse", "what": "The element with \"contentinfo\" role is present without an element with \"main\" role", "ordinalSeverity": 1, "tagName": "FOOTER", "id": "smemyydntkxerlduxexfttwrqlkdyzavetlf", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]" }, "excerpt": "<footer data-custom-id=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\" class=\"brz-footer brz-css-vqzyi brz-css-mhrey\" id=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\" data-uid=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\">" } ] }, "endTime": 1687125001448 }, { "type": "launch", "which": "chromium", "startTime": 1687125001448, "endTime": 1687125001951 }, { "type": "url", "which": "https://hooverforassembly.com/", "what": "Candidate Josh Hoover (R)", "startTime": 1687125001951, "result": { "url": "https://hooverforassembly.com/" }, "endTime": 1687125002865 }, { "type": "test", "which": "nuVal", "startTime": 1687125002865, "url": "https://hooverforassembly.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 327, "lastColumn": 5302, "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "extract": "x + 10px + 10px); padding-righ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 327, "lastColumn": 11624, "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "extract": "x + 10px + 10px); padding-righ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 327, "lastColumn": 18370, "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "extract": "x + 10px + 10px); padding-righ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 7845, "firstColumn": 7670, "message": "Duplicate ID .", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 7845, "firstColumn": 7670, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "error", "lastLine": 448, "lastColumn": 8191, "firstColumn": 8018, "message": "Duplicate ID .", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 174 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 8191, "firstColumn": 8018, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 174 }, { "type": "error", "lastLine": 448, "lastColumn": 8539, "firstColumn": 8358, "message": "Duplicate ID .", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 8539, "firstColumn": 8358, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "error", "lastLine": 448, "lastColumn": 8888, "firstColumn": 8706, "message": "Duplicate ID .", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 183 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 8888, "firstColumn": 8706, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 183 }, { "type": "error", "lastLine": 448, "lastColumn": 9238, "firstColumn": 9063, "message": "Duplicate ID .", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 9238, "firstColumn": 9063, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "error", "lastLine": 448, "lastColumn": 9583, "firstColumn": 9406, "message": "Duplicate ID .", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 9583, "firstColumn": 9406, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "error", "lastLine": 448, "lastColumn": 9929, "firstColumn": 9753, "message": "Duplicate ID .", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 9929, "firstColumn": 9753, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "error", "lastLine": 448, "lastColumn": 11003, "firstColumn": 10760, "message": "Duplicate ID .", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 11003, "firstColumn": 10760, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 11345, "firstColumn": 11170, "message": "Duplicate ID .", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 11345, "firstColumn": 11170, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "error", "lastLine": 448, "lastColumn": 11691, "firstColumn": 11518, "message": "Duplicate ID .", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 174 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 11691, "firstColumn": 11518, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 174 }, { "type": "error", "lastLine": 448, "lastColumn": 12039, "firstColumn": 11858, "message": "Duplicate ID .", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 12039, "firstColumn": 11858, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "error", "lastLine": 448, "lastColumn": 12388, "firstColumn": 12206, "message": "Duplicate ID .", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 183 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 12388, "firstColumn": 12206, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 183 }, { "type": "error", "lastLine": 448, "lastColumn": 12738, "firstColumn": 12563, "message": "Duplicate ID .", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 12738, "firstColumn": 12563, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "error", "lastLine": 448, "lastColumn": 13083, "firstColumn": 12906, "message": "Duplicate ID .", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 13083, "firstColumn": 12906, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "error", "lastLine": 448, "lastColumn": 13429, "firstColumn": 13253, "message": "Duplicate ID .", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 13429, "firstColumn": 13253, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "error", "lastLine": 448, "lastColumn": 14532, "firstColumn": 14388, "message": "Duplicate ID .", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 145 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 14532, "firstColumn": 14388, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 145 }, { "type": "error", "lastLine": 448, "lastColumn": 15745, "firstColumn": 15524, "message": "Duplicate ID .", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 222 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 15745, "firstColumn": 15524, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 222 }, { "type": "error", "lastLine": 448, "lastColumn": 16022, "firstColumn": 15869, "message": "Duplicate ID .", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 16022, "firstColumn": 15869, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 448, "lastColumn": 16303, "firstColumn": 16152, "message": "Duplicate ID .", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 16303, "firstColumn": 16152, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 448, "lastColumn": 16586, "firstColumn": 16427, "message": "Duplicate ID .", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 16586, "firstColumn": 16427, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "error", "lastLine": 448, "lastColumn": 16870, "firstColumn": 16710, "message": "Duplicate ID .", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 16870, "firstColumn": 16710, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "error", "lastLine": 448, "lastColumn": 17155, "firstColumn": 17002, "message": "Duplicate ID .", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 17155, "firstColumn": 17002, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 448, "lastColumn": 17435, "firstColumn": 17280, "message": "Duplicate ID .", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 17435, "firstColumn": 17280, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 448, "lastColumn": 17716, "firstColumn": 17562, "message": "Duplicate ID .", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 448, "lastColumn": 17716, "firstColumn": 17562, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 449, "lastColumn": 669, "firstColumn": 435, "message": "Duplicate ID .", "extract": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span ", "hiliteStart": 10, "hiliteLength": 235 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 669, "firstColumn": 435, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span ", "hiliteStart": 10, "hiliteLength": 235 }, { "type": "error", "lastLine": 449, "lastColumn": 883, "firstColumn": 751, "message": "Duplicate ID .", "extract": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a></", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 883, "firstColumn": 751, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a></", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "info", "lastLine": 448, "lastColumn": 13677, "firstColumn": 13498, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "div></nav><section id=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" style=\"height: 80.0234px;\" data-uid=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" class=\"brz-section brz-section__header brz-css-wcwdn\"><div c", "hiliteStart": 10, "hiliteLength": 180 }, { "type": "error", "lastLine": 449, "lastColumn": 6796, "firstColumn": 6522, "message": "Attribute type not allowed on element textarea at this point.", "extract": "ss-axozj\"><textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></text", "hiliteStart": 10, "hiliteLength": 275 }, { "type": "info", "lastLine": 449, "lastColumn": 3712, "firstColumn": 3580, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" id=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" class=\"brz-section brz-css-qrnsm\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 449, "lastColumn": 11593, "firstColumn": 11436, "message": "Duplicate ID .", "extract": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 11593, "firstColumn": 11436, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 449, "lastColumn": 9675, "firstColumn": 9529, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" id=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" class=\"brz-section brz-css-qrnsm brz-css-rjtgi\"><div c", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 449, "lastColumn": 12606, "firstColumn": 12474, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 449, "lastColumn": 16023, "firstColumn": 15789, "message": "Duplicate ID .", "extract": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span ", "hiliteStart": 10, "hiliteLength": 235 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 16023, "firstColumn": 15789, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span ", "hiliteStart": 10, "hiliteLength": 235 }, { "type": "error", "lastLine": 449, "lastColumn": 16387, "firstColumn": 16295, "message": "Duplicate ID .", "extract": "hpyqbdow\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 16387, "firstColumn": 16295, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "hpyqbdow\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 449, "lastColumn": 16521, "firstColumn": 16388, "message": "Duplicate ID .", "extract": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 16521, "firstColumn": 16388, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "error", "lastLine": 449, "lastColumn": 17091, "firstColumn": 16999, "message": "Duplicate ID .", "extract": "uusbjpzl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 17091, "firstColumn": 16999, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "uusbjpzl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 449, "lastColumn": 17216, "firstColumn": 17092, "message": "Duplicate ID .", "extract": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 17216, "firstColumn": 17092, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "error", "lastLine": 449, "lastColumn": 18402, "firstColumn": 18310, "message": "Duplicate ID .", "extract": "lvzxfnnv\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 18402, "firstColumn": 18310, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "lvzxfnnv\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 449, "lastColumn": 18534, "firstColumn": 18403, "message": "Duplicate ID .", "extract": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 18534, "firstColumn": 18403, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 449, "lastColumn": 21035, "firstColumn": 20814, "message": "Duplicate ID .", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 222 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 21035, "firstColumn": 20814, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 222 }, { "type": "error", "lastLine": 449, "lastColumn": 21312, "firstColumn": 21159, "message": "Duplicate ID .", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 21312, "firstColumn": 21159, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 449, "lastColumn": 21593, "firstColumn": 21442, "message": "Duplicate ID .", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 21593, "firstColumn": 21442, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 449, "lastColumn": 21876, "firstColumn": 21717, "message": "Duplicate ID .", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 21876, "firstColumn": 21717, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "error", "lastLine": 449, "lastColumn": 22160, "firstColumn": 22000, "message": "Duplicate ID .", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 22160, "firstColumn": 22000, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "error", "lastLine": 449, "lastColumn": 22445, "firstColumn": 22292, "message": "Duplicate ID .", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 22445, "firstColumn": 22292, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 449, "lastColumn": 22725, "firstColumn": 22570, "message": "Duplicate ID .", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 22725, "firstColumn": 22570, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 449, "lastColumn": 23006, "firstColumn": 22852, "message": "Duplicate ID .", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 448, "lastColumn": 7503, "firstColumn": 7260, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 449, "lastColumn": 23006, "firstColumn": 22852, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 8, "lastColumn": 56, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "y</title>\n<meta name='robots' content='max-image-preview:large' />\n<link", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "info", "lastLine": 9, "lastColumn": 57, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "large' />\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 10, "lastColumn": 140, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Josh Hoover for Assembly » Feed\" href=\"https://hooverforassembly.com/feed/\" />\n<link", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "info", "lastLine": 11, "lastColumn": 158, "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=\"Josh Hoover for Assembly » Comments Feed\" href=\"https://hooverforassembly.com/comments/feed/\" />\n<scri", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 31, "lastColumn": 167, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</style>\n\t<link rel='stylesheet' id='astra-theme-css-css' href='https://hooverforassembly.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=3.7.9' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 166 }, { "type": "info", "lastLine": 35, "lastColumn": 159, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='wp-block-library-css' href='https://hooverforassembly.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "info", "lastLine": 42, "lastColumn": 180, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='astra-addon-css-css' href='https://hooverforassembly.com/wp-content/uploads/astra-addon/astra-addon-6318d6b5e81151-14237532.css?ver=3.9.2' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 180 }, { "type": "info", "lastLine": 43, "lastColumn": 610, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='brizy-asset-google-10-css' class=\"brz-link brz-link-google\" type=\"text/css\" href='https://fonts.googleapis.com/css?family=Josefin+Sans%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C100italic%2C200italic%2C300italic%2Citalic%2C500italic%2C600italic%2C700italic%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic&subset=arabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Ckhmer%2Ckorean%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese&display=swap&ver=2.4.5' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 610 }, { "type": "info", "lastLine": 44, "lastColumn": 261, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='brizy-asset-upload-10-css' class=\"brz-link brz-link-upload\" type=\"text/css\" href='https://hooverforassembly.com/?brizy-font=ohdtqvhtbgwmmcsippsiasgpqeyziicwxata%3A100%2C200%2C400%2C500%2C700%2C800%2C900&ver=2.4.5' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 261 }, { "type": "info", "lastLine": 45, "lastColumn": 257, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='brizy-asset-group-1_3-20-css' class=\"brz-link brz-link-preview-lib\" data-group=\"group-1_3\" href='https://hooverforassembly.com/wp-content/plugins/brizy/public/editor-build/241-wp/editor/css/group-1_3.css?ver=2.4.5' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 257 }, { "type": "info", "lastLine": 46, "lastColumn": 256, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='brizy-asset-group-2-21-css' class=\"brz-link brz-link-preview-lib-pro\" data-group=\"group-2\" href='https://hooverforassembly.com/wp-content/plugins/brizy-pro/public/editor-build/116-wp/css/group-2-pro.css?ver=2.4.6' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 256 }, { "type": "info", "lastLine": 47, "lastColumn": 228, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='brizy-asset-main-30-css' class=\"brz-link brz-link-preview-pro\" href='https://hooverforassembly.com/wp-content/plugins/brizy-pro/public/editor-build/116-wp/css/preview.pro.css?ver=2.4.6' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 228 }, { "type": "info", "lastLine": 309, "lastColumn": 79, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</script>\n<link rel=\"https://api.w.org/\" href=\"https://hooverforassembly.com/wp-json/\" /><link ", "hiliteStart": 10, "hiliteLength": 79 }, { "type": "info", "lastLine": 309, "lastColumn": 187, "firstColumn": 80, "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://hooverforassembly.com/wp-json/wp/v2/pages/37\" /><link ", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 309, "lastColumn": 300, "firstColumn": 188, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ges/37\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://hooverforassembly.com/xmlrpc.php?rsd\" />\n<link", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "info", "lastLine": 310, "lastColumn": 126, "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://hooverforassembly.com/wp-includes/wlwmanifest.xml\" />\n<meta", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 311, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t.xml\" />\n<meta name=\"generator\" content=\"WordPress 6.2.2\" />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 312, "lastColumn": 62, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.2.2\" />\n<link rel=\"canonical\" href=\"https://hooverforassembly.com/\" />\n<link", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 313, "lastColumn": 62, "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://hooverforassembly.com/' />\n<link", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 314, "lastColumn": 160, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://hooverforassembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhooverforassembly.com%2F\" />\n<link", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 315, "lastColumn": 168, "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://hooverforassembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhooverforassembly.com%2F&format=xml\" />\n<meta", "hiliteStart": 10, "hiliteLength": 168 }, { "type": "error", "lastLine": 329, "lastColumn": 5302, "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "extract": "x + 10px + 10px); padding-righ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 329, "lastColumn": 11624, "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "extract": "x + 10px + 10px); padding-righ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 329, "lastColumn": 18370, "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "extract": "x + 10px + 10px); padding-righ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 444, "lastColumn": 126, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel=\"icon\" href=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-32x32.png\" sizes=\"32x32\" />\n<link", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 445, "lastColumn": 130, "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://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-192x192.png\" sizes=\"192x192\" />\n<link", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 446, "lastColumn": 126, "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://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-180x180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 447, "lastColumn": 137, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-270x270.png\" />\n</hea", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "error", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 8217, "firstColumn": 7999, "message": "Duplicate ID .", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 8217, "firstColumn": 7999, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "error", "lastLine": 450, "lastColumn": 8491, "firstColumn": 8341, "message": "Duplicate ID .", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 8491, "firstColumn": 8341, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 450, "lastColumn": 8769, "firstColumn": 8621, "message": "Duplicate ID .", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 8769, "firstColumn": 8621, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "error", "lastLine": 450, "lastColumn": 9049, "firstColumn": 8893, "message": "Duplicate ID .", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 9049, "firstColumn": 8893, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 450, "lastColumn": 9330, "firstColumn": 9173, "message": "Duplicate ID .", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 9330, "firstColumn": 9173, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "error", "lastLine": 450, "lastColumn": 9612, "firstColumn": 9462, "message": "Duplicate ID .", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 9612, "firstColumn": 9462, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 450, "lastColumn": 9889, "firstColumn": 9737, "message": "Duplicate ID .", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 9889, "firstColumn": 9737, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 450, "lastColumn": 10167, "firstColumn": 10016, "message": "Duplicate ID .", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 450, "lastColumn": 10167, "firstColumn": 10016, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 451, "lastColumn": 568, "firstColumn": 350, "message": "Duplicate ID .", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 568, "firstColumn": 350, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "error", "lastLine": 451, "lastColumn": 869, "firstColumn": 719, "message": "Duplicate ID .", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 869, "firstColumn": 719, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 451, "lastColumn": 1174, "firstColumn": 1026, "message": "Duplicate ID .", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 1174, "firstColumn": 1026, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "error", "lastLine": 451, "lastColumn": 1481, "firstColumn": 1325, "message": "Duplicate ID .", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 1481, "firstColumn": 1325, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 451, "lastColumn": 1789, "firstColumn": 1632, "message": "Duplicate ID .", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 1789, "firstColumn": 1632, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "error", "lastLine": 451, "lastColumn": 2098, "firstColumn": 1948, "message": "Duplicate ID .", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 2098, "firstColumn": 1948, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 451, "lastColumn": 2402, "firstColumn": 2250, "message": "Duplicate ID .", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 2402, "firstColumn": 2250, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 451, "lastColumn": 2707, "firstColumn": 2556, "message": "Duplicate ID .", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 2707, "firstColumn": 2556, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 451, "lastColumn": 3423, "firstColumn": 3192, "message": "Duplicate ID .", "extract": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span ", "hiliteStart": 10, "hiliteLength": 232 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 3423, "firstColumn": 3192, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span ", "hiliteStart": 10, "hiliteLength": 232 }, { "type": "error", "lastLine": 451, "lastColumn": 3634, "firstColumn": 3505, "message": "Duplicate ID .", "extract": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id></a></", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 3634, "firstColumn": 3505, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id></a></", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 450, "lastColumn": 6189, "firstColumn": 6017, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "eset-all\"><section id=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" style=\"height:auto\" data-uid=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" class=\"brz-section brz-section__header brz-css-wcwdn\"><div c", "hiliteStart": 10, "hiliteLength": 173 }, { "type": "error", "lastLine": 451, "lastColumn": 9630, "firstColumn": 9356, "message": "Attribute type not allowed on element textarea at this point.", "extract": "ss-axozj\"><textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></text", "hiliteStart": 10, "hiliteLength": 275 }, { "type": "info", "lastLine": 451, "lastColumn": 6479, "firstColumn": 6347, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" id=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" class=\"brz-section brz-css-qrnsm\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 451, "lastColumn": 14385, "firstColumn": 14231, "message": "Duplicate ID .", "extract": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 14385, "firstColumn": 14231, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 451, "lastColumn": 12470, "firstColumn": 12324, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" id=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" class=\"brz-section brz-css-qrnsm brz-css-rjtgi\"><div c", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 451, "lastColumn": 15392, "firstColumn": 15260, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 451, "lastColumn": 18806, "firstColumn": 18575, "message": "Duplicate ID .", "extract": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span ", "hiliteStart": 10, "hiliteLength": 232 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 18806, "firstColumn": 18575, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span ", "hiliteStart": 10, "hiliteLength": 232 }, { "type": "error", "lastLine": 451, "lastColumn": 19167, "firstColumn": 19078, "message": "Duplicate ID .", "extract": "hpyqbdow\"><div id class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 19167, "firstColumn": 19078, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "hpyqbdow\"><div id class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "error", "lastLine": 451, "lastColumn": 19298, "firstColumn": 19168, "message": "Duplicate ID .", "extract": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 19298, "firstColumn": 19168, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "error", "lastLine": 451, "lastColumn": 19859, "firstColumn": 19770, "message": "Duplicate ID .", "extract": "uusbjpzl\"><div id class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 19859, "firstColumn": 19770, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "uusbjpzl\"><div id class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "error", "lastLine": 451, "lastColumn": 19981, "firstColumn": 19860, "message": "Duplicate ID .", "extract": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 19981, "firstColumn": 19860, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "error", "lastLine": 451, "lastColumn": 21158, "firstColumn": 21069, "message": "Duplicate ID .", "extract": "lvzxfnnv\"><div id class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 21158, "firstColumn": 21069, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "lvzxfnnv\"><div id class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "error", "lastLine": 451, "lastColumn": 21287, "firstColumn": 21159, "message": "Duplicate ID .", "extract": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 21287, "firstColumn": 21159, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "error", "lastLine": 451, "lastColumn": 23779, "firstColumn": 23561, "message": "Duplicate ID .", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 23779, "firstColumn": 23561, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "error", "lastLine": 451, "lastColumn": 24053, "firstColumn": 23903, "message": "Duplicate ID .", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 24053, "firstColumn": 23903, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 451, "lastColumn": 24331, "firstColumn": 24183, "message": "Duplicate ID .", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 24331, "firstColumn": 24183, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "error", "lastLine": 451, "lastColumn": 24611, "firstColumn": 24455, "message": "Duplicate ID .", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 24611, "firstColumn": 24455, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 451, "lastColumn": 24892, "firstColumn": 24735, "message": "Duplicate ID .", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 24892, "firstColumn": 24735, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "error", "lastLine": 451, "lastColumn": 25174, "firstColumn": 25024, "message": "Duplicate ID .", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 25174, "firstColumn": 25024, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 451, "lastColumn": 25451, "firstColumn": 25299, "message": "Duplicate ID .", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 25451, "firstColumn": 25299, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 451, "lastColumn": 25729, "firstColumn": 25578, "message": "Duplicate ID .", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 451, "lastColumn": 25729, "firstColumn": 25578, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 452, "lastColumn": 568, "firstColumn": 350, "message": "Duplicate ID .", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 452, "lastColumn": 568, "firstColumn": 350, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "error", "lastLine": 452, "lastColumn": 869, "firstColumn": 719, "message": "Duplicate ID .", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 452, "lastColumn": 869, "firstColumn": 719, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 452, "lastColumn": 1174, "firstColumn": 1026, "message": "Duplicate ID .", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 452, "lastColumn": 1174, "firstColumn": 1026, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "error", "lastLine": 452, "lastColumn": 1481, "firstColumn": 1325, "message": "Duplicate ID .", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 452, "lastColumn": 1481, "firstColumn": 1325, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 452, "lastColumn": 1789, "firstColumn": 1632, "message": "Duplicate ID .", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 452, "lastColumn": 1789, "firstColumn": 1632, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "error", "lastLine": 452, "lastColumn": 2098, "firstColumn": 1948, "message": "Duplicate ID .", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 452, "lastColumn": 2098, "firstColumn": 1948, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 452, "lastColumn": 2402, "firstColumn": 2250, "message": "Duplicate ID .", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 452, "lastColumn": 2402, "firstColumn": 2250, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 452, "lastColumn": 2707, "firstColumn": 2556, "message": "Duplicate ID .", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 450, "lastColumn": 7007, "firstColumn": 6866, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 452, "lastColumn": 2707, "firstColumn": 2556, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 } ] }, "success": true }, "standardResult": { "totals": [ 92, 0, 178, 0 ], "instances": [ { "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "327" }, "excerpt": "x + 10px + 10px); padding-righ" }, { "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "327" }, "excerpt": "x + 10px + 10px); padding-righ" }, { "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "327" }, "excerpt": "x + 10px + 10px); padding-righ" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a></" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a></" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "thljctroccmxkqjihjiavnetrivcjlrfyacr", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "div></nav><section id=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" style=\"height: 80.0234px;\" data-uid=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" class=\"brz-section brz-section__header brz-css-wcwdn\"><div c" }, { "ruleID": "Attribute type not allowed on element textarea at this point.", "what": "Attribute type not allowed on element textarea at this point.", "ordinalSeverity": 2, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "ss-axozj\"><textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></text" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "</section><section data-uid=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" id=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" class=\"brz-section brz-css-qrnsm\"><div c" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "</section><section data-uid=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" id=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" class=\"brz-section brz-css-qrnsm brz-css-rjtgi\"><div c" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "kvhafdzircdxdnwgjgzozdkdgyvctjxlywua", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "</section><section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\"><div c" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "hpyqbdow\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element div: An ID must not be the empty string.", "what": "Bad value for attribute id on element div: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "hpyqbdow\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "uusbjpzl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element div: An ID must not be the empty string.", "what": "Bad value for attribute id on element div: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "uusbjpzl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "lvzxfnnv\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element div: An ID must not be the empty string.", "what": "Bad value for attribute id on element div: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "lvzxfnnv\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "449" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": "y</title> <meta name='robots' content='max-image-preview:large' /> <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": "9" }, "excerpt": "large' /> <link rel='dns-prefetch' href='//fonts.googleapis.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": "10" }, "excerpt": "s.com' /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Josh Hoover for Assembly » Feed\" href=\"https://hooverforassembly.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": "11" }, "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Josh Hoover for Assembly » Comments Feed\" href=\"https://hooverforassembly.com/comments/feed/\" /> <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": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "31" }, "excerpt": "</style> <link rel='stylesheet' id='astra-theme-css-css' href='https://hooverforassembly.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=3.7.9' media='all' /> <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": "", "location": { "doc": "source", "type": "line", "spec": "35" }, "excerpt": " </style> <link rel='stylesheet' id='wp-block-library-css' href='https://hooverforassembly.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' media='all' /> <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": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": " </style> <link rel='stylesheet' id='astra-addon-css-css' href='https://hooverforassembly.com/wp-content/uploads/astra-addon/astra-addon-6318d6b5e81151-14237532.css?ver=3.9.2' media='all' /> <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": "43" }, "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-google-10-css' class=\"brz-link brz-link-google\" type=\"text/css\" href='https://fonts.googleapis.com/css?family=Josefin+Sans%3A100%2C200%2C300%2Cregular% ... %2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Ckhmer%2Ckorean%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese&display=swap&ver=2.4.5' media='all' /> <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": "44" }, "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-upload-10-css' class=\"brz-link brz-link-upload\" type=\"text/css\" href='https://hooverforassembly.com/?brizy-font=ohdtqvhtbgwmmcsippsiasgpqeyziicwxata%3A100%2C200%2C400%2C500%2C700%2C800%2C900&ver=2.4.5' media='all' /> <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": "45" }, "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-group-1_3-20-css' class=\"brz-link brz-link-preview-lib\" data-group=\"group-1_3\" href='https://hooverforassembly.com/wp-content/plugins/brizy/public/editor-build/241-wp/editor/css/group-1_3.css?ver=2.4.5' media='all' /> <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": "46" }, "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-group-2-21-css' class=\"brz-link brz-link-preview-lib-pro\" data-group=\"group-2\" href='https://hooverforassembly.com/wp-content/plugins/brizy-pro/public/editor-build/116-wp/css/group-2-pro.css?ver=2.4.6' media='all' /> <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": "47" }, "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-main-30-css' class=\"brz-link brz-link-preview-pro\" href='https://hooverforassembly.com/wp-content/plugins/brizy-pro/public/editor-build/116-wp/css/preview.pro.css?ver=2.4.6' media='all' /> <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": "", "location": { "doc": "source", "type": "line", "spec": "309" }, "excerpt": "</script> <link rel=\"https://api.w.org/\" href=\"https://hooverforassembly.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": "309" }, "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://hooverforassembly.com/wp-json/wp/v2/pages/37\" /><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": "309" }, "excerpt": "ges/37\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://hooverforassembly.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": "310" }, "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://hooverforassembly.com/wp-includes/wlwmanifest.xml\" /> <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": "311" }, "excerpt": "t.xml\" /> <meta name=\"generator\" content=\"WordPress 6.2.2\" /> <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": "312" }, "excerpt": "6.2.2\" /> <link rel=\"canonical\" href=\"https://hooverforassembly.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": "313" }, "excerpt": ".com/\" /> <link rel='shortlink' href='https://hooverforassembly.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": "314" }, "excerpt": ".com/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://hooverforassembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhooverforassembly.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": "315" }, "excerpt": "om%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://hooverforassembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhooverforassembly.com%2F&format=xml\" /> <meta" }, { "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "329" }, "excerpt": "x + 10px + 10px); padding-righ" }, { "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "329" }, "excerpt": "x + 10px + 10px); padding-righ" }, { "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "329" }, "excerpt": "x + 10px + 10px); padding-righ" }, { "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": "444" }, "excerpt": " </style> <link rel=\"icon\" href=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-32x32.png\" 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": "445" }, "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-192x192.png\" 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": "446" }, "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-180x180.png\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "447" }, "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-270x270.png\" /> </hea" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id></a></" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id></a></" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "thljctroccmxkqjihjiavnetrivcjlrfyacr", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "eset-all\"><section id=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" style=\"height:auto\" data-uid=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" class=\"brz-section brz-section__header brz-css-wcwdn\"><div c" }, { "ruleID": "Attribute type not allowed on element textarea at this point.", "what": "Attribute type not allowed on element textarea at this point.", "ordinalSeverity": 2, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "ss-axozj\"><textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></text" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "</section><section data-uid=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" id=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" class=\"brz-section brz-css-qrnsm\"><div c" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "</section><section data-uid=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" id=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" class=\"brz-section brz-css-qrnsm brz-css-rjtgi\"><div c" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "kvhafdzircdxdnwgjgzozdkdgyvctjxlywua", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "</section><section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\"><div c" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "hpyqbdow\"><div id class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element div: An ID must not be the empty string.", "what": "Bad value for attribute id on element div: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "hpyqbdow\"><div id class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "uusbjpzl\"><div id class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element div: An ID must not be the empty string.", "what": "Bad value for attribute id on element div: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "uusbjpzl\"><div id class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "lvzxfnnv\"><div id class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element div: An ID must not be the empty string.", "what": "Bad value for attribute id on element div: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "lvzxfnnv\"><div id class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "451" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "450" }, "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "452" }, "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span " } ] }, "endTime": 1687125005436 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687125005436, "url": "https://hooverforassembly.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 21:50:06", "hash": "13477450e420ea217d7e3163647a9252a8b0ae2ca9ba4db70cfebcfa890c8bcafb0f13907ac3dbf0e695a7ef2ed26154bd3cb74b6a9b0fed42bb5feaa95d5857", "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": 27, "warning": 12, "failed": 9, "inapplicable": 77 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 13, "warning": 8, "failed": 3, "inapplicable": 43 }, "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\"><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\"><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\"><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": "The page has one or more 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": "The page has one or more 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": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R12": { "name": "Link has accessible name", "code": "QW-ACT-R12", "mapping": "c487ae", "description": "This rule checks that each link has an accessible name.", "metadata": { "target": { "element": [ "a[href]", "area[href]" ], "attributes": [ "role='link'" ] }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [ "G91" ], "url": "https://act-rules.github.io/rules/c487ae", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 19, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "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": 29, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">About Josh</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">AD 7</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" data-type=\"Email\" data-label=\"Email*\" data-placeholder=\"Email*\" class=\"brz-input brz-forms2__field brz-forms2__field-email\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > textarea:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"brz-btn brz-btn-submit brz-css-eeqdh brz-css-dyvux\" data-custom-id=\"umnlgbrtbfuovfvljxpavniocczuxkliovjo\">SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t.triggerAnimation.bind(t))},t.prototype.reset=function(){var t=this;window.cancelAnimationFrame(t.animationId)},t.prototype.triggerAnimation=function(t){var i=this;this.start||(this.sta …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\">LEARN MORE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > 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) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">About Josh</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">AD 7</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" data-type=\"Email\" data-label=\"Email*\" data-placeholder=\"Email*\" class=\"brz-input brz-forms2__field brz-forms2__field-email\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > textarea: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": 18, "warning": 0, "failed": 11, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Home</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">About Josh</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">AD 7</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">News</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Endorsements</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Media</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Contact</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Issues</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color3\">YOUR VOICE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Home</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "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": 17, "warning": 0, "failed": 12, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Home</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">About Josh</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">AD 7</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">News</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Endorsements</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Media</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Contact</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Issues</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span brz-text__editor\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color3\">YOUR VOICE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-span\">Home</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body>Josh Hoover for Assembly\n\n\n\n\n\nwindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/hooverforassembly.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.2.2\"}};\n/*! This file is auto-generated */\n!function(e,a,t){var n,r,o,i=a.createElement(\"canvas\"),p=i.getContext&&i.getContext(\"2d\");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement( …", "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": 31, "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 class=\"brz-span\">Home</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a: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 class=\"brz-span\">About Josh</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a: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 class=\"brz-span\">AD 7</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a: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 class=\"brz-span\">News</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a: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 class=\"brz-span\">Endorsements</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a: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 class=\"brz-span\">Media</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a: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 class=\"brz-span\">Contact</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a: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 class=\"brz-span\">Issues</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a: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 class=\"brz-span brz-text__editor\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a: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 class=\"brz-cp-color3\">YOUR VOICE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > 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 class=\"brz-cp-color8\">IN SACRAMENTO</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</em>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > em:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > strong: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=\"brz-span brz-text__editor\">SUBSCRIBE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button: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": "<span class=\"brz-cp-color1\">Meet Josh Hoover</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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 class=\"brz-span brz-text__editor\">LEARN MORE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a: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": "<span class=\"brz-cp-color1\">Issues That Matter </span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > 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) > p: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=\"brz-span brz-text__editor\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > 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) > a: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 class=\"brz-span\">Home</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a: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 class=\"brz-span\">About Josh</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a: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 class=\"brz-span\">AD 7</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a: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 class=\"brz-span\">News</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a: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 class=\"brz-span\">Endorsements</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a: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 class=\"brz-span\">Media</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a: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 class=\"brz-span\">Contact</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a: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 class=\"brz-span\">Issues</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a: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 class=\"brz-cp-color1\"> P.O. Box 850</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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 class=\"brz-cp-color1\"> Wilton, CA 95693</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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 class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 4, "warning": 2, "failed": 6, "inapplicable": 22 }, "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 page-template-brizy-blank-template page-template-brizy-blank-template-php page page-id-37 wp-custom-logo ast-single-post ast-inherit-site-logo-transparent ast-hfb-header ast-plain-container ast-no-sidebar astra-3.7.9 ast-normal-title-enabled brz astra-addon-3.9.2 brz-mm-wrapper ast-desktop\" style=\"\">\n MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesMain MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues\nDONATEYOUR VOICEIN SACRAMENTO\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voter …", "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 class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T21": { "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link", "code": "QW-WCAG-T21", "mapping": "F89", "description": "This technique checks the text alternative of images which are the only content of a link", "metadata": { "target": { "parent": "a", "element": "img" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value" } ], "related": [ "H2", "H30", "ARIA7", "ARIA8" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The image doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"brz-menu__ul brz-mm-listview\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current brz-mm-listitem\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\"><span class=\"brz-span\" _ …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > 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=\"brz-menu__ul brz-mm-listview\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current brz-mm-listitem\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\"><span class=\"brz-span\" _ …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > 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=\"brz-menu__ul\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-menu__item brz-menu__item--current\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:n …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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=\"brz-menu__ul\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-menu__item brz-menu__item--current\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:n …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T19": { "name": "Providing submit buttons", "code": "QW-WCAG-T19", "mapping": "H32", "description": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.", "metadata": { "target": { "element": "form" }, "success-criteria": [ { "name": "3.2.2", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/on-input" } ], "related": [ "G80", "H36", "H84" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H32", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit']." }, "results": [ { "verdict": "failed", "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit'].", "resultCode": "F1", "elements": [ { "htmlCode": "<form class=\"brz-form brz-d-xs-flex brz-flex-xs-wrap\" action=\"https://hooverforassembly.com/wp-admin/admin-ajax.php?action=brizy_submit_form\" novalidate=\"\" data-form-id=\"fiwzonyzcrctindwbiqslhbikebpujqzhlwq\" data-project-id=\"e28cfcc2b925de058887ca436e1917a9\" data-success=\"\" data-error=\"\" data-redirect=\"\">SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form: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": 12, "warning": 0, "failed": 18, "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": "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\">YOUR VOICE</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1)" } ], "attributes": [ "45px" ] }, { "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": "<p class=\"brz-css-vafgg\" data-generated-css=\"brz-css-eagrg\" data-uniq-id=\"ieifl\">IN SACRAMENTO</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "38px" ] }, { "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 data-generated-css=\"brz-css-amqui\" data-uniq-id=\"keuvi\" class=\"brz-css-kkrjv\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "33px" ] }, { "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": "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\"> Sign up for updates:</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "20px" ] }, { "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": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "18px" ] }, { "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": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3)" } ], "attributes": [ "18px" ] }, { "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": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl brz-css-axozj\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4)" } ], "attributes": [ "18px" ] }, { "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": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1) > svg: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": "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\">Meet Josh Hoover</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "46px" ] }, { "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": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "20px" ] }, { "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": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg: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": "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\">Issues That Matter </p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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)" } ], "attributes": [ "46px" ] }, { "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": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1)" } ], "attributes": [ "19px" ] }, { "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=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > 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) > 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": "<span class=\"brz-span brz-icon css-19j4wxv\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span: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": "<span class=\"brz-span brz-icon css-19j4wxv\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span: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": "<span class=\"brz-span brz-icon css-19j4wxv\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "16px" ] } ] }, "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": 14, "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 class=\"brz-style\">@media(min-width:991px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:991px) and (min-width:768px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:767px){.brz .brz-css-wcwdn{display:block;}}\n.brz .brz-css-kjohs{padding:75px 0px 75px 0px;margin:0;}.brz .brz-css-kjohs > .brz-bg{border:0px solid rgba(102, 115, 141, 0);border-radius: 0px;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-image{background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-image:after{content: \"\";background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-color{background-color:rgba(0, 0, 0, 0);background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-shape__top{background-size: …", "pointer": "html > head:nth-child(1) > style:nth-child(39)" } ], "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 class=\"brz-style\">@media(min-width:991px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:991px) and (min-width:768px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:767px){.brz .brz-css-wcwdn{display:block;}}\n.brz .brz-css-kjohs{padding:75px 0px 75px 0px;margin:0;}.brz .brz-css-kjohs > .brz-bg{border:0px solid rgba(102, 115, 141, 0);border-radius: 0px;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-image{background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-image:after{content: \"\";background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-color{background-color:rgba(0, 0, 0, 0);background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-shape__top{background-size: …", "pointer": "html > head:nth-child(1) > style:nth-child(39)" } ], "attributes": [ "text-align: justify" ] } ] }, "QW-WCAG-T31": { "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa", "code": "QW-WCAG-T31", "mapping": "F24", "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "metadata": { "target": { "element": "*", "attributes": "text-decoration" }, "success-criteria": [ { "name": "1.4.3", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum" }, { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C23", "C25" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24", "passed": 38, "warning": 0, "failed": 12, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined color css property but not a background css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color3\">YOUR VOICE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color8\">IN SACRAMENTO</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</em>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > em:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color1\">Meet Josh Hoover</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color1\">Issues That Matter </span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color1\"> P.O. Box 850</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color1\"> Wilton, CA 95693</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"brz-mm-sronly\">Close menu</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(9) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 10, "warning": 2, "failed": 0, "inapplicable": 12 }, "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": 1, "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 data-generated-css=\"brz-css-amqui\" data-uniq-id=\"keuvi\" class=\"brz-css-kkrjv\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP17": { "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block", "code": "QW-BP17", "mapping": "G123", "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "metadata": { "target": { "element": "a", "attributes": "href" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G1", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123", "passed": 0, "warning": 3, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-mm-navbar__title\" href=\"#mm-2\">Menu</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, { "htmlCode": "<div id=\"mm-2\" class=\"brz-mm-panel brz-mm-panel_opened\">MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues</div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"brz-mm-navbar__title\" href=\"#mm-1\">Main Menu</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, { "htmlCode": "<div id=\"mm-1\" class=\"brz-mm-panel brz-mm-panel_opened\">Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues</div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#mm-0\">Close menu</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(9) > a:nth-child(1)" }, { "htmlCode": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesMain MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues\nDONATEYOUR VOICEIN SACRAMENTO\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover Sign up for updates:SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAn …", "pointer": "html > body:nth-child(2) > div:nth-child(9)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 70, "document": 1, "none": 8, "navigation": 4, "list": 4, "listitem": 32, "region": 5, "presentation": 3, "graphics-document": 8, "heading": 1, "form": 1, "textbox": 4, "button": 1, "separator": 1 }, "tags": { "html": 1, "head": 1, "meta": 5, "link": 27, "title": 1, "script": 20, "style": 6, "body": 1, "svg": 16, "defs": 8, "filter": 8, "fecolormatrix": 8, "fecomponenttransfer": 8, "fefuncr": 8, "fefuncg": 8, "fefuncb": 8, "fefunca": 8, "fecomposite": 8, "div": 162, "nav": 4, "a": 43, "span": 50, "ul": 4, "li": 32, "section": 5, "picture": 3, "img": 3, "g": 6, "path": 9, "p": 10, "h1": 1, "em": 1, "strong": 1, "form": 1, "input": 3, "textarea": 1, "button": 1, "hr": 1, "footer": 1 } } } }, "success": true }, "standardResult": { "totals": [ 12, 69, 35, 28 ], "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\"><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\"><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\"><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\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">About Josh</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">AD 7</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">News</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">Issues</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@ ... \\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" data-type=\"Email\" data-label=\"Email*\" data-placeholder=\"Email*\" class=\"brz-input brz-forms2__field brz-forms2__field-email\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > textarea:nth-child(1)" }, "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1)" }, "excerpt": "<button class=\"brz-btn brz-btn-submit brz-css-eeqdh brz-css-dyvux\" data-custom-id=\"umnlgbrtbfuovfvljxpavniocczuxkliovjo\">SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start= ... mationFrame(t.triggerAnimation.bind(t))},t.prototype.reset=function(){var t=this;window.cancelAnimationFrame(t.animationId)},t.prototype.triggerAnimation=function(t){var i=this;this.start||(this.sta …" }, { "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) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\">LEARN MORE</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) > footer:nth-child(8) > div:nth-child(2) > 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) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">About Josh</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">AD 7</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">News</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">Issues</a>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@ ... \\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" data-type=\"Email\" data-label=\"Email*\" data-placeholder=\"Email*\" class=\"brz-input brz-forms2__field brz-forms2__field-email\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > textarea:nth-child(1)" }, "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>" }, { "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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Home</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">About Josh</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">AD 7</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">News</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Endorsements</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Media</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Contact</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Issues</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Home</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Home</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">About Josh</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">AD 7</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">News</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Endorsements</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Media</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Contact</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Issues</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span brz-text__editor\">DONATE</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</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": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Home</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\"><head></head><body>Josh Hoover for Assembly window._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/ ... ;function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement( …" }, { "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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Home</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">About Josh</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">AD 7</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">News</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Endorsements</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Media</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Contact</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Issues</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span brz-text__editor\">DONATE</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) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</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) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color8\">IN SACRAMENTO</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": "EM", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > em:nth-child(1)" }, "excerpt": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</em>" }, { "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": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)" }, "excerpt": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>" }, { "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) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"brz-span brz-text__editor\">SUBSCRIBE</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) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\">Meet Josh Hoover</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) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</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) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</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) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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 class=\"brz-cp-color1\">Issues That Matter </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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1)" }, "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.</p>" }, { "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) > footer:nth-child(8) > div:nth-child(2) > 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) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span brz-text__editor\">DONATE</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Home</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">About Josh</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">AD 7</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">News</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Endorsements</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Media</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Contact</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span\">Issues</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\"> P.O. Box 850</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\"> Wilton, CA 95693</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) > footer:nth-child(8) > div:nth-child(2) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>" }, { "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 page-template-brizy-blank-template page-template-brizy-blank-template-php page page-id-37 wp-custom-logo ast-single-post ast-inherit-site-logo-transparent ast-hfb-heade ... ssues DONATEYOUR VOICEIN SACRAMENTO\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voter …" }, { "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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"brz-menu__ul brz-mm-listview\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current brz-mm-listitem\" data ... =\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\"><span class=\"brz-span\" _ …" }, { "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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"brz-menu__ul brz-mm-listview\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current brz-mm-listitem\" data ... =\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\"><span class=\"brz-span\" _ …" }, { "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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"brz-menu__ul\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-menu__item brz-menu__item--current\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz ... ) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:n …" }, { "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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"brz-menu__ul\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-menu__item brz-menu__item--current\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz ... > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:n …" }, { "ruleID": "QW-WCAG-T19", "what": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.", "ordinalSeverity": 2, "tagName": "FORM", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" }, "excerpt": "<form class=\"brz-form brz-d-xs-flex brz-flex-xs-wrap\" action=\"https://hooverforassembly.com/wp-admin/admin-ajax.php?action=brizy_submit_form\" novalidate=\"\" data-form-id=\"fiwzonyzcrctindwbiqslhbikebpuj ... w Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1)" }, "excerpt": "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\">YOUR VOICE</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"brz-css-vafgg\" data-generated-css=\"brz-css-eagrg\" data-uniq-id=\"ieifl\">IN SACRAMENTO</p>" }, { "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) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 data-generated-css=\"brz-css-amqui\" data-uniq-id=\"keuvi\" class=\"brz-css-kkrjv\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\"> Sign up for updates:</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4)" }, "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl brz-css-axozj\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\"></svg>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\">Meet Josh Hoover</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\"></svg>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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)" }, "excerpt": "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\">Issues That Matter </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1)" }, "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.</p>" }, { "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) > footer:nth-child(8) > div:nth-child(2) > 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) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">DONATE</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span brz-icon css-19j4wxv\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span brz-icon css-19j4wxv\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-span brz-icon css-19j4wxv\"></span>" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(39)" }, "excerpt": "<style class=\"brz-style\">@media(min-width:991px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:991px) and (min-width:768px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:767px){.brz .brz ... : \"\";background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-color{background-color:rgba(0, 0, 0, 0);background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-shape__top{background-size: …" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(39)" }, "excerpt": "<style class=\"brz-style\">@media(min-width:991px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:991px) and (min-width:768px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:767px){.brz .brz ... : \"\";background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-color{background-color:rgba(0, 0, 0, 0);background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-shape__top{background-size: …" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color8\">IN SACRAMENTO</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "EM", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > em:nth-child(1)" }, "excerpt": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</em>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)" }, "excerpt": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\">Meet Josh Hoover</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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 class=\"brz-cp-color1\">Issues That Matter </span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div:nth-child(1) > div:nth-child(2) > 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) > p:nth-child(1)" }, "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\"> P.O. Box 850</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\"> Wilton, CA 95693</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(9) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"brz-mm-sronly\">Close menu</span>" }, { "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) > section:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 data-generated-css=\"brz-css-amqui\" data-uniq-id=\"keuvi\" class=\"brz-css-kkrjv\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</h1>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-mm-navbar__title\" href=\"#mm-2\">Menu</a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "DIV", "id": "mm-2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"mm-2\" class=\"brz-mm-panel brz-mm-panel_opened\">MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues</div>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"brz-mm-navbar__title\" href=\"#mm-1\">Main Menu</a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "DIV", "id": "mm-1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"mm-1\" class=\"brz-mm-panel brz-mm-panel_opened\">Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues</div>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(9) > a:nth-child(1)" }, "excerpt": "<a href=\"#mm-0\">Close menu</a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "DIV", "id": "mm-0", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9)" }, "excerpt": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesMain MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssu ... one that I accept with gratitude and humility.\" – Josh Hoover Sign up for updates:SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAn …" } ] }, "endTime": 1687125008148 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687125008148, "url": "https://hooverforassembly.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.102", "responseTime": "2023-06-18T21:50:07.361Z", "data": { "apiErrors": [], "documentSize": 1203334, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 172, "failing": 8 }, "issues": { "totalErrors": 23, "totalWarnings": 0, "totalIssues": 23 }, "issuesByLevel": { "A": { "count": 10, "pct": 43.48 }, "AA": { "count": 4, "pct": 17.39 }, "AAA": { "count": 23, "pct": 100 } }, "density": { "errorDensity": 2, "warningDensity": 0, "allDensity": 2 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "3f721893-8190-46ac-bdae-3cd5c7d4678a", "docID": "5c1c7bb1-8183-497f-b26e-1e9f5aa8eb4e", "sourceHash": "ff1048460ab8a0e4eb6a62a25aa6c2b7", "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=3f721893-8190-46ac-bdae-3cd5c7d4678a", "resultSet": [ { "tID": 36, "bpID": 4, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This text is justified.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid using justified text", "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 607.531, "y": 114 }, "height": 114, "width": 607.531 }, "position": { "line": 16035, "column": 0 }, "errorSnippet": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\"><span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide sch", "xpath": "/html/body/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]", "issueID": "7765bb761b19c5b79718cda632515034", "signature": "4936bb4c6438d3088d30ec691da05dc0", "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=7765bb761b19c5b79718cda632515034" }, { "tID": 36, "bpID": 4, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This text is justified.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid using justified text", "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).", "viewPortLocation": { "top-left": { "x": 0, "y": 8 }, "bottom-right": { "x": 613, "y": 106 }, "height": 98, "width": 613 }, "position": { "line": 16036, "column": 0 }, "errorSnippet": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span&", "xpath": "/html/body/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]", "issueID": "f1350d20f4b8b8b0b475fd35e14982c8", "signature": "2b8aa927fb9f7ae34dbe6ac2002c069e", "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=f1350d20f4b8b8b0b475fd35e14982c8" }, { "tID": 36, "bpID": 4, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This text is justified.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid using justified text", "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 208, "y": 330 }, "height": 330, "width": 208 }, "position": { "line": 16036, "column": 0 }, "errorSnippet": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advoc", "xpath": "/html/body/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "issueID": "6b5ff2b786f7ce2d0969c93c70787c27", "signature": "e076885a05101c9349028801a1943d23", "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=6b5ff2b786f7ce2d0969c93c70787c27" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "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": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 85.4375, "y": 37.5781 }, "height": 37.5781, "width": 85.4375 }, "position": { "line": 9369, "column": 0 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-uenbj\"><img decoding=\"async\" cl", "xpath": "/html/body/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "bf96838512c870ea66a7a6dd0c44d132", "signature": "3d035efcc56be990a3af0e02eede89db", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=bf96838512c870ea66a7a6dd0c44d132" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "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": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 147.453, "y": 54 }, "height": 54, "width": 147.453 }, "position": { "line": 12321, "column": 0 }, "errorSnippet": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>", "xpath": "/html/body/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]", "issueID": "ab731109e7c40e8e550b0d8d3bc34911", "signature": "bb734c33d994a84cabe50fa7f51a1626", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=ab731109e7c40e8e550b0d8d3bc34911" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "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": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12322, "column": 0 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]", "issueID": "017922f78a5da98ea5828095ef85c29d", "signature": "258c5d5ead67e7afda94ad55a5005f2b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=017922f78a5da98ea5828095ef85c29d" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "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": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12322, "column": 0 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"b", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]", "issueID": "79c7f04781a38051b4b06d8447a92eed", "signature": "7d06bd0e3571b18a23f8200c9bd63cef", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=79c7f04781a38051b4b06d8447a92eed" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "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": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12489, "column": 34 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" c", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]", "issueID": "194f80702cf37236ed74dc73884e425b", "signature": "226e018c489a967be5faa55f230c72b4", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=194f80702cf37236ed74dc73884e425b" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "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": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 5, "y": 0 }, "bottom-right": { "x": 133.922, "y": 24 }, "height": 24, "width": 128.922 }, "position": { "line": 12322, "column": 0 }, "errorSnippet": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/19", "xpath": "/html/body/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]", "issueID": "0ea37e252ade4d368246b2bebb5e9737", "signature": "2610da99d23ea839c276dd4c12974de7", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=0ea37e252ade4d368246b2bebb5e9737" }, { "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": 122.328125, "y": 6 }, "bottom-right": { "x": 412.328125, "y": 56 }, "height": 50, "width": 290 }, "position": { "line": 16036, "column": 0 }, "errorSnippet": "<span class=\"brz-cp-color3\">YOUR VOICE</span>", "xpath": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]", "issueID": "03bfc4236c6c9ecccf516bdd376bd92f", "signature": "6a3a2304680498cd2fcbcf08a30daeec", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=03bfc4236c6c9ecccf516bdd376bd92f" }, { "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": 111.75, "y": 5 }, "bottom-right": { "x": 421.75, "y": 47 }, "height": 42, "width": 310 }, "position": { "line": 16036, "column": 0 }, "errorSnippet": "<span class=\"brz-cp-color8\">IN SACRAMENTO</span>", "xpath": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]", "issueID": "f70dfbfe640bb0d3f5f8ffa9517ee1fd", "signature": "4fc770f8a7c86fe57047ac4cb8b17009", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=f70dfbfe640bb0d3f5f8ffa9517ee1fd" }, { "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": 3 }, "bottom-right": { "x": 538, "y": 291 }, "height": 288, "width": 538 }, "position": { "line": 16036, "column": 3204 }, "errorSnippet": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one tha", "xpath": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]/em[1]", "issueID": "5ac39b1fbad24501f38729621cde32f4", "signature": "50cd3e12f800cf65592031cf9d9b94fc", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=5ac39b1fbad24501f38729621cde32f4" }, { "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": 3561.02 }, "height": 3561.02, "width": 1024 }, "position": { "line": 8329, "column": 61892 }, "errorSnippet": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\"><nav id=\"hdkaecyxtctcrgymhvoruuxycafgrozlgeer\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-lkwiw brz-mm-menu brz-mm-menu_offcanvas b", "xpath": "/html/body/div[1]", "issueID": "e664106a9ae4a4320bde5b211aa8c6b4", "signature": "0656e105b80075371ee58f48bb8bfc51", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e664106a9ae4a4320bde5b211aa8c6b4" }, { "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": 534.234, "y": 294 }, "height": 294, "width": 534.234 }, "position": { "line": 12382, "column": 404 }, "errorSnippet": "<h1 data-generated-css=\"brz-css-amqui\" data-uniq-id=\"keuvi\" class=\"brz-css-kkrjv\"><em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legisl", "xpath": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]", "issueID": "a7b193e25b8cb17ed66e6af73916d702", "signature": "5b450cc74e958d7ccf838372e87d41ee", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a7b193e25b8cb17ed66e6af73916d702" }, { "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": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12322, "column": 0 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]", "issueID": "0b475cafc3fe3a46672909db598f7fbe", "signature": "ccfaa7abbcab23945fcda201cba58d3c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0b475cafc3fe3a46672909db598f7fbe" }, { "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": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12322, "column": 0 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"b", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]", "issueID": "8a01c6250eddc1d6ed1cb14467e0b745", "signature": "94bb0636ee0f966fde021b105de42f79", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8a01c6250eddc1d6ed1cb14467e0b745" }, { "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": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12489, "column": 34 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" c", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]", "issueID": "8858a50072151a4d6d4aa43573e3791d", "signature": "9f0bb9508606a47906fff09549ab1b49", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8858a50072151a4d6d4aa43573e3791d" }, { "tID": 154, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This long string of text is in italics.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 3 }, "bottom-right": { "x": 538, "y": 291 }, "height": 288, "width": 538 }, "position": { "line": 16036, "column": 3204 }, "errorSnippet": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one tha", "xpath": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]/em[1]", "issueID": "6e3a12b5663f6c5535ad9a37baac8ce1", "signature": "6e90b119220b629b5eb9c00e24c8fc60", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=6e3a12b5663f6c5535ad9a37baac8ce1" }, { "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": 15, "y": 0 }, "bottom-right": { "x": 78.062, "y": 24 }, "height": 24, "width": 63.062 }, "position": { "line": 12321, "column": 0 }, "errorSnippet": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span clas", "xpath": "/html/body/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "12e9fbb6297623abe7002e1d88b7794a", "signature": "131618d00c15aa3a8101ede6b51bc588", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=12e9fbb6297623abe7002e1d88b7794a" }, { "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": 5, "y": 0 }, "bottom-right": { "x": 76.48399999999998, "y": 27 }, "height": 27, "width": 71.48399999999998 }, "position": { "line": 12322, "column": 0 }, "errorSnippet": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span clas", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]", "issueID": "0f18e0dced8f391338ad83e5be94468a", "signature": "f5f9a8aa672a230385590fa64cffaa93", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0f18e0dced8f391338ad83e5be94468a" }, { "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": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12322, "column": 0 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]", "issueID": "685530c6b805b6ade7832e72e02c72b7", "signature": "1758e7d339f1ae1fc3f16a5d41a6aba5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=685530c6b805b6ade7832e72e02c72b7" }, { "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": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12322, "column": 0 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"b", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]", "issueID": "e44dc332658a69827de12e1c7b206b8b", "signature": "744bab77b6f6d116c83e3d3373d0148c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e44dc332658a69827de12e1c7b206b8b" }, { "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": 5, "y": 11.234375 }, "bottom-right": { "x": 47, "y": 28.234375 }, "height": 17, "width": 42 }, "position": { "line": 12489, "column": 34 }, "errorSnippet": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" c", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]", "issueID": "5050a461c3b4556eebb10f89bab9d1bc", "signature": "8d33725540321670e7ba8ae13b7e3560", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5050a461c3b4556eebb10f89bab9d1bc" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 23 ], "instances": [ { "ruleID": "36", "what": "This text is justified.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\"><span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide sch" }, { "ruleID": "36", "what": "This text is justified.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]" }, "excerpt": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span&" }, { "ruleID": "36", "what": "This text is justified.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advoc" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-uenbj\"><img decoding=\"async\" cl" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"b" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" c" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/19" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]" }, "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</span>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]" }, "excerpt": "<span class=\"brz-cp-color8\">IN SACRAMENTO</span>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "EM", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]/em[1]" }, "excerpt": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one tha" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "mm-0", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]" }, "excerpt": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\"><nav id=\"hdkaecyxtctcrgymhvoruuxycafgrozlgeer\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-lkwiw brz-mm-menu brz-mm-menu_offcanvas b" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 data-generated-css=\"brz-css-amqui\" data-uniq-id=\"keuvi\" class=\"brz-css-kkrjv\"><em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legisl" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"b" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" c" }, { "ruleID": "154", "what": "This long string of text is in italics.", "ordinalSeverity": 3, "tagName": "EM", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]/em[1]" }, "excerpt": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one tha" }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span clas" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span clas" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"b" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" c" } ] }, "endTime": 1687125008740 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687125008741, "url": "https://hooverforassembly.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": 1, "items": [ [ "email", "", "#udlmrjauqkgskvvxeofijqxbwsqaaazvuchw" ] ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "#udlmrjauqkgskvvxeofijqxbwsqaaazvuchw" } ] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 272 }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "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": 29, "tabFocused": 29, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 29, "types": { "missing": { "total": 29, "tagNames": { "A": 24, "INPUT": 3, "TEXTAREA": 1, "BUTTON": 1 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust" }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "About Josh" }, { "tagName": "A", "id": "", "text": "AD 7" }, { "tagName": "A", "id": "", "text": "News" }, { "tagName": "A", "id": "", "text": "Endorsements" }, { "tagName": "A", "id": "", "text": "Media" }, { "tagName": "A", "id": "", "text": "Contact" }, { "tagName": "A", "id": "", "text": "Issues" }, { "tagName": "A", "id": "", "text": "DONATE" }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat" }, { "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "text": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetz" }, { "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "text": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvy" }, { "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "text": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpy" }, { "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "text": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqs" }, { "tagName": "BUTTON", "id": "", "text": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" }, { "tagName": "A", "id": "", "text": "LEARN MORE" }, { "tagName": "A", "id": "", "text": "DONATE" }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da" }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li" }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data" }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "About Josh" }, { "tagName": "A", "id": "", "text": "AD 7" }, { "tagName": "A", "id": "", "text": "News" }, { "tagName": "A", "id": "", "text": "Endorsements" }, { "tagName": "A", "id": "", "text": "Media" }, { "tagName": "A", "id": "", "text": "Contact" }, { "tagName": "A", "id": "", "text": "Issues" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 29 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust" }, { "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": "About Josh" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 7" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "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": "Media" }, { "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": "Issues" }, { "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": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetz" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvy" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpy" }, { "ruleID": "focInd", "what": "TEXTAREA element has no focus indicator", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqs" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEARN MORE" }, { "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": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data" }, { "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": "About Josh" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 7" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "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": "Media" }, { "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": "Issues" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 48, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 0, "tagNames": {} }, "focusableAndOperable": { "total": 48, "tagNames": { "A": 43, "INPUT": 3, "TEXTAREA": 1, "BUTTON": 1 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Josh", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "AD 7", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Main Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Josh", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "AD 7", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Josh", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "AD 7", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "text": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetz", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "text": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvy", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "text": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpy", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "text": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqs", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "LEARN MORE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Josh", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "AD 7", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Close menu", "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": 41, "triggerSample": 20, "impactTriggers": 0, "additions": 0, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 2, "noCursors": 0, "badCursors": 2, "noIndicators": 2, "badIndicators": 8 }, "items": { "impactTriggers": [], "unhoverables": [ { "tagName": "A", "id": "", "text": "DONATE" } ], "noCursors": [], "badCursors": [ { "tagName": "BUTTON", "id": "", "text": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" } ], "noIndicators": [ { "tagName": "BUTTON", "id": "", "text": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" } ], "badIndicators": [ { "tagName": "LI", "id": "", "text": "About Josh" }, { "tagName": "LI", "id": "", "text": "AD 7" }, { "tagName": "LI", "id": "", "text": "News" }, { "tagName": "LI", "id": "", "text": "Endorsements" }, { "tagName": "LI", "id": "", "text": "Media" }, { "tagName": "LI", "id": "", "text": "Contact" }, { "tagName": "LI", "id": "", "text": "Issues" } ] } }, "totals": [ 0, 0, 10, 4 ], "standardInstances": [ { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Josh" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 7" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 4, "wellLabeled": 1 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 0, "tagName": "INPUT", "type": "text", "texts": {} }, { "index": 1, "tagName": "INPUT", "type": "text", "texts": {} }, { "index": 2, "tagName": "INPUT", "type": "email", "texts": {} }, { "index": 3, "tagName": "TEXTAREA", "type": "textarea", "texts": {} } ], "wellLabeled": [ { "index": 4, "tagName": "BUTTON", "type": "submit", "texts": { "content": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" } } ] } }, "totals": [ 0, 0, 0, 4 ], "standardInstances": [ { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element TEXTAREA is unlabeled", "ordinalSeverity": 3, "tagName": "TEXTAREA", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "TEXTAREA: " } ] }, "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": 43, "adjacent": { "total": 11, "underlined": 1, "underlinedPercent": 9 } }, "items": { "underlined": [ { "id": "", "text": "Close menu" } ], "notUnderlined": [ { "id": "", "text": "Menu" }, { "id": "", "text": "Main Menu" }, { "id": "", "text": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust" }, { "id": "", "text": "DONATE" }, { "id": "", "text": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat" }, { "id": "", "text": "LEARN MORE" }, { "id": "", "text": "DONATE" }, { "id": "", "text": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da" }, { "id": "", "text": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li" }, { "id": "", "text": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data" } ] } }, "totals": [ 0, 10, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main Menu" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEARN MORE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data" } ] }, "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": { "button": { "total": 1 }, "adjacentLink": { "total": 11, "subtotals": [ 5, 5, 1 ] }, "listLink": { "total": 32, "subtotals": [ 8, 8, 7, 7, 1, 1 ] }, "h1": { "total": 1 } }, "items": { "adjacentLink": { "fontWeight": { "400": [ "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust", "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat", "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da", "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li", "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data", "Close menu" ], "700": [ "Menu", "Main Menu", "DONATE", "LEARN MORE", "DONATE" ] }, "textDecorationLine": { "none": [ "Menu", "Main Menu", "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust", "DONATE", "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat", "LEARN MORE", "DONATE", "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da", "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li", "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data" ], "underline": [ "Close menu" ] } }, "listLink": { "color": { "rgb(255, 255, 255)": [ "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues", "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues" ], "rgb(244, 178, 35)": [ "Home", "Home" ], "rgb(0, 84, 135)": [ "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues" ] }, "fontSize": { "15px": [ "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues", "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues" ], "16px": [ "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues" ], "18px": [ "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues" ] }, "lineHeight": { "24px": [ "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues", "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues", "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues" ], "27px": [ "Home", "About Josh", "AD 7", "News", "Endorsements", "Media", "Contact", "Issues" ] } } } }, "totals": [ 2, 5, 0, 0 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 6 different styles", "count": 5, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 9, "tagNames": { "NAV": 2, "DIV": 6, "SECTION": 1 } }, "items": [ { "tagName": "NAV", "id": "hdkaecyxtctcrgymhvoruuxycafgrozlgeer", "text": "MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "tagName": "DIV", "id": "mm-2", "text": "MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "tagName": "DIV", "id": "", "text": "Menu" }, { "tagName": "NAV", "id": "yaxmorymmnxiswgbiytxsqaimdqqydzavssl", "text": "Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "tagName": "DIV", "id": "mm-1", "text": "Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "tagName": "DIV", "id": "", "text": "Main Menu" }, { "tagName": "DIV", "id": "", "text": "HomeAbout JoshAD 7NewsEndorsementsMediaContactIssues DONATE" }, { "tagName": "SECTION", "id": "ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj", "text": "Meet Josh HooverThroughout his time in the State Legislature, Josh has worked to put families first " }, { "tagName": "DIV", "id": "", "text": "Close menu" } ] }, "totals": [ 9, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "hdkaecyxtctcrgymhvoruuxycafgrozlgeer", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "mm-2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "yaxmorymmnxiswgbiytxsqaimdqqydzavssl", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "mm-1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main Menu" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeAbout JoshAD 7NewsEndorsementsMediaContactIssues DONATE" }, { "ruleID": "zIndex", "what": "SECTION element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SECTION", "id": "ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Josh HooverThroughout his time in the State Legislature, Josh has worked to put families first " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Close menu" } ] } }, "success": true }, "standardResult": { "totals": [ 12, 15, 11, 37 ], "instances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "#udlmrjauqkgskvvxeofijqxbwsqaaazvuchw" }, { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust" }, { "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": "About Josh" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 7" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "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": "Media" }, { "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": "Issues" }, { "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": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetz" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvy" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpy" }, { "ruleID": "focInd", "what": "TEXTAREA element has no focus indicator", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqs" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEARN MORE" }, { "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": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data" }, { "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": "About Josh" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 7" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "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": "Media" }, { "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": "Issues" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Josh" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 7" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element TEXTAREA is unlabeled", "ordinalSeverity": 3, "tagName": "TEXTAREA", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "TEXTAREA: " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main Menu" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-cust" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" dat" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEARN MORE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" da" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-li" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data" }, { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 6 different styles", "count": 5, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "hdkaecyxtctcrgymhvoruuxycafgrozlgeer", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "mm-2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "yaxmorymmnxiswgbiytxsqaimdqqydzavssl", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "mm-1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main Menu" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeAbout JoshAD 7NewsEndorsementsMediaContactIssues DONATE" }, { "ruleID": "zIndex", "what": "SECTION element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SECTION", "id": "ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Josh HooverThroughout his time in the State Legislature, Josh has worked to put families first " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Close menu" } ] }, "endTime": 1687125051657 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687125051657, "url": "https://hooverforassembly.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Josh Hoover for Assembly", "pageurl": "https://hooverforassembly.com/", "time": 3.01, "creditsremaining": 894, "allitemcount": 52, "totalelements": 488, "waveurl": "http://wave.webaim.org/report?url=https://hooverforassembly.com/" }, "categories": { "error": { "description": "Errors", "count": 9, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > PICTURE:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "label_missing": { "id": "label_missing", "description": "Missing form label", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child > INPUT#ohskqrivgluktmvunffndhwarfmbfnnuvnez", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child + DIV > INPUT#plilyqirbifjxclfqkrwfthuerymggxcqyby", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child + DIV + DIV > INPUT#udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child + DIV + DIV + DIV > TEXTAREA#myoekjurnhyzhmopurrwkpqzjdjlqytfbymg" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] }, "link_empty": { "id": "link_empty", "description": "Empty link", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + A", "HTML > HEAD:first-child + BODY > DIV#mm-0 > FOOTER#smemyydntkxerlduxexfttwrqlkdyzavetlf > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > FOOTER#smemyydntkxerlduxexfttwrqlkdyzavetlf > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > FOOTER#smemyydntkxerlduxexfttwrqlkdyzavetlf > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#aizlfvzsxytdeneumphozodggxcolvzxfnnv > DIV: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" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 12, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 12, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > H1:first-child > EM:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > FOOTER#smemyydntkxerlduxexfttwrqlkdyzavetlf > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > A:first-child > SPAN:first-child" ], "contrastdata": [ [ 1.86, "#f4b223", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1.86, "#f4b223", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1.86, "#f4b223", "#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": 8, "items": { "heading_possible": { "id": "heading_possible", "description": "Possible heading", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#kvhafdzircdxdnwgjgzozdkdgyvctjxlywua > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "text_justified": { "id": "text_justified", "description": "Justified text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#kvhafdzircdxdnwgjgzozdkdgyvctjxlywua > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 8, 0, 0, 21 ], "instances": [ { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > PICTURE:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "label_missing", "what": "Missing form label", "ordinalSeverity": 3, "tagName": "INPUT", "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child > INPUT#ohskqrivgluktmvunffndhwarfmbfnnuvnez" }, "excerpt": "" }, { "ruleID": "label_missing", "what": "Missing form label", "ordinalSeverity": 3, "tagName": "INPUT", "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child + DIV > INPUT#plilyqirbifjxclfqkrwfthuerymggxcqyby" }, "excerpt": "" }, { "ruleID": "label_missing", "what": "Missing form label", "ordinalSeverity": 3, "tagName": "INPUT", "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child + DIV + DIV > INPUT#udlmrjauqkgskvvxeofijqxbwsqaaazvuchw" }, "excerpt": "" }, { "ruleID": "label_missing", "what": "Missing form label", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child + DIV + DIV + DIV > TEXTAREA#myoekjurnhyzhmopurrwkpqzjdjlqytfbymg" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > FOOTER#smemyydntkxerlduxexfttwrqlkdyzavetlf > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > FOOTER#smemyydntkxerlduxexfttwrqlkdyzavetlf > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > FOOTER#smemyydntkxerlduxexfttwrqlkdyzavetlf > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#aizlfvzsxytdeneumphozodggxcolvzxfnnv > DIV:first-child > 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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > A: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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > A: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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI > A: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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A: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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A: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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A: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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI > A: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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A: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#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P: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#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "EM", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > H1:first-child > EM: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#mm-0 > FOOTER#smemyydntkxerlduxexfttwrqlkdyzavetlf > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > A:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ictulthagulesfdooadqeakxzdtjulfjjgwq > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#kvhafdzircdxdnwgjgzozdkdgyvctjxlywua > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P: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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > 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#mm-0 > SECTION#thljctroccmxkqjihjiavnetrivcjlrfyacr > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + A" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#mm-0 > SECTION#kvhafdzircdxdnwgjgzozdkdgyvctjxlywua > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child" }, "excerpt": "" } ] }, "endTime": 1687125054929 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD7-c", "which": "https://hooverforassembly.com/", "what": "Candidate Josh Hoover (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T21:49:21", "endTime": "2023-06-18T21:50:54", "elapsedSeconds": 93, "visitLatency": 8, "logCount": 13, "logSize": 607, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 43 ], [ "testaro", 14 ], [ "alfa", 7 ], [ "ibm", 6 ], [ "nuVal", 3 ], [ "qualWeb", 3 ], [ "wave", 3 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1917, "issue": 1715, "tool": 199, "prevention": 0, "log": 3, "latency": 0 }, "details": { "severity": { "total": [ 206, 93, 237, 222 ], "byTool": { "testaro": [ 12, 15, 11, 37 ], "alfa": [ 68, 0, 0, 31 ], "axe": [ 6, 6, 13, 20 ], "continuum": [ 0, 0, 0, 17 ], "htmlcs": [ 8, 0, 0, 18 ], "ibm": [ 0, 3, 0, 27 ], "nuVal": [ 92, 0, 178, 0 ], "qualWeb": [ 12, 69, 35, 28 ], "tenon": [ 0, 0, 0, 23 ], "wave": [ 8, 0, 0, 21 ] } }, "prevention": {}, "issue": { "linkNoText": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 5, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 5, "texts": [ "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute" ] } } }, "continuum": { "237": { "quality": 1, "what": "a element has no machanism allowing an accessible name value to be calculated", "complaints": { "countTotal": 5, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.4_1_2.H91.A.NoContent": { "quality": 1, "what": "Link has an href attribute but no text", "complaints": { "countTotal": 4, "texts": [ "Anchor element found with a valid href attribute, but no link content has been supplied." ] } } }, "ibm": { "a_text_purpose": { "quality": 1, "what": "Hyperlink has no link text, label, or image with a text alternative", "complaints": { "countTotal": 5, "texts": [ "Hyperlink has no link text, label or image with a text alternative" ] } } }, "qualWeb": { "QW-ACT-R12": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 5, "texts": [ "This rule checks that each link has an accessible name." ] } }, "QW-WCAG-T21": { "quality": 1, "what": "Accessible name is not provided for an image which is the only content in a link", "complaints": { "countTotal": 1, "texts": [ "This technique checks the text alternative of images which are the only content of a link" ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 5, "texts": [ "This link has no text inside it." ] } } }, "wave": { "alt_link_missing": { "quality": 1, "what": "Linked image has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Linked image missing alternative text" ] } }, "link_empty": { "quality": 1, "what": "Link contains no text", "complaints": { "countTotal": 4, "texts": [ "Empty link" ] } } } } }, "contentBeyondLandmarks": { "score": 24, "maxCount": 12, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 11, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 12, "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": 10, "texts": [ "Content is not within a landmark element" ] } } } } }, "focusIndication": { "score": 116, "maxCount": 29, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 29, "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": 29, "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": 29, "texts": [ "A element has no focus indicator", "INPUT element has no focus indicator", "TEXTAREA element has no focus indicator", "BUTTON element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 20, "maxCount": 20, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 20, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 13, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #068804, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 15.0pt (20px), 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.29 (foreground color: #005487, background color: #f4b223, font size: 34.5pt (46px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 4, "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 1.87:1. Recommendation: change text colour to #775200.", "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 1:1. Recommendation: change text colour to #595959.", "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 1:1. Recommendation: change text colour to #feffff.", "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.63:1. Recommendation: change background to #026800." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 12, "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": 76, "maxCount": 19, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 19, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 8, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "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.29 (foreground color: #f4b223, background color: #005487, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.62 (foreground color: #f4b223, background color: #efefef, font size: 11.3pt (15px), font weight: bold). 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": 3, "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 1:1. Recommendation: change text colour to #767676.", "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 1.87:1. Recommendation: change text colour to #9f6d00." ] } } }, "ibm": { "text_contrast_sufficient": { "quality": 1, "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight", "complaints": { "countTotal": 1, "texts": [ "Text contrast of 1.87 with its background is less than the WCAG AA minimum requirements for text of size 45px and weight of 800" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 11, "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": 12, "texts": [ "Very low contrast" ] } } } } }, "justification": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "alfa": { "r71": { "quality": 1, "what": "Paragraph text is fully justified", "complaints": { "countTotal": 2, "texts": [ "Paragraphs of text are not justified" ] } } }, "tenon": { "36": { "quality": 1, "what": "Text is fully justified", "complaints": { "countTotal": 3, "texts": [ "This text is justified." ] } } }, "wave": { "text_justified": { "quality": 1, "what": "Text is justified", "complaints": { "countTotal": 2, "texts": [ "Justified text" ] } } } } }, "leadingInsufficient": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 3, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 36, "maxCount": 18, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 9, "texts": [ "Paragraphs of text do not have font sizes defined in absolute units" ] } } }, "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 18, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "repeatedContentRisk": { "score": 9, "maxCount": 9, "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." ] } }, "QW-BP17": { "quality": 1, "what": "No link at the beginning of a block of repeated content goes to the end of the block", "complaints": { "countTotal": 6, "texts": [ "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block." ] } } } } }, "hiddenContentRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 6, "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." ] } } } } }, "landmarkConfusion": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "axe": { "landmark-unique": { "quality": 1, "what": "Landmark has a role and an accessible name that are identical to another", "complaints": { "countTotal": 1, "texts": [ "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" ] } } } } }, "svgImageNoText": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "continuum": { "123": { "quality": 1, "what": "svg element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 4, "texts": [ "This svg element does not have a mechanism that allows an accessible name value to be calculated" ] } } } } }, "navConfusion": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "continuum": { "531": { "quality": 1, "what": "nav element has an accessible name that is non-unique among the nav elements", "complaints": { "countTotal": 2, "texts": [ "This nav does not have a unique accessible name as required when two or more nav elements are present" ] } } } } }, "navNoText": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "continuum": { "533": { "quality": 1, "what": "nav element is not the only nav element but has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This nav does not have an accessible name as required when two or more nav elements are present" ] } } } } }, "inputOnlyPlaceholder": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "continuum": { "863": { "quality": 1, "what": "input has an accessible name that depends on a placeholder", "complaints": { "countTotal": 3, "texts": [ "This input should not rely on text in the placeholder attribute for an accessible name" ] } } } } }, "textAreaNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "continuum": { "872": { "quality": 1, "what": "textarea element has no accessible name, but only a placeholder attribute", "complaints": { "countTotal": 1, "texts": [ "This textarea should not rely on text in the placeholder attribute for an accessible name" ] } } }, "htmlcs": { "AAA.4_1_2.H91.Textarea.Name": { "quality": 1, "what": "textarea element has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute." ] } } } } }, "decorativeImageRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 1, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "pseudoHeadingRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H42": { "quality": 1, "what": "Heading coding is not used but the element may be intended as a heading", "complaints": { "countTotal": 1, "texts": [ "Heading markup should be used if this content is intended as a heading." ] } } }, "wave": { "heading_possible": { "quality": 1, "what": "Possible heading", "complaints": { "countTotal": 4, "texts": [ "Possible heading" ] } } } } }, "scrollRisk": { "score": 1, "maxCount": 1, "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": 1, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "linkWindowSurpriseRisk": { "score": 5, "maxCount": 5, "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": 5, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "controlNoText": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "htmlcs": { "AAA.1_3_1.F68": { "quality": 1, "what": "Form control has no label", "complaints": { "countTotal": 3, "texts": [ "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate." ] } } }, "wave": { "label_missing": { "quality": 1, "what": "form element has no label", "complaints": { "countTotal": 4, "texts": [ "Missing form label" ] } } } } }, "inputNoText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "htmlcs": { "AAA.4_1_2.H91.InputEmail.Name": { "quality": 1, "what": "Email input has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute." ] } }, "AAA.4_1_2.H91.InputText.Name": { "quality": 1, "what": "Text input has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute." ] } } } } }, "duplicateID": { "score": 672, "maxCount": 168, "weight": 4, "tools": { "ibm": { "element_id_unique": { "quality": 1, "what": "Element has an id attribute value that is already in use", "complaints": { "countTotal": 11, "texts": [ "The <a> element has the id \"\" that is empty", "The <div> element has the id \"\" that is empty" ] } } }, "nuVal": { "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": { "quality": 1, "what": "Duplicate id", "complaints": { "countTotal": 168, "texts": [ "Duplicate ID .", "The first occurrence of ID was here." ] } } } } }, "obsolete": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 2, "texts": [ "The HTML attribute(s) \"version\" is deprecated in HTML 5" ] } } } } }, "roleBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_contentinfo_misuse": { "quality": 1, "what": "Element with a contentinfo role is present without an element with a main role", "complaints": { "countTotal": 1, "texts": [ "The element with \"contentinfo\" role is present without an element with \"main\" role" ] } } } } }, "cssInvalid": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "nuVal": { "^CSS: .+: Character .+ is neither a decimal digit number.*$": { "quality": 1, "what": "Nonnumeric character in a numeric style property", "complaints": { "countTotal": 6, "texts": [ "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark." ] } } } } }, "attributeBad": { "score": 352, "maxCount": 88, "weight": 4, "tools": { "nuVal": { "^Bad value .* for attribute .+ on element .+$": { "quality": 1, "what": "Attribute on this element has an invalid value", "complaints": { "countTotal": 86, "texts": [ "Bad value for attribute id on element a: An ID must not be the empty string.", "Bad value for attribute id on element div: An ID must not be the empty string." ] } }, "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 2, "texts": [ "Attribute type not allowed on element textarea at this point." ] } } } } }, "sectionHeadingless": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "nuVal": { "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": { "quality": 1, "what": "section has no heading", "complaints": { "countTotal": 8, "texts": [ "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed." ] } } }, "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" ] } } } } }, "slashParseRisk": { "score": 25, "maxCount": 25, "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": 25, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "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" ] } } } } }, "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." ] } } } } }, "errorReferenceBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 4, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "overflowHiddenRisk": { "score": 31, "maxCount": 31, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 31, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "pseudoNavList": { "score": 8, "maxCount": 4, "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": 4, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "submitButton": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-WCAG-T19": { "quality": 1, "what": "Submit button not provided", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context." ] } } } } }, "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." ] } } } } }, "colorMissing": { "score": 48, "maxCount": 12, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 12, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "noHeading": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 1, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "linkVague": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "73": { "quality": 1, "what": "Link text is too generic to communicate the purpose or destination", "complaints": { "countTotal": 1, "texts": [ "This link text is uninformative." ] } } } } }, "leadingClipsText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 2, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 3, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allItalics": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "tenon": { "154": { "quality": 1, "what": "Long string of text is italic", "complaints": { "countTotal": 1, "texts": [ "This long string of text is in italics." ] } } } } }, "linkForcesNewWindow": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 5, "texts": [ "This link opens in a new window without user control." ] } } } } }, "autocompleteNone": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "autocomplete": { "quality": 1, "what": "Name or email input is missing its required autocomplete attribute", "complaints": { "countTotal": 1, "texts": [ "Input is missing the required autocomplete attribute with value email" ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "hoverSurprise": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 10, "texts": [ "Operable element cannot be hovered over", "Link or button makes the hovering mouse cursor nonstandard", "Button shows no indication of being hovered over", "List item changes when hovered over" ] } } } } }, "labelClash": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 4, "texts": [ "Element INPUT is unlabeled", "Element TEXTAREA is unlabeled" ] } } } } }, "linkIndication": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 10, "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 3 different styles", "Links in columns have 6 different styles" ] } } } } }, "zIndexNotZero": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 9, "texts": [ "NAV element has a non-default Z index", "DIV element has a non-default Z index", "SECTION 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" ] } } } } } } } } }