Accessibility digest
Page | Candidate Megan Dahle (R) |
---|---|
URL | https://www.votemegandahle.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 2146 |
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 Megan Dahle (R) at https://www.votemegandahle.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 2146, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 2146 | Sum of the component scores |
issue | 1657 | Severity and number of reported defects |
tool | 271 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 218 | 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 |
---|---|
attributeBad | 336 |
focusIndication | 120 |
fontSizeAbsolute | 100 |
textContrastAA | 88 |
contentBeyondLandmarks | 70 |
parentBad | 60 |
scrollRisk | 58 |
linkNoText | 48 |
noHeading | 48 |
errorReferenceBad | 40 |
tabFocusability | 40 |
overflowHiddenRisk | 36 |
menuNavigation | 36 |
cssInvalid | 33 |
linkIndication | 32 |
contrastAAA | 27 |
linkForcesNewWindow | 27 |
obsolete | 24 |
typeRedundant | 21 |
focusableOperable | 21 |
linkElementBad | 20 |
targetEmpty | 20 |
listItemOrphan | 16 |
duplicateID | 16 |
imageNoSource | 16 |
linkPair | 16 |
parseError | 15 |
contrastRisk | 14 |
zIndexNotZero | 14 |
imageNoText | 12 |
hiddenContentRisk | 12 |
linkVague | 12 |
targetSize | 12 |
labelClash | 12 |
siteNavigation | 11 |
allCaps | 11 |
docType | 10 |
hoverSurprise | 10 |
linkWindowSurpriseRisk | 9 |
pseudoListRisk | 9 |
headingLevelSkip | 8 |
pseudoOrderedListRisk | 8 |
headingStructure | 8 |
iframeTitleBad | 8 |
linkTextsSame | 8 |
headingOfNothing | 6 |
pseudoNavList | 6 |
metaBad | 6 |
inconsistentStyles | 6 |
cssBansRotate | 4 |
pageLanguage | 4 |
sourceEmpty | 4 |
labelConfusionRisk | 4 |
colorMissing | 4 |
listChild | 4 |
leadingClipsText | 4 |
repeatedContentRisk | 3 |
labelForBad | 3 |
roleBad | 3 |
skipRepeatedContent | 3 |
sectionHeadingless | 3 |
focusableRole | 3 |
boxSizeAbsolute | 3 |
mainNone | 2 |
justificationRisk | 2 |
mainNotTop | 2 |
eventKeyboardRisk | 1 |
noOptionFocusable | 1 |
roleRedundant | 1 |
textAlternativeRisk | 1 |
visibleBulk | 1 |
noScriptRisk | 1 |
frameContentRisk | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue attributeBad
WCAG: 1.3.1
Score: 336
Complaints by nuVal
Rule ^Attribute .+ not allowed on element .+ at this point.*$
^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 72
Complaint specifics
- Attribute dmwrapped not allowed on element div at this point.
- Attribute themewaschanged not allowed on element div at this point.
- Attribute dmtemplateid not allowed on element div at this point.
- Attribute freeheader not allowed on element div at this point.
- Attribute headerlayout not allowed on element div at this point.
- Attribute layout not allowed on element div at this point.
- Attribute preserve-sticky-header not allowed on element div at this point.
- Attribute logo-size-target not allowed on element div at this point.
- Attribute dm:templateorder not allowed on element div at this point.
- Attribute editablewidget not allowed on element div at this point.
- Attribute file not allowed on element a at this point.
- Attribute layout-main not allowed on element nav at this point.
- Attribute layout-sub not allowed on element nav at this point.
- Attribute dmle_extension not allowed on element nav at this point.
- Attribute wr not allowed on element nav at this point.
- Attribute icon not allowed on element nav at this point.
- Attribute surround not allowed on element nav at this point.
- Attribute adwords not allowed on element nav at this point.
- Attribute navigation-id not allowed on element nav at this point.
- Attribute irh not allowed on element img at this point.
- Attribute irw not allowed on element img at this point.
- Attribute index not allowed on element li at this point.
- Attribute isall not allowed on element div at this point.
- Attribute dmle_extension not allowed on element div at this point.
- Attribute icon not allowed on element div at this point.
- Attribute surround not allowed on element div at this point.
- Attribute runtime_url not allowed on element a at this point.
- Attribute extractelementdata not allowed on element div at this point.
- Attribute wr not allowed on element div at this point.
- Attribute networks not allowed on element div at this point.
- Attribute adwords not allowed on element div at this point.
- Attribute dm_dont_rewrite_url not allowed on element a at this point.
- Attribute background-image":""}" not allowed on element div at this point.
Rule ^Attribute .+ is not serializable as XML 1\.0.*$
Description: Attribute is invalidly nonserializable
Count of instances: 4
Complaint specifics
- Attribute dm:templateorder is not serializable as XML 1.0.
- Attribute background-image":""}" is not serializable as XML 1.0.
Rule ^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 8
Complaint specifics
- Bad value page for attribute type on element a: Subtype missing.
- Bad value true for attribute allowfullscreen on element iframe.
- Bad value url for attribute type on element a: Subtype missing.
- Bad value for attribute href on element link: Illegal character in query: | is not allowed.
Issue focusIndication
WCAG: 2.4.7
Score: 120
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 18
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 30
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: 1
Complaint specifics
- IFRAME element has no focus indicator
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 100
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 50
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue textContrastAA
WCAG: 1.4.3
Score: 88
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 22
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: 20
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 due to a pseudo element
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.83 (foreground color: #ffffff, background color: #7dcdc9, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.83 (foreground color: #7dcdc9, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.48 (foreground color: #444c89, background color: #01062a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 4
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 2.61:1. Recommendation: change text colour to #707070.
- 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 2.72:1. Recommendation: change text colour to #797575.
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: 18
Complaint specifics
- Text contrast of 2.49 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400
- Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400
- Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400
- Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400
- Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400
- Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 50px and weight of 400
- Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400
- Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 14
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: 20
Complaint specifics
- Very low contrast
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 70
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 35
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: 22
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: 27
Complaint specifics
- Content is not within a landmark element
Issue parentBad
WCAG: 1.3.1
Score: 60
Complaints by nuVal
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Description: Element has an invalid parent
Count of instances: 15
Complaint specifics
- Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
- Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
- Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Issue scrollRisk
WCAG: 1.4.10
Score: 58
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: 4
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
- Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.
Complaints by qualWeb
Rule QW-BP18
QW-BP18
Description: Percentage is not used in CSS for a container size
Count of instances: 58
Complaint specifics
- The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.
Issue linkNoText
WCAG: 2.4.4
Score: 48
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 6
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 6
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: 3
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.1_1_1.H30.2
AAA.1_1_1.H30.2
Description: img element is the only link content but has no text alternative
Count of instances: 6
Complaint specifics
- Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
Rule AAA.4_1_2.H91.A.NoContent
Description: Link has an href attribute but no text
Count of instances: 1
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: 7
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: 6
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: 6
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: 3
Complaint specifics
- This link has no text inside it.
Rule 91
Description: Link has a background image but no text inside it
Count of instances: 4
Complaint specifics
- This link has no text, but it has a background image.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 6
Complaint specifics
- Linked image missing alternative text
Issue noHeading
WCAG: 1.3.1
Score: 48
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 16
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue errorReferenceBad
WCAG: 3.3.1
Score: 40
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 10
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 tabFocusability
WCAG: 2.1.1
Score: 40
Complaints by qualWeb
Rule QW-WCAG-T24
QW-WCAG-T24
Description: Script removes the focus when focus is received
Count of instances: 10
Complaint specifics
- Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 1
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 36
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: 36
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 menuNavigation
WCAG: 2.1.1
Score: 36
Complaints by testaro
Rule menuNav
menuNav
Description: Nonstandard keyboard navigation among focusable menu items
Count of instances: 18
Complaint specifics
- Menu item responds nonstandardly to ArrowRight, ArrowLeft, End
- Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home, End
- Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home
Issue cssInvalid
WCAG: 4.1
Score: 33
Complaints by nuVal
Rule CSS: The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it.
CSS: The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it.
Description: CSS @charset at-rule is not at the start of its style sheet
Count of instances: 1
Complaint specifics
- CSS: The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it.
Rule ^CSS: .+: .+ is not a .+ value.*$
Description: Invalid value in CSS
Count of instances: 2
Complaint specifics
- CSS: z-index: 1px is not a z-index value.
- CSS: scrollbar-width: 12px is not a scrollbar-width value.
Rule ^CSS: .+: Property .+ doesn't exist.*$
Description: Invalid property in CSS
Count of instances: 7
Complaint specifics
- CSS: scrollbar-arrow-color: Property scrollbar-arrow-color doesn't exist.
- CSS: scrollbar-track-color: Property scrollbar-track-color doesn't exist.
- CSS: scrollbar-face-color: Property scrollbar-face-color doesn't exist.
- CSS: scrollbar-highlight-color: Property scrollbar-highlight-color doesn't exist.
- CSS: scrollbar-3dlight-color: Property scrollbar-3dlight-color doesn't exist.
- CSS: scrollbar-shadow-color: Property scrollbar-shadow-color doesn't exist.
- CSS: scrollbar-darkshadow-color: Property scrollbar-darkshadow-color doesn't exist.
Rule ^CSS: .+: Too many values or values are not recognized.+$
Description: Invalid CSS value or too many values
Count of instances: 1
Complaint specifics
- CSS: height: Too many values or values are not recognized.
Issue linkIndication
WCAG: 1.3.3
Score: 32
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 16
Complaint specifics
- Link is inline but has no underline
Issue contrastAAA
WCAG: 1.4.6
Score: 27
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 27
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: 1
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 5
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.83:1. Recommendation: change text colour to #13635f.
- 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 2.49:1. Recommendation: change text colour to #fdfeff.
- 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.83:1. Recommendation: change background to #13635f.
- 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 2.72:1. Recommendation: change text colour to #5c5858.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 14
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 linkForcesNewWindow
WCAG: 3.2.5
Score: 27
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 9
Complaint specifics
- This link opens in a new window without user control.
Issue obsolete
WCAG: 4.1
Score: 24
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 4
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
- The HTML attribute(s) "scrolling" is deprecated for the <iframe> element in HTML 5
Complaints by nuVal
Rule ^The .+ attribute on the .+ element is obsolete.+$
^The .+ attribute on the .+ element is obsolete.+$
Description: Attribute is obsolete on its element
Count of instances: 7
Complaint specifics
- The charset attribute on the script element is obsolete.
- The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.
- The scrolling attribute on the iframe element is obsolete. Use CSS instead.
Rule The center element is obsolete. Use CSS instead.
Description: center element is obsolete
Count of instances: 1
Complaint specifics
- The center element is obsolete. Use CSS instead.
Issue typeRedundant
WCAG: 1.3.1
Score: 21
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 12
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Rule The type attribute for the style element is not needed and should be omitted.
Description: type attribute is unnecessary for a style element
Count of instances: 9
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Issue focusableOperable
WCAG: 2.1.1
Score: 21
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 7
Complaint specifics
Issue linkElementBad
WCAG: 1.3.1
Score: 20
Complaints by htmlcs
Rule AAA.2_4_8.H59.1
AAA.2_4_8.H59.1
Description: link element is not in the document head
Count of instances: 5
Complaint specifics
- Link elements can only be located in the head section of the document.
Complaints by nuVal
Rule A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Description: link element with an as attribute has no rel attribute with preload or modulepreload as its value
Count of instances: 2
Complaint specifics
- A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Issue targetEmpty
WCAG: 1.3.1
Score: 20
Complaints by nuVal
Rule Bad value for attribute target on element a: Browsing context name must be at least one character long.
Bad value for attribute target on element a: Browsing context name must be at least one character long.
Description: target attribute on an a element is empty
Count of instances: 5
Complaint specifics
- Bad value for attribute target on element a: Browsing context name must be at least one character long.
Issue listItemOrphan
WCAG: 1.3.1
Score: 16
Complaints by axe
Rule listitem
listitem
Description: li element is not contained by a ul or ol element
Count of instances: 4
Complaint specifics
- <li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element
Issue duplicateID
WCAG: 4.1.1
Score: 16
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: 2
Complaint specifics
- The <style> element has the id "customRules" that is already in use
- The <iframe> element has the id "221734378845061" that is already in use
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 4
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue imageNoSource
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule Element img is missing required attribute src.
Element img is missing required attribute src.
Description: img element has no src attribute
Count of instances: 4
Complaint specifics
- Element img is missing required attribute src.
Issue linkPair
WCAG: 2.4.4
Score: 16
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 8
Complaint specifics
- Redundant link
Issue parseError
WCAG: 4.1
Score: 15
Complaints by nuVal
Rule Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.
Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.
Description: Attribute name includes a double quotation mark
Count of instances: 4
Complaint specifics
- Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.
Rule The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.
Description: Comment contains --
Count of instances: 1
Complaint specifics
- The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.
Issue contrastRisk
WCAG: 1.4.3
Score: 14
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColour
Description: Inline foreground color may lack a complementary background color
Count of instances: 12
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
Rule AAA.1_4_6.G18.BgImage
Description: Contrast between the text and the background image may be less than 4.5:1
Count of instances: 2
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.
Issue zIndexNotZero
WCAG: 1.4
Score: 14
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 14
Complaint specifics
- DIV element has a non-default Z index
- SPAN element has a non-default Z index
Issue imageNoText
WCAG: 1.1.1
Score: 12
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 2
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule image-alt
image-alt
Description: Image has no text alternative
Count of instances: 2
Complaint specifics
- Images must have alternate text; Element does not have an alt attribute; 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; Element's default semantics were not overridden with role="none" or role="presentation"
Complaints by continuum
Rule 89
89
Description: img element has no machanism allowing an accessible name to be calculated
Count of instances: 2
Complaint specifics
- This img element does not have a mechanism that allows an accessible name value to be calculated
Complaints by ibm
Rule img_alt_valid
img_alt_valid
Description: Image has neither an alt attribute nor an ARIA label or title
Count of instances: 3
Complaint specifics
- The image has neither an alt atttribute nor an ARIA label or title
Complaints by nuVal
Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Description: img element has no alt attribute
Count of instances: 3
Complaint specifics
- An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Complaints by qualWeb
Rule QW-ACT-R17
QW-ACT-R17
Description: Image has no accessible name
Count of instances: 2
Complaint specifics
- This rule checks that each image that is not marked as decorative, has an accessible name.
Issue hiddenContentRisk
WCAG: 4.1
Score: 12
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 12
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 linkVague
WCAG: 2.4.4
Score: 12
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 4
Complaint specifics
- This link text is uninformative.
Issue targetSize
WCAG: 2.5.5
Score: 12
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 4
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue labelClash
WCAG: 1.3.1
Score: 12
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 6
Complaint specifics
- Element BUTTON is unlabeled
Issue siteNavigation
WCAG: 2.4
Score: 11
Complaints by qualWeb
Rule QW-WCAG-T15
QW-WCAG-T15
Description: link element and navigation tools not used
Count of instances: 11
Complaint specifics
- The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.
Issue allCaps
WCAG: 3.1.5
Score: 11
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 11
Complaint specifics
- This long string of text is in all caps.
Issue docType
WCAG: 1.3.1
Score: 10
Complaints by nuVal
Rule Start tag seen without seeing a doctype first. Expected .
Start tag seen without seeing a doctype first. Expected .
Description: Page does not start with
Count of instances: 1
Complaint specifics
- Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>.
Issue hoverSurprise
WCAG: 1.4.13
Score: 10
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 5
Complaint specifics
- Hovering over element has unexpected effects
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 9
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: 9
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue pseudoListRisk
WCAG: 1.3.1
Score: 9
Complaints by qualWeb
Rule QW-BP23
QW-BP23
Description: List item is used nonsemantically
Count of instances: 9
Complaint specifics
- Ensures <li> elements are used semantically
Issue headingLevelSkip
WCAG: 1.3.1
Score: 8
Complaints by alfa
Rule r53
r53
Description: Heading skips one or more levels
Count of instances: 4
Complaint specifics
- Headings are structured
Complaints by axe
Rule heading-order
heading-order
Description: Heading levels do not increase by only one
Count of instances: 4
Complaint specifics
- Heading levels should only increase by one; Heading order invalid
Complaints by wave
Rule heading_skipped
heading_skipped
Description: Skipped heading level
Count of instances: 4
Complaint specifics
- Skipped heading level
Issue pseudoOrderedListRisk
WCAG: 1.3.1
Score: 8
Complaints by htmlcs
Rule AAA.1_3_1.H48.2
AAA.1_3_1.H48.2
Description: Ordered list may fail to be coded as such
Count of instances: 8
Complaint specifics
- This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.
Issue headingStructure
WCAG: 1.3.1
Score: 8
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 4
Complaint specifics
- The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.
- The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.
- The heading structure is not logically nested. This h6 element should be an h5 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue iframeTitleBad
WCAG: 4.1.2
Score: 8
Complaints by qualWeb
Rule QW-ACT-R10
QW-ACT-R10
Description: iframe elements with identical accessible names have different purposes
Count of instances: 2
Complaint specifics
- This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.
Issue linkTextsSame
WCAG: 2.4.4
Score: 8
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 4
Complaint specifics
- These links have the same text but different destinations.
Issue headingOfNothing
WCAG: 1.3.1
Score: 6
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 3
Complaint specifics
- Headings of same level have text content between them
Issue pseudoNavList
WCAG: 1.3.1
Score: 6
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 1
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
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: 3
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue metaBad
WCAG: 1.3.1
Score: 6
Complaints by nuVal
Rule A charset attribute on a meta element found after the first 1024 bytes.
A charset attribute on a meta element found after the first 1024 bytes.
Description: charset attribute on a meta element appears after 1024 bytes
Count of instances: 1
Complaint specifics
- A charset attribute on a meta element found after the first 1024 bytes.
Rule A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.
Description: meta element with http-equiv="content-type" is incompatible with the meta element with a charset attribute
Count of instances: 1
Complaint specifics
- A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 6
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 6
Complaint specifics
- In-line links have 3 different styles
- Links in columns have 2 different styles
- Buttons have 2 different styles
- Level-3 headings have 2 different styles
- Level-4 headings have 2 different styles
Issue cssBansRotate
WCAG: 1.3.4
Score: 4
Complaints by axe
Rule css-orientation-lock
css-orientation-lock
Description: CSS media query locks display orientation
Count of instances: 1
Complaint specifics
- CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined
Issue pageLanguage
WCAG: 3.1.1
Score: 4
Complaints by ibm
Rule html_lang_exists
html_lang_exists
Description: Page detected as HTML, but has no lang attribute
Count of instances: 1
Complaint specifics
- Page detected as HTML, but does not have a 'lang' attribute
Complaints by nuVal
Rule Consider adding a lang attribute to the html start tag to declare the language of this document.
Consider adding a lang attribute to the html start tag to declare the language of this document.
Description: html start tag has no lang attribute to declare the language of the page
Count of instances: 1
Complaint specifics
- Consider adding a lang attribute to the html start tag to declare the language of this document.
Issue sourceEmpty
WCAG: 1.3.1
Score: 4
Complaints by nuVal
Rule ^Bad value for attribute src on element .+: Must be non-empty.*$
^Bad value for attribute src on element .+: Must be non-empty.*$
Description: src attribute is empty
Count of instances: 1
Complaint specifics
- Bad value for attribute src on element iframe: Must be non-empty.
Issue labelConfusionRisk
WCAG: 3.3.2
Score: 4
Complaints by qualWeb
Rule QW-WCAG-T17
QW-WCAG-T17
Description: label not positioned to maximize the predictability of the relationship
Count of instances: 4
Complaint specifics
- This technique checks the correct position of labels in forms
Issue colorMissing
WCAG: 1.4.3
Score: 4
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 1
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue listChild
WCAG: 1.3.1
Score: 4
Complaints by qualWeb
Rule QW-BP24
QW-BP24
Description: ul or ol element has a child other than li, script, or template
Count of instances: 1
Complaint specifics
- Ensures that lists are structured correctly. <ul> and <ol> must only directly contain <li>, <script> or <template> elements
Issue leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Issue labelForBad
WCAG: 1.3.1
Score: 3
Complaints by ibm
Rule label_ref_valid
label_ref_valid
Description: Value of the for attribute of the label element is not the id of a valid input element
Count of instances: 1
Complaint specifics
- The value "input_7" of the 'for' attribute is not the 'id' of a valid <input> element
Issue roleBad
WCAG: 4.1.2
Score: 3
Complaints by ibm
Rule aria_eventhandler_role_valid
aria_eventhandler_role_valid
Description: Element with an onclick, onmouseout, or onmouseover attribute has no valid ARIA role
Count of instances: 1
Complaint specifics
- The <div> element with 'onclick' does not have a valid ARIA role specified
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 3
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
Issue sectionHeadingless
WCAG: 1.3.1
Score: 3
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 3
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 focusableRole
WCAG: 4.1.2
Score: 3
Complaints by qualWeb
Rule QW-WCAG-T26
QW-WCAG-T26
Description: Script makes a div or span a user interface control without providing a role for the control
Count of instances: 1
Complaint specifics
- This failure demonstrates how using generic HTML elements to create user interface controls can make the controls inaccessible to assistive technology.
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 3
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 1
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by axe
Rule landmark-one-main
landmark-one-main
Description: page has no main landmark
Count of instances: 1
Complaint specifics
- Document should have one main landmark; Document does not have a main landmark
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue justificationRisk
WCAG: 1.4.8
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T29
QW-WCAG-T29
Description: Alignment either to the left or right is not specified in CSS
Count of instances: 2
Complaint specifics
- This technique describes how to align blocks of text either left or right by setting the CSS text-align property.
Issue mainNotTop
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-BP27
QW-BP27
Description: main landmark is not at the top level
Count of instances: 1
Complaint specifics
- Ensures the main landmark is at top level
Issue eventKeyboardRisk
WCAG: 2.1.1
Score: 1
Complaints by htmlcs
Rule AAA.2_1_1.G90
AAA.2_1_1.G90
Description: Event handler functionality may not be available by keyboard
Count of instances: 1
Complaint specifics
- Ensure the functionality provided by an event handler for this element is available through the keyboard
Complaints by qualWeb
Rule QW-WCAG-T6
QW-WCAG-T6
Description: Both keyboard and other device-specific functions are not used
Count of instances: 1
Complaint specifics
- The objective of this technique is to verify the parity of keyboard-specific and mouse-specific events when code that has a scripting function associated with an event is used
Complaints by wave
Rule event_handler
event_handler
Description: Device-dependent event handler
Count of instances: 1
Complaint specifics
- Device dependent event handler
Issue noOptionFocusable
WCAG: 2.1.1
Score: 1
Complaints by ibm
Rule aria_child_tabbable
aria_child_tabbable
Description: No descendent element with an option role is tabbable
Count of instances: 1
Complaint specifics
- None of the descendent elements with "menuitem" role is tabbable
Issue roleRedundant
WCAG: 4.1.2
Score: 1
Complaints by ibm
Rule aria_role_redundant
aria_role_redundant
Description: Explicitly assigned ARIA role is redundant with the implicit role of the element
Count of instances: 1
Complaint specifics
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
Complaints by nuVal
Rule ^The .+ role is unnecessary for element .+$
^The .+ role is unnecessary for element .+$
Description: explicit role is redundant for its element
Count of instances: 1
Complaint specifics
- The navigation role is unnecessary for element nav.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 1
Complaint specifics
- NAV elements have redundant explicit role navigation (count: 1)
Issue textAlternativeRisk
WCAG: 1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 1
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Issue 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
Issue noScriptRisk
WCAG: 4.1
Score: 1
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 1
Complaint specifics
- Noscript element
Issue frameContentRisk
WCAG: 4.1
Score: 0
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 2
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Complete report
{ "id": "18ixx-ts27-caAD1-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687062295354, "endTime": 1687062296334 }, { "type": "url", "which": "https://www.votemegandahle.com/", "what": "Candidate Megan Dahle (R)", "startTime": 1687062296334, "result": { "url": "https://www.votemegandahle.com/" }, "endTime": 1687062297681 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687062297681, "url": "https://www.votemegandahle.com/", "endTime": 1687062299249 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687062299249, "url": "https://www.votemegandahle.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1465786, 1465786, 1465786, 1465786, 1465786 ], "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": 1687062313363 }, { "type": "launch", "which": "chromium", "startTime": 1687062313363, "endTime": 1687062313950 }, { "type": "url", "which": "https://www.votemegandahle.com/", "what": "Candidate Megan Dahle (R)", "startTime": 1687062313950, "result": { "url": "https://www.votemegandahle.com/" }, "endTime": 1687062314726 }, { "type": "test", "which": "alfa", "startTime": 1687062314726, "url": "https://www.votemegandahle.com/", "what": "alfa", "result": { "totals": { "failures": 95, "warnings": 23 }, "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\">", " <img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"...", "</a>" ] } }, { "index": 10, "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_...", " <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 11, "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_...", " <img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\">", "</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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=tr...", " <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 13, "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dah...", " <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 18, "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"/\" id=\"1158683139\">", " <img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 78, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]", "codeLines": [ "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">" ] } }, { "index": 79, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]", "codeLines": [ "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">" ] } }, { "index": 372, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]", "codeLines": [ "<h4 class=\"text-align-center m-size-19 size-24\">", " <span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">", " State Senate", " </span>", "</h4>" ] } }, { "index": 383, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]", "codeLines": [ "<h4 class=\"m-text-align-center text-align-center\">", " <span style=\"display: initial; color: rgb(255, 255, 255);\">", " PAID FOR BY MEGAN DAHLE FOR SENATE 2024", " </span>", "</h4>" ] } }, { "index": 384, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]", "codeLines": [ "<h6 class=\"text-align-center\">", " <a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">", " Marketing by Blossom", " </a>", "</h6>" ] } }, { "index": 387, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/h6[1]", "codeLines": [ "<h6 class=\"text-align-left m-text-align-center\">", " <span style=\"color: rgb(255, 255, 255); display: initial;\">", " Megan Dahle State Senate", " </span>", "</h6>" ] } }, { "index": 396, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 397, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Megan Dahle" ] } }, { "index": 398, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]/span[1]/text()[1]", "codeLines": [ "State Senate" ] } }, { "index": 399, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]/text()[1]", "codeLines": [ "SUPPORT MEGAN" ] } }, { "index": 400, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 401, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 402, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Connect" ] } }, { "index": 403, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Support" ] } }, { "index": 404, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "About Megan" ] } }, { "index": 405, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Proudly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small business, and safely reopening the North State. It’s my honor representing our district in Sacrament..." ] } }, { "index": 406, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]/span[2]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 407, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 408, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California." ] } }, { "index": 409, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]/span[1]/text()[1]", "codeLines": [ "Preventing Fires" ] } }, { "index": 410, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again." ] } }, { "index": 411, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]/a[1]/text()[1]", "codeLines": [ "Learn More" ] } }, { "index": 412, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]/span[1]/text()[1]", "codeLines": [ "Keeping Schools Open" ] } }, { "index": 413, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction." ] } }, { "index": 414, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]/a[1]/text()[1]", "codeLines": [ "Learn More" ] } }, { "index": 415, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Standing With Our Small Businesses During Covid-19" ] } }, { "index": 416, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely." ] } }, { "index": 417, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]/a[1]/text()[1]", "codeLines": [ "Learn More" ] } }, { "index": 418, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Sign Up For Emails" ] } }, { "index": 426, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "9460 Tegner Road" ] } }, { "index": 427, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[3]/text()[1]", "codeLines": [ "Hilmar, CA 9" ] } }, { "index": 428, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[4]/text()[1]", "codeLines": [ "5324" ] } }, { "index": 429, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]/span[1]/text()[1]", "codeLines": [ "PAID FOR BY MEGAN DAHLE FOR SENATE 2024" ] } }, { "index": 430, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/text()[1]", "codeLines": [ "© 2023" ] } }, { "index": 431, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Copyright | All Rights Reserved" ] } }, { "index": 432, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]/a[1]/text()[1]", "codeLines": [ "Marketing by Blossom" ] } }, { "index": 433, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/span[1]/text()[1]", "codeLines": [ "Learn More" ] } }, { "index": 434, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[1]/text()[1]", "codeLines": [ "#" ] } }, { "index": 435, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[2]/text()[1]", "codeLines": [ "VOTEFORMEGAN" ] } }, { "index": 436, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/h6[1]/span[1]/text()[1]", "codeLines": [ "Megan Dahle State Senate" ] } }, { "index": 437, "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[6]/div[2]/text()[2]", "codeLines": [ "Share by:" ] } }, { "index": 461, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\">", " <img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"...", "</a>" ] } }, { "index": 462, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage dmNavItemSelected\" target=\"\" data-target-page-alias=\"\" data-auto=\"selected-page\" tabindex=\"0\">", " <span class=\"nav-item-text \" data-link-text=\"", " HOME", " \" data-auto=\"page-text-style\">", " HOME", " <span class=\"icon icon-angle-down\"></span>", " </span>", "</a>" ] } }, { "index": 463, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]", "codeLines": [ "<a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"1134045522\" target=\"_blank\">", " <span class=\"iconBg\" id=\"1885471505\">", " <span class=\"icon hasFontIcon icon-star\" id=\"1243270478\"></span>", " </span>", " <span class=\"text\" id=\"1500301758\">", " DONATE", " </span>", "</a>" ] } }, { "index": 464, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButtonLinkId\" target=\"_blank\">", " <span class=\"iconBg\" id=\"1233261672\">", " <span class=\"icon hasFontIcon icon-star\" id=\"1548055734\"></span>", " </span>", " <span class=\"text\" id=\"1853265404\">", " SUPPORT MEGAN", " </span>", "</a>" ] } }, { "index": 465, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_...", " <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 466, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_...", " <img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 467, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=tr...", " <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 468, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dah...", " <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 469, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-display-type=\"block\" class=\"u_1832948939 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"/about-megan\" id=\"1832948939\" data-element-type=\"dButtonLinkId\">", " <span class=\"iconBg\" id=\"1138049781\">", " <span class=\"icon hasFontIcon icon-star\" id=\"1957086895\"></span>", " </span>", " <span class=\"text\" id=\"1239876776\">", " Read More", " </span>", "</a>" ] } }, { "index": 470, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]/a[1]", "codeLines": [ "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">", " Learn More", "</a>" ] } }, { "index": 471, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]/a[1]", "codeLines": [ "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">", " Learn More", "</a>" ] } }, { "index": 472, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]/a[1]", "codeLines": [ "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">", " Learn More", "</a>" ] } }, { "index": 483, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"/\" id=\"1158683139\">", " <img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">", "</a>" ] } }, { "index": 484, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')\">", " <span class=\"dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style3\" aria-hidden=\"true\" data-hover-effect=\"\"></span>", "</a>" ] } }, { "index": 485, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[2]", "codeLines": [ "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')\">", " <span class=\"dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style3\" aria-hidden=\"true\" data-hover-effect=\"\"></span>", "</a>" ] } }, { "index": 486, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]/a[1]", "codeLines": [ "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">", " Marketing by Blossom", "</a>" ] } }, { "index": 487, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[1]", "codeLines": [ "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">", " #", "</a>" ] } }, { "index": 488, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[2]", "codeLines": [ "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">", " VOTEFORMEGAN", "</a>" ] } }, { "index": 494, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 495, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Megan Dahle" ] } }, { "index": 496, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]/span[1]/text()[1]", "codeLines": [ "State Senate" ] } }, { "index": 497, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]/text()[1]", "codeLines": [ "SUPPORT MEGAN" ] } }, { "index": 498, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 499, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 500, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Connect" ] } }, { "index": 501, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Support" ] } }, { "index": 502, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "About Megan" ] } }, { "index": 503, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Proudly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small business, and safely reopening the North State. It’s my honor representing our district in Sacrament..." ] } }, { "index": 504, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]/span[2]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 505, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 506, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California." ] } }, { "index": 507, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]/span[1]/text()[1]", "codeLines": [ "Preventing Fires" ] } }, { "index": 508, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again." ] } }, { "index": 510, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]/span[1]/text()[1]", "codeLines": [ "Keeping Schools Open" ] } }, { "index": 511, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction." ] } }, { "index": 513, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Standing With Our Small Businesses During Covid-19" ] } }, { "index": 514, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely." ] } }, { "index": 516, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Sign Up For Emails" ] } }, { "index": 518, "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]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[1]/label[1]/text()[1]", "codeLines": [ "Cost of Living" ] } }, { "index": 519, "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]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[2]/label[1]/text()[1]", "codeLines": [ "Homelessness" ] } }, { "index": 520, "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]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[3]/label[1]/text()[1]", "codeLines": [ "Schools" ] } }, { "index": 521, "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]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[4]/label[1]/text()[1]", "codeLines": [ "Fire" ] } }, { "index": 522, "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]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[5]/label[1]/text()[1]", "codeLines": [ "Crime" ] } }, { "index": 523, "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]/form[1]/div[1]/ul[1]/li[6]/div[1]/div[1]/button[1]/text()[1]", "codeLines": [ "Submit" ] } }, { "index": 524, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/text()[1]", "codeLines": [ "© 2023" ] } }, { "index": 536, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 537, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "Megan Dahle" ] } }, { "index": 538, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]/span[1]/text()[1]", "codeLines": [ "State Senate" ] } }, { "index": 539, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]/text()[1]", "codeLines": [ "SUPPORT MEGAN" ] } }, { "index": 540, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 541, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 542, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Connect" ] } }, { "index": 543, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]", "codeLines": [ "Support" ] } }, { "index": 544, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "About Megan" ] } }, { "index": 545, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Proudly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small business, and safely reopening the North State. It’s my honor representing our district in Sacrament..." ] } }, { "index": 546, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]/span[2]/text()[1]", "codeLines": [ "Read More" ] } }, { "index": 547, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 548, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California." ] } }, { "index": 549, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]/span[1]/text()[1]", "codeLines": [ "Preventing Fires" ] } }, { "index": 550, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again." ] } }, { "index": 552, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]/span[1]/text()[1]", "codeLines": [ "Keeping Schools Open" ] } }, { "index": 553, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction." ] } }, { "index": 555, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Standing With Our Small Businesses During Covid-19" ] } }, { "index": 556, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely." ] } }, { "index": 558, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Sign Up For Emails" ] } }, { "index": 565, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[1]/ul[1]/li[6]/div[1]/div[1]/button[1]/text()[1]", "codeLines": [ "Submit" ] } }, { "index": 566, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/text()[1]", "codeLines": [ "© 2023" ] } }, { "index": 638, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]", "codeLines": [ "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">", " Issues", "</h3>" ] } }, { "index": 640, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]", "codeLines": [ "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">", " Connect", "</h3>" ] } }, { "index": 641, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]", "codeLines": [ "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">", " Support", "</h3>" ] } }, { "index": 686, "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": [ 23, 0, 0, 95 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "1122105613", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"> <img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"... </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "1207379930", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" ... ... <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "1804716311", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false ... dm_try_... <img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "1421699263", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-li ... y_mode=tr... <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/mega ... cure.anedot.com/megan-dah... <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "1158683139", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/\" id=\"1158683139\"> <img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "1772503654", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "1452979129", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]" }, "excerpt": "<h4 class=\"text-align-center m-size-19 size-24\"> <span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\"> State Senate </span> </h4>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]" }, "excerpt": "<h4 class=\"m-text-align-center text-align-center\"> <span style=\"display: initial; color: rgb(255, 255, 255);\"> PAID FOR BY MEGAN DAHLE FOR SENATE 2024 </span> </h4>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]" }, "excerpt": "<h6 class=\"text-align-center\"> <a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\"> Marketing by Blossom </a> </h6>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/h6[1]" }, "excerpt": "<h6 class=\"text-align-left m-text-align-center\"> <span style=\"color: rgb(255, 255, 255); display: initial;\"> Megan Dahle State Senate </span> </h6>" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]/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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Megan Dahle" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]/span[1]/text()[1]" }, "excerpt": "State Senate" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]/text()[1]" }, "excerpt": "SUPPORT MEGAN" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Media" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Connect" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Support" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "About Megan" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Proudly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small business, and safely reopening the North State. It’s my honor representing our district in Sacrament..." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]/span[2]/text()[1]" }, "excerpt": "Read 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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]/span[1]/text()[1]" }, "excerpt": "Preventing Fires" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]/a[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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]/span[1]/text()[1]" }, "excerpt": "Keeping Schools Open" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]/a[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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Standing With Our Small Businesses During Covid-19" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]/a[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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Sign Up For Emails" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "9460 Tegner Road" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[3]/text()[1]" }, "excerpt": "Hilmar, CA 9" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/span[4]/text()[1]" }, "excerpt": "5324" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]/span[1]/text()[1]" }, "excerpt": "PAID FOR BY MEGAN DAHLE FOR SENATE 2024" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/text()[1]" }, "excerpt": "© 2023" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Copyright | All Rights Reserved" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]/a[1]/text()[1]" }, "excerpt": "Marketing by Blossom" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/span[1]/text()[1]" }, "excerpt": "Learn More" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[1]/text()[1]" }, "excerpt": "#" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[2]/text()[1]" }, "excerpt": "VOTEFORMEGAN" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/h6[1]/span[1]/text()[1]" }, "excerpt": "Megan Dahle State Senate" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[6]/div[2]/text()[2]" }, "excerpt": "Share by:" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1122105613", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"> <img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"... </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage dmNavItemSelected\" target=\"\" data-target-page-alias=\"\" data-auto=\"selected-page\" tabindex=\"0\"> <span class=\"nav-item-text \" data-link-text=\" HOME \" data-auto=\"page-text-style\"> HOME <span class=\"icon icon-angle-down\"></span> </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1134045522", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahl ... id=\"1134045522\" target=\"_blank\"> <span class=\"iconBg\" id=\"1885471505\"> <span class=\"icon hasFontIcon icon-star\" id=\"1243270478\"></span> </span> <span class=\"text\" id=\"1500301758\"> DONATE </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1778429858", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahl ... onLinkId\" target=\"_blank\"> <span class=\"iconBg\" id=\"1233261672\"> <span class=\"icon hasFontIcon icon-star\" id=\"1548055734\"></span> </span> <span class=\"text\" id=\"1853265404\"> SUPPORT MEGAN </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1207379930", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" ... ... <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1804716311", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false ... dm_try_... <img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1421699263", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-li ... y_mode=tr... <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/mega ... cure.anedot.com/megan-dah... <img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1832948939", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1832948939 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"/about-megan\" id=\"1832948939\" data-element-type=\"dButtonLinkId\"> <span class=\"iconBg\" id=\"1138049781\"> <span class=\"icon hasFontIcon icon-star\" id=\"1957086895\"></span> </span> <span class=\"text\" id=\"1239876776\"> Read 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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]/a[1]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\"> Learn More </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]/a[1]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\"> Learn More </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]/a[1]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\"> Learn More </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "1158683139", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/\" id=\"1158683139\"> <img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> <span class=\"dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style3\" aria-hidden=\"true\" data-hover-effect=\"\"></span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> <span class=\"dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style3\" aria-hidden=\"true\" data-hover-effect=\"\"></span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]/a[1]" }, "excerpt": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\"> Marketing by Blossom </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[1]" }, "excerpt": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\"> # </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[2]" }, "excerpt": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\"> VOTEFORMEGAN </a>" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]/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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Megan Dahle" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]/span[1]/text()[1]" }, "excerpt": "State Senate" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]/text()[1]" }, "excerpt": "SUPPORT MEGAN" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Issues" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Media" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Connect" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Support" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "About Megan" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Proudly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small business, and safely reopening the North State. It’s my honor representing our district in Sacrament..." }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]/span[2]/text()[1]" }, "excerpt": "Read More" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Issues" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California." }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]/span[1]/text()[1]" }, "excerpt": "Preventing Fires" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again." }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]/span[1]/text()[1]" }, "excerpt": "Keeping Schools Open" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction." }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Standing With Our Small Businesses During Covid-19" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely." }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Sign Up For Emails" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[1]/label[1]/text()[1]" }, "excerpt": "Cost of Living" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[2]/label[1]/text()[1]" }, "excerpt": "Homelessness" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[3]/label[1]/text()[1]" }, "excerpt": "Schools" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[4]/label[1]/text()[1]" }, "excerpt": "Fire" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/form[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/span[5]/label[1]/text()[1]" }, "excerpt": "Crime" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/form[1]/div[1]/ul[1]/li[6]/div[1]/div[1]/button[1]/text()[1]" }, "excerpt": "Submit" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/text()[1]" }, "excerpt": "© 2023" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]/text()[1]" }, "excerpt": "DONATE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "Megan Dahle" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]/span[1]/text()[1]" }, "excerpt": "State Senate" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]/text()[1]" }, "excerpt": "SUPPORT MEGAN" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Media" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Connect" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]/text()[1]" }, "excerpt": "Support" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "About Megan" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Proudly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small business, and safely reopening the North State. It’s my honor representing our district in Sacrament..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]/span[2]/text()[1]" }, "excerpt": "Read More" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]/span[1]/text()[1]" }, "excerpt": "Preventing Fires" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]/span[1]/text()[1]" }, "excerpt": "Keeping Schools Open" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Standing With Our Small Businesses During Covid-19" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Sign Up For Emails" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/form[1]/div[1]/ul[1]/li[6]/div[1]/div[1]/button[1]/text()[1]" }, "excerpt": "Submit" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/text()[1]" }, "excerpt": "© 2023" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1989160226", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\"> Issues </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1827786732", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\"> Connect </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1096141361", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\"> Support </h3>" }, { "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": 1687062318496 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687062318496, "url": "https://www.votemegandahle.com/", "what": "Axe", "result": { "totals": { "rulesNA": 58, "rulesPassed": 35, "rulesWarned": 5, "rulesViolated": 7, "warnings": { "minor": 12, "moderate": 0, "serious": 5, "critical": 2 }, "violations": { "minor": 0, "moderate": 27, "serious": 27, "critical": 2 } }, "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-18T04:25:19.180Z", "url": "https://www.votemegandahle.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "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": { "fontSize": "37.5pt (50px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1866208770 dmSectionParallaxNew hasBackgroundOverlay skrollable skrollable-before\" style=\"text-align: center; background-position: 50% 100px;\" id=\"1866208770\" data-center=\"background-position: 50% 0px;\" data-top-bottom=\"background-position: 50% -100px;\" data-bottom-top=\"background-position: 50% 100px;\">", "target": [ "#\\31 866208770" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</span>", "target": [ "#\\31 448654583 > h2 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" } ] }, { "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": "45.0pt (60px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespCol small-12 u_1406224284 medium-6 large-6 hasBackgroundOverlay\" id=\"1406224284\">", "target": [ "#\\31 406224284" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"color: rgb(255, 255, 255);\">Megan Dahle</span>", "target": [ "h1 > span" ], "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": "18.0pt (24px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespCol small-12 u_1406224284 medium-6 large-6 hasBackgroundOverlay\" id=\"1406224284\">", "target": [ "#\\31 406224284" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span>", "target": [ ".font-size-24" ], "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": { "fontSize": "37.5pt (50px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1866208770 dmSectionParallaxNew hasBackgroundOverlay skrollable skrollable-before\" style=\"text-align: center; background-position: 50% 100px;\" id=\"1866208770\" data-center=\"background-position: 50% 0px;\" data-top-bottom=\"background-position: 50% -100px;\" data-bottom-top=\"background-position: 50% 100px;\">", "target": [ "#\\31 866208770" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</span>", "target": [ "#\\31 448654583 > h2 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe name=\"f31b979928491f4\" width=\"1000px\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" scrolling=\"no\" allow=\"encrypted-media\" src=\"https://www.facebook.com/v2.7/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df1772583fc17fc4%26domain%3Dwww.votemegandahle.com%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.votemegandahle.com%252Ff2005c08b29cabc%26relation%3Dparent.parent&container_width=0&height=500&hide_cover=false&href=https%3A%2F%2Fm.facebook.com%2FvoteMeganAD1&locale=en_US&sdk=joey&show_facepile=true&small_header=false&tabs=timeline%2C%2Cevents%2C\" style=\"border: none; visibility: visible; width: 0px; height: 0px;\" class=\"\">", "target": [ "iframe[name=\"f31b979928491f4\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\">", "target": [ "#\\32 21734378845061" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "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": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\">", "target": [ "#\\31 063336324" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a class=\"caption-button dmWidget clearfix u_1367718202\" id=\"1367718202\" href=\"/issues\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1404075651\"> <span class=\"icon hasFontIcon icon-star\" id=\"1501865448\"></span> \n</span> \n <span class=\"text\" id=\"1008959475\">Button</span> \n</a>", "target": [ "#\\31 367718202" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\">", "target": [ "#\\31 145241845" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a class=\"caption-button dmWidget displayNone clearfix\" id=\"1011643554\" href=\"/media\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1437580940\"> <span class=\"icon hasFontIcon icon-star\" id=\"1300765934\"></span> \n</span> \n <span class=\"text\" id=\"1532928483\">Button</span> \n</a>", "target": [ "#\\31 011643554" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\">", "target": [ "#\\31 569985162" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a class=\"caption-button dmWidget clearfix u_1166764588\" id=\"1166764588\" href=\"/connect\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1882196399\"> <span class=\"icon hasFontIcon icon-star\" id=\"1880865897\"></span> \n</span> \n <span class=\"text\" id=\"1867551907\">Button</span> \n</a>", "target": [ "#\\31 166764588" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\">", "target": [ "#\\31 023306021" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a class=\"caption-button dmWidget clearfix u_1154586879\" id=\"1154586879\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" style=\"\">", "target": [ "#\\31 154586879" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data-element-type=\"dButtonLinkId\" id=\"1296469610\" target=\"_blank\">", "target": [ "#\\31 296469610" ], "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=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">", "target": [ ".pswp" ], "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": "<button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button>", "target": [ ".pswp__button--fs" ], "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": "<button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button>", "target": [ ".pswp__button--zoom" ], "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." } ] }, { "id": "css-orientation-lock", "impact": "serious", "tags": [ "cat.structure", "wcag134", "wcag21aa", "experimental" ], "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations", "help": "CSS Media queries must not lock display orientation", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "css-orientation-lock", "data": null, "relatedNodes": [], "impact": "serious", "message": "CSS Orientation lock cannot be determined" } ], "none": [], "impact": "serious", "html": "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "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": "#ffffff", "bgColor": "#7dcdc9", "contrastRatio": 1.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"1134045522\" target=\"_blank\">", "target": [ "#\\31 134045522" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.83 (foreground color: #ffffff, background color: #7dcdc9, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"text\" id=\"1500301758\">DONATE</span>", "target": [ "#\\31 500301758" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.83 (foreground color: #ffffff, background color: #7dcdc9, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#7dcdc9", "contrastRatio": 1.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButtonLinkId\" target=\"_blank\">", "target": [ "#\\31 778429858" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.83 (foreground color: #ffffff, background color: #7dcdc9, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>", "target": [ "#\\31 853265404" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.83 (foreground color: #ffffff, background color: #7dcdc9, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#ffffff", "contrastRatio": 2.71, "fontSize": "37.5pt (50px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div id=\"dmStyle_innerContainer\" class=\"dmInner\">", "target": [ "#dmStyle_innerContainer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">About Megan</span>", "target": [ "#\\31 551370705 > h2 > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#ffffff", "contrastRatio": 2.71, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div id=\"dmStyle_innerContainer\" class=\"dmInner\">", "target": [ "#dmStyle_innerContainer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial;\">", "target": [ "#\\31 589545672 > .text-align-left > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#7dcdc9", "bgColor": "#ffffff", "contrastRatio": 1.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div id=\"dmStyle_innerContainer\" class=\"dmInner\">", "target": [ "#dmStyle_innerContainer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.83 (foreground color: #7dcdc9, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"text\" id=\"1239876776\">Read More</span>", "target": [ "#\\31 239876776" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.83 (foreground color: #7dcdc9, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#fdfdfd", "contrastRatio": 2.67, "fontSize": "37.5pt (50px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1446261305\" style=\"text-align: center;\" id=\"1446261305\">", "target": [ "#\\31 446261305" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">Issues</span>", "target": [ "#\\31 460226872 > h2 > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#fdfdfd", "contrastRatio": 2.67, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1446261305\" style=\"text-align: center;\" id=\"1446261305\">", "target": [ "#\\31 446261305" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial;\">It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</span>", "target": [ "#\\31 174537546 > p > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#fdfdfd", "contrastRatio": 2.67, "fontSize": "19.5pt (26px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial;\">Preventing Fires<span class=\"ql-cursor\"></span></span>", "target": [ "#\\31 274875465 > .m-text-align-center > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#fdfdfd", "contrastRatio": 2.67, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial;\">It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again.</span>", "target": [ "#\\31 705318073 > .m-text-align-center > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#7dcdc9", "bgColor": "#fdfdfd", "contrastRatio": 1.8, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "target": [ "#\\31 275243748 > p > a[runtime_url=\"/issues\"][type=\"page\"][href$=\"issues\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#fdfdfd", "contrastRatio": 2.67, "fontSize": "19.5pt (26px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial;\">Keeping Schools Open<span class=\"ql-cursor\"></span></span>", "target": [ "#\\31 269738143 > h3 > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#fdfdfd", "contrastRatio": 2.67, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial;\">Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction.<br></span>", "target": [ "#\\31 872852747 > p > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#7dcdc9", "bgColor": "#fdfdfd", "contrastRatio": 1.8, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "target": [ "#\\31 014410489 > p > a[runtime_url=\"/issues\"][type=\"page\"][href$=\"issues\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#fdfdfd", "contrastRatio": 2.67, "fontSize": "19.5pt (26px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial;\">Standing With Our Small Businesses During Covid-19</span>", "target": [ "#\\31 890067477 > h3 > span > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#a09c9c", "bgColor": "#fdfdfd", "contrastRatio": 2.67, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"display: initial;\">I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely.</span>", "target": [ "#\\31 026286365 > p > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#7dcdc9", "bgColor": "#fdfdfd", "contrastRatio": 1.8, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "target": [ "#\\31 183000916 > p > a[runtime_url=\"/issues\"][type=\"page\"][href$=\"issues\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#444c89", "bgColor": "#01062a", "contrastRatio": 2.48, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"u_1634281106 dmRespRow fullBleedChanged fullBleedMode\" style=\"text-align: center;\" id=\"1634281106\">", "target": [ "#\\31 634281106" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.48 (foreground color: #444c89, background color: #01062a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a>", "target": [ "h6 > a[type=\"url\"][target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.48 (foreground color: #444c89, background color: #01062a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h4 class=\"text-align-center m-size-19 size-24\"><span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span></h4>", "target": [ ".m-size-19" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h4 class=\"m-text-align-center text-align-center\"><span style=\"display: initial; color: rgb(255, 255, 255);\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</span></h4>", "target": [ "#\\31 769663732 > h4" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 class=\"text-align-center\"><a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a></h6>", "target": [ "#\\31 438838384 > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 class=\"text-align-left m-text-align-center\"><span style=\"color: rgb(255, 255, 255); display: initial;\">Megan Dahle State Senate</span></h6>", "target": [ "#\\31 823249402 > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "id": "image-alt", "impact": "critical", "tags": [ "cat.text-alternatives", "wcag2a", "wcag111", "section508", "section508.22.a", "ACT", "TTv5", "TT7.a", "TT7.b" ], "description": "Ensures <img> elements have alternate text or a role of none or presentation", "help": "Images must have alternate text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI", "nodes": [ { "any": [ { "id": "has-alt", "data": null, "relatedNodes": [], "impact": "critical", "message": "Element does not have an alt attribute" }, { "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" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "critical", "html": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">", "target": [ "#\\31 772503654" ], "failureSummary": "Fix any of the following:\n Element does not have an alt attribute\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\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" }, { "any": [ { "id": "has-alt", "data": null, "relatedNodes": [], "impact": "critical", "message": "Element does not have an alt attribute" }, { "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" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "critical", "html": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">", "target": [ "#\\31 452979129" ], "failureSummary": "Fix any of the following:\n Element does not have an alt attribute\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\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ] }, { "id": "landmark-one-main", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has a main landmark", "help": "Document should have one main landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-main", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Document does not have a main landmark" } ], "none": [], "impact": "moderate", "html": "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "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 href=\"/\" id=\"1122105613\" class=\"\" file=\"false\">", "target": [ "#\\31 122105613" ], "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 data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png");\">", "target": [ "#\\31 207379930" ], "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 data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg");\">", "target": [ "#\\31 804716311" ], "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 data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg");\">", "target": [ "#\\31 421699263" ], "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 data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg");\">", "target": [ "#\\31 744861053" ], "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 href=\"/\" id=\"1158683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"></a>", "target": [ "#\\31 158683139" ], "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": "listitem", "impact": "serious", "tags": [ "cat.structure", "wcag2a", "wcag131" ], "description": "Ensures <li> elements are used semantically", "help": "<li> elements must be contained in a <ul> or <ol>", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/listitem?application=axeAPI", "nodes": [ { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"photoGalleryThumbs animated null\" id=\"1439650737\" data-index=\"0\">", "target": [ "#\\31 439650737" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li index=\"3\" class=\"photoGalleryThumbs animated null\" id=\"1083480412\" style=\"\" data-index=\"1\">", "target": [ "#\\31 083480412" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"photoGalleryThumbs animated null\" id=\"1236120466\" data-index=\"2\">", "target": [ "#\\31 236120466" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"photoGalleryThumbs animated null\" id=\"1089894483\" data-index=\"3\">", "target": [ "#\\31 089894483" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" } ] }, { "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=\"u_1522127793 small-12 dmRespCol large-2 medium-2 has-one-widget-only\" id=\"1522127793\">", "target": [ "#\\31 522127793" ], "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=\"text\" id=\"1500301758\">DONATE</span>", "target": [ "#\\31 500301758" ], "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=\"u_1261649803 dmNewParagraph\" id=\"1261649803\" style=\"transition: opacity 1s ease-in-out 0s; text-align: center;\" data-element-type=\"paragraph\" data-version=\"5\"> <h1 class=\"text-align-center\"><span style=\"color: rgb(255, 255, 255);\">Megan Dahle</span></h1> \n</div>", "target": [ "#\\31 261649803" ], "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=\"u_1264843433 dmNewParagraph\" id=\"1264843433\" style=\"transition: opacity 1s ease-in-out 0s; text-align: center;\" data-element-type=\"paragraph\" data-version=\"5\">", "target": [ "#\\31 264843433" ], "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=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>", "target": [ "#\\31 853265404" ], "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": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues</h3>", "target": [ "#\\31 989160226" ], "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": "<h3 class=\"caption-title\" id=\"1211526312\">Media</h3>", "target": [ "#\\31 211526312" ], "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": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connect</h3>", "target": [ "#\\31 827786732" ], "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": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Support</h3>", "target": [ "#\\31 096141361" ], "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=\"u_1551370705 dmNewParagraph\" id=\"1551370705\" style=\"transition: opacity 1s ease-in-out; display: block;\" data-element-type=\"paragraph\" data-version=\"5\">", "target": [ "#\\31 551370705" ], "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=\"u_1589545672 dmNewParagraph\" id=\"1589545672\" style=\"transition: opacity 1s ease-in-out; display: block;\" data-version=\"5\">", "target": [ "#\\31 589545672" ], "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=\"text\" id=\"1239876776\">Read More</span>", "target": [ "#\\31 239876776" ], "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=\"dmRespRow u_1446261305\" style=\"text-align: center;\" id=\"1446261305\">", "target": [ "#\\31 446261305" ], "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=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">", "target": [ "#\\31 749939003" ], "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=\"u_1448654583 dmNewParagraph\" id=\"1448654583\" style=\"transition: opacity 1s ease-in-out 0s; text-align: center;\" data-element-type=\"paragraph\" data-version=\"5\">", "target": [ "#\\31 448654583" ], "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=\"u_1403302380 dmRespCol small-12 large-3 medium-3\" id=\"1403302380\">", "target": [ "#\\31 403302380" ], "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=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\">", "target": [ "#\\31 123105761" ], "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=\"dmNewParagraph u_1769663732\" data-element-type=\"paragraph\" data-version=\"5\" id=\"1769663732\" style=\"transition: opacity 1s ease-in-out 0s; text-align: left;\">", "target": [ "#\\31 769663732" ], "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=\"u_1120416378 widget-1f5975 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1120416378\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"false\" data-widget-id=\"1f5975986930429f819d4cd2154b5c4a\" data-widget-version=\"22\" data-widget-config=\"eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKVwiPkNvcHlyaWdodCB8IEFsbCBSaWdodHMgUmVzZXJ2ZWQ8L3NwYW4+PC9wPiIsInJldmVyc2VGbGFnIjpmYWxzZX0=\">", "target": [ "#\\31 120416378" ], "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=\"dmNewParagraph u_1438838384\" data-element-type=\"paragraph\" data-version=\"5\" id=\"1438838384\" style=\"transition: opacity 1s ease-in-out 0s;\">", "target": [ "#\\31 438838384" ], "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=\"u_1863616126 dmRespCol small-12 large-3 medium-3\" id=\"1863616126\">", "target": [ "#\\31 863616126" ], "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 id=\"dmPopup\" class=\"dmPopup\">\n\t<div class=\"dmPopupCloseWrapper\"> <div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div> </div>\n \t<div class=\"dmPopupTitle\"> <span></span> Share by:</div> \n\t<div class=\"data\"></div>\n</div>", "target": [ "#dmPopup" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 12, 7, 27, 29 ], "instances": [ { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 448654583 > h2 > span" }, "excerpt": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</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": "h1 > span" }, "excerpt": "<span style=\"color: rgb(255, 255, 255);\">Megan Dahle</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": ".font-size-24" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 448654583 > h2 > span" }, "excerpt": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</span>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "iframe[name=\"f31b979928491f4\"]" }, "excerpt": "<iframe name=\"f31b979928491f4\" width=\"1000px\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscree ... voteMeganAD1&locale=en_US&sdk=joey&show_facepile=true&small_header=false&tabs=timeline%2C%2Cevents%2C\" style=\"border: none; visibility: visible; width: 0px; height: 0px;\" class=\"\">" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "selector", "spec": "#\\32 21734378845061" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "1063336324", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 063336324" }, "excerpt": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "1367718202", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 367718202" }, "excerpt": "<a class=\"caption-button dmWidget clearfix u_1367718202\" id=\"1367718202\" href=\"/issues\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1404075651\"> <span class=\"icon hasFontIcon icon-star\" id=\"1501865448\"></span> </span> <span class=\"text\" id=\"1008959475\">Button</span> </a>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "1145241845", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 145241845" }, "excerpt": "<img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "1011643554", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 011643554" }, "excerpt": "<a class=\"caption-button dmWidget displayNone clearfix\" id=\"1011643554\" href=\"/media\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1437580940\"> <span class=\"icon hasFontIcon icon-star\" id=\"1300765934\"></span> </span> <span class=\"text\" id=\"1532928483\">Button</span> </a>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "1569985162", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 569985162" }, "excerpt": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "1166764588", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 166764588" }, "excerpt": "<a class=\"caption-button dmWidget clearfix u_1166764588\" id=\"1166764588\" href=\"/connect\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1882196399\"> <span class=\"icon hasFontIcon icon-star\" id=\"1880865897\"></span> </span> <span class=\"text\" id=\"1867551907\">Button</span> </a>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "1023306021", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 023306021" }, "excerpt": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "1154586879", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 154586879" }, "excerpt": "<a class=\"caption-button dmWidget clearfix u_1154586879\" id=\"1154586879\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" style=\"\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "1296469610", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 296469610" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data-element-type=\"dButtonLinkId\" id=\"1296469610\" target=\"_blank\">" }, { "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": ".pswp" }, "excerpt": "<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" 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": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".pswp__button--fs" }, "excerpt": "<button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button>" }, { "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": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".pswp__button--zoom" }, "excerpt": "<button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button>" }, { "ruleID": "css-orientation-lock", "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.83 (foreground color: #ffffff, background color: #7dcdc9, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1500301758", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 500301758" }, "excerpt": "<span class=\"text\" id=\"1500301758\">DONATE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.83 (foreground color: #ffffff, background color: #7dcdc9, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1853265404", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 853265404" }, "excerpt": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 551370705 > h2 > span" }, "excerpt": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">About Megan</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 589545672 > .text-align-left > span" }, "excerpt": "<span style=\"display: initial;\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.83 (foreground color: #7dcdc9, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1239876776", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 239876776" }, "excerpt": "<span class=\"text\" id=\"1239876776\">Read More</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 460226872 > h2 > span" }, "excerpt": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">Issues</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 174537546 > p > span" }, "excerpt": "<span style=\"display: initial;\">It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 274875465 > .m-text-align-center > span" }, "excerpt": "<span style=\"display: initial;\">Preventing Fires<span class=\"ql-cursor\"> </span></span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 705318073 > .m-text-align-center > span" }, "excerpt": "<span style=\"display: initial;\">It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again.</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 275243748 > p > a[runtime_url=\"/issues\"][type=\"page\"][href$=\"issues\"]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 269738143 > h3 > span" }, "excerpt": "<span style=\"display: initial;\">Keeping Schools Open<span class=\"ql-cursor\"> </span></span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 872852747 > p > span" }, "excerpt": "<span style=\"display: initial;\">Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction.<br></span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 014410489 > p > a[runtime_url=\"/issues\"][type=\"page\"][href$=\"issues\"]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 890067477 > h3 > span > span" }, "excerpt": "<span style=\"display: initial;\">Standing With Our Small Businesses During Covid-19</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 026286365 > p > span" }, "excerpt": "<span style=\"display: initial;\">I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely.</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 183000916 > p > a[runtime_url=\"/issues\"][type=\"page\"][href$=\"issues\"]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.48 (foreground color: #444c89, background color: #01062a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h6 > a[type=\"url\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".m-size-19" }, "excerpt": "<h4 class=\"text-align-center m-size-19 size-24\"><span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span></h4>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 769663732 > h4" }, "excerpt": "<h4 class=\"m-text-align-center text-align-center\"><span style=\"display: initial; color: rgb(255, 255, 255);\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</span></h4>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 438838384 > h6" }, "excerpt": "<h6 class=\"text-align-center\"><a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a></h6>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 823249402 > h6" }, "excerpt": "<h6 class=\"text-align-left m-text-align-center\"><span style=\"color: rgb(255, 255, 255); display: initial;\">Megan Dahle State Senate</span></h6>" }, { "ruleID": "image-alt", "what": "Images must have alternate text; Element does not have an alt attribute; 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; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IMG", "id": "1772503654", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 772503654" }, "excerpt": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "image-alt", "what": "Images must have alternate text; Element does not have an alt attribute; 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; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IMG", "id": "1452979129", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 452979129" }, "excerpt": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "landmark-one-main", "what": "Document should have one main landmark; Document does not have a main landmark", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\">" }, { "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": "1122105613", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 122105613" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\">" }, { "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": "1207379930", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 207379930" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" ... wOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png");\">" }, { "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": "1804716311", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 804716311" }, "excerpt": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false ... rue&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg");\">" }, { "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": "1421699263", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 421699263" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-li ... e&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg");\">" }, { "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": "1744861053", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 744861053" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/mega ... ata-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg");\">" }, { "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": "1158683139", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 158683139" }, "excerpt": "<a href=\"/\" id=\"1158683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"></a>" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "1439650737", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 439650737" }, "excerpt": "<li class=\"photoGalleryThumbs animated null\" id=\"1439650737\" data-index=\"0\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "1083480412", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 083480412" }, "excerpt": "<li index=\"3\" class=\"photoGalleryThumbs animated null\" id=\"1083480412\" style=\"\" data-index=\"1\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "1236120466", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 236120466" }, "excerpt": "<li class=\"photoGalleryThumbs animated null\" id=\"1236120466\" data-index=\"2\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "1089894483", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 089894483" }, "excerpt": "<li class=\"photoGalleryThumbs animated null\" id=\"1089894483\" data-index=\"3\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1522127793", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 522127793" }, "excerpt": "<div class=\"u_1522127793 small-12 dmRespCol large-2 medium-2 has-one-widget-only\" id=\"1522127793\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1500301758", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 500301758" }, "excerpt": "<span class=\"text\" id=\"1500301758\">DONATE</span>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1261649803", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 261649803" }, "excerpt": "<div class=\"u_1261649803 dmNewParagraph\" id=\"1261649803\" style=\"transition: opacity 1s ease-in-out 0s; text-align: center;\" data-element-type=\"paragraph\" data-version=\"5\"> <h1 class=\"text-align-center\"><span style=\"color: rgb(255, 255, 255);\">Megan Dahle</span></h1> </div>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1264843433", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 264843433" }, "excerpt": "<div class=\"u_1264843433 dmNewParagraph\" id=\"1264843433\" style=\"transition: opacity 1s ease-in-out 0s; text-align: center;\" data-element-type=\"paragraph\" data-version=\"5\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1853265404", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 853265404" }, "excerpt": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H3", "id": "1989160226", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 989160226" }, "excerpt": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues</h3>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H3", "id": "1211526312", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 211526312" }, "excerpt": "<h3 class=\"caption-title\" id=\"1211526312\">Media</h3>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H3", "id": "1827786732", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 827786732" }, "excerpt": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connect</h3>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H3", "id": "1096141361", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 096141361" }, "excerpt": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Support</h3>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1551370705", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 551370705" }, "excerpt": "<div class=\"u_1551370705 dmNewParagraph\" id=\"1551370705\" style=\"transition: opacity 1s ease-in-out; display: block;\" data-element-type=\"paragraph\" data-version=\"5\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1589545672", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 589545672" }, "excerpt": "<div class=\"u_1589545672 dmNewParagraph\" id=\"1589545672\" style=\"transition: opacity 1s ease-in-out; display: block;\" data-version=\"5\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1239876776", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 239876776" }, "excerpt": "<span class=\"text\" id=\"1239876776\">Read More</span>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1446261305", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 446261305" }, "excerpt": "<div class=\"dmRespRow u_1446261305\" style=\"text-align: center;\" id=\"1446261305\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1749939003", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 749939003" }, "excerpt": "<div class=\"dmRespRow u_1749939003\" style=\"text-align: center;\" id=\"1749939003\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1448654583", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 448654583" }, "excerpt": "<div class=\"u_1448654583 dmNewParagraph\" id=\"1448654583\" style=\"transition: opacity 1s ease-in-out 0s; text-align: center;\" data-element-type=\"paragraph\" data-version=\"5\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1403302380", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 403302380" }, "excerpt": "<div class=\"u_1403302380 dmRespCol small-12 large-3 medium-3\" id=\"1403302380\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1123105761", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 123105761" }, "excerpt": "<div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1769663732", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 769663732" }, "excerpt": "<div class=\"dmNewParagraph u_1769663732\" data-element-type=\"paragraph\" data-version=\"5\" id=\"1769663732\" style=\"transition: opacity 1s ease-in-out 0s; text-align: left;\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1120416378", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 120416378" }, "excerpt": "<div class=\"u_1120416378 widget-1f5975 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1120416378\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"fal ... Jjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKVwiPkNvcHlyaWdodCB8IEFsbCBSaWdodHMgUmVzZXJ2ZWQ8L3NwYW4+PC9wPiIsInJldmVyc2VGbGFnIjpmYWxzZX0=\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1438838384", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 438838384" }, "excerpt": "<div class=\"dmNewParagraph u_1438838384\" data-element-type=\"paragraph\" data-version=\"5\" id=\"1438838384\" style=\"transition: opacity 1s ease-in-out 0s;\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "1863616126", "location": { "doc": "dom", "type": "selector", "spec": "#\\31 863616126" }, "excerpt": "<div class=\"u_1863616126 dmRespCol small-12 large-3 medium-3\" id=\"1863616126\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "dmPopup", "location": { "doc": "dom", "type": "selector", "spec": "#dmPopup" }, "excerpt": "<div id=\"dmPopup\" class=\"dmPopup\"> <div class=\"dmPopupCloseWrapper\"> <div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div> </div> <div class=\"dmPopupTitle\"> <span></span> Share by:</div> <div class=\"data\"></div> </div>" } ] }, "endTime": 1687062319227 }, { "type": "launch", "which": "chromium", "startTime": 1687062319227, "endTime": 1687062319814 }, { "type": "url", "which": "https://www.votemegandahle.com/", "what": "Candidate Megan Dahle (R)", "startTime": 1687062319814, "result": { "url": "https://www.votemegandahle.com/" }, "endTime": 1687062320566 }, { "type": "test", "which": "continuum", "startTime": 1687062320566, "url": "https://www.votemegandahle.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 89, "bestPracticeId": 362, "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated", "element": "<img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" class=\"\" id=\"1772503654\" s ... p.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" class=\"\" id=\"1772503654\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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": "img[src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\"][id=\"1772503654\"][class=\"\"][data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\"][width=\"1920\"][height=\"1920\"][onerror=\"handleImageLoadError(this)\"]", "attNo": 7 } }, { "engineTestId": 89, "bestPracticeId": 362, "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated", "element": "<img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"1452979129\" src=\"https://lirp. ... 20\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"1452979129\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*: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": "img[src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\"][id=\"1452979129\"][class=\"\"][data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\"][width=\"1920\"][height=\"1920\"][onerror=\"handleImageLoadError(this)\"]", "attNo": 7 } }, { "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 file=\"false\" class=\"\" id=\"1122105613\" href=\"/\"><img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Log ... n-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" class=\"\" id=\"1772503654\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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": "a[href=\"/\"][id=\"1122105613\"][class=\"\"][file=\"false\"]", "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 href=\"https://m.facebook.com/voteMeganAD1\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://m.facebook.com/voteMeganAD1\"]", "attNo": 1 } }, { "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=\"1158683139\" href=\"/\"><img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"14 ... data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"1452979129\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*: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[href=\"/\"][id=\"1158683139\"]", "attNo": 2 } } ], "standardResult": { "totals": [ 0, 0, 0, 5 ], "instances": [ { "ruleID": "89", "what": "This img element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IMG", "id": "1772503654", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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": "<img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" class=\"\" id=\"1772503654\" s ... p.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" class=\"\" id=\"1772503654\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\">" }, { "ruleID": "89", "what": "This img element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IMG", "id": "1452979129", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*: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": "<img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"1452979129\" src=\"https://lirp. ... 20\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"1452979129\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\">" }, { "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": "1122105613", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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": "<a file=\"false\" class=\"\" id=\"1122105613\" href=\"/\"><img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Log ... n-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" class=\"\" id=\"1772503654\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\"></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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a href=\"https://m.facebook.com/voteMeganAD1\"></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": "1158683139", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a id=\"1158683139\" href=\"/\"><img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"14 ... data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"1452979129\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\"></a>" } ] }, "endTime": 1687062320948 }, { "type": "launch", "which": "chromium", "startTime": 1687062320948, "endTime": 1687062321518 }, { "type": "url", "which": "https://www.votemegandahle.com/", "what": "Candidate Megan Dahle (R)", "startTime": 1687062321518, "result": { "url": "https://www.votemegandahle.com/" }, "endTime": 1687062322247 }, { "type": "test", "which": "htmlcs", "startTime": 1687062322247, "url": "https://www.votemegandahle.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H30.2": { "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [ { "tagName": "a", "id": "#1122105613", "code": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\">...</a>" }, { "tagName": "a", "id": "#1158683139", "code": "<a href=\"/\" id=\"1158683139\">...</a>" }, { "tagName": "a", "id": "#1207379930", "code": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\">...</a>" }, { "tagName": "a", "id": "#1421699263", "code": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\">...</a>" }, { "tagName": "a", "id": "#1744861053", "code": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\">...</a>" }, { "tagName": "a", "id": "#1804716311", "code": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"\">...</a>" } ] }, "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.": [ { "tagName": "h4", "id": "", "code": "<h4 class=\"text-align-center m-size-19 size-24\">...</h4>" } ], "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [ { "tagName": "h4", "id": "", "code": "<h4 class=\"m-text-align-center text-align-center\">...</h4>" } ], "The heading structure is not logically nested. This h6 element should be an h5 to be properly nested.": [ { "tagName": "h6", "id": "", "code": "<h6 class=\"text-align-center\">...</h6>" }, { "tagName": "h6", "id": "", "code": "<h6 class=\"text-align-left m-text-align-center\">...</h6>" } ] }, "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.83:1. Recommendation: change text colour to #13635f.": [ { "tagName": "a", "id": "", "code": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.49:1. Recommendation: change text colour to #fdfeff.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.83:1. Recommendation: change background to #13635f.": [ { "tagName": "span", "id": "#1500301758", "code": "<span class=\"text\" id=\"1500301758\">...</span>" }, { "tagName": "span", "id": "#1853265404", "code": "<span class=\"text\" id=\"1853265404\">...</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 2.72:1. Recommendation: change text colour to #5c5858.": [ { "tagName": "span", "id": "", "code": "<span style=\"display: initial;\">...</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 2.61:1. Recommendation: change text colour to #707070.": [ { "tagName": "div", "id": "", "code": "<div class=\"dmPopupTitle\">...</div>" } ], "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": "span", "id": "", "code": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">...</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 2.72:1. Recommendation: change text colour to #797575.": [ { "tagName": "span", "id": "", "code": "<span style=\"display: initial;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">...</span>" } ] }, "AAA.2_4_8.H59.1": { "Link elements can only be located in the head section of the document.": [ { "tagName": "link", "id": "#homeCssLink", "code": "<link rel=\"preload\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_home_withFlex_1.min.css?v=50\" id=\"homeCssLink\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\">" }, { "tagName": "link", "id": "#siteGlobalCss", "code": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_withFlex_1.min.css?v=50\" id=\"siteGlobalCss\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">" }, { "tagName": "link", "id": "#widgetCSS", "code": "<link rel=\"preload\" href=\"https://irp.cdn-website.com/WIDGET_CSS/production_3504/1cc1c4328850bb09426458e467191f42.css\" id=\"widgetCSS\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\">" }, { "tagName": "link", "id": "", "code": "<link rel=\"preload\" href=\"https://irp.cdn-website.com/fonts/css?family=Lobster+Two:100,200,300,400,500,600,700,800,900" }, { "tagName": "link", "id": "", "code": "<link rel=\"stylesheet\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" href=\"https://static.cdn-website.com/mnlt/production/3504/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css\" type=\"text/css\">" } ] }, "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 href=\"https://m.facebook.com/voteMeganAD1\">...</a>" } ] } }, "Warning": { "AAA.1_3_1.H48.2": { "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [ { "tagName": "div", "id": "#1403302380", "code": "<div class=\"u_1403302380 dmRespCol small-12 large-3 medium-3\" id=\"1403302380\">...</div>" }, { "tagName": "div", "id": "#1634281106", "code": "<div class=\"u_1634281106 dmRespRow fullBleedChanged fullBleedMode\" style=\"text-align: center;\" id=\"1634281106\">...</div>" }, { "tagName": "div", "id": "#1660044154", "code": "<div class=\"dmRespColsWrapper\" id=\"1660044154\">...</div>" }, { "tagName": "div", "id": "#1824523438", "code": "<div class=\"dmNewParagraph u_1824523438\" data-element-type=\"paragraph\" data-version=\"5\" id=\"1824523438\" style=\"transition: opacity 1s ease-in-out 0s; text-align: left;\">...</div>" }, { "tagName": "div", "id": "#1943048428", "code": "<div dm:templateorder=\"250\" class=\"dmFooterResp generalFooter\" id=\"1943048428\">...</div>" }, { "tagName": "div", "id": "#fcontainer", "code": "<div id=\"fcontainer\" class=\"u_fcontainer f_hcontainer dmFooter p_hfcontainer\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"dmFooterContainer\">...</div>" }, { "tagName": "p", "id": "", "code": "<p class=\"text-align-right m-text-align-center\">...</p>" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "", "code": "<div class=\"socialHubInnerDiv \">...</div>" } ] }, "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": "#dmPopupMask", "code": "<div class=\"dmPopupMask\" id=\"dmPopupMask\">...</div>" }, { "tagName": "div", "id": "#dmPopup", "code": "<div id=\"dmPopup\" class=\"dmPopup\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"dmHeaderContainer fHeader d-header-wrapper\">...</div>" } ], "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [ { "tagName": "meta", "id": "#view", "code": "<meta id=\"view\" name=\"viewport\" content=\"initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover\">" } ] }, "AAA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">...</a>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: rgb(255, 255, 255); display: initial;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: rgb(255, 255, 255);\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color:rgba(255, 255, 255, 1)\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"display: initial; color: rgb(255, 255, 255); font-weight: 600;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"display: initial; color: rgb(255, 255, 255);\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"display: unset; color: rgb(255, 255, 255); font-weight: 600;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">...</span>" } ] }, "AAA.1_4_6.G18.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [ { "tagName": "span", "id": "", "code": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: rgb(255, 255, 255);\">...</span>" } ] }, "AAA.2_1_1.G90": { "Ensure the functionality provided by an event handler for this element is available through the keyboard": [ { "tagName": "div", "id": "", "code": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\">...</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": "#1134045522", "code": "<a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"1134045522\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "#1296469610", "code": "<a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data-element-type=\"dButtonLinkId\" id=\"1296469610\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "#1744861053", "code": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\">...</a>" }, { "tagName": "a", "id": "#1778429858", "code": "<a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButtonLinkId\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 37, 0, 0, 25 ], "instances": [ { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1403302380", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"u_1403302380 dmRespCol small-12 large-3 medium-3\" id=\"1403302380\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1634281106", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"u_1634281106 dmRespRow fullBleedChanged fullBleedMode\" style=\"text-align: center;\" id=\"1634281106\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1660044154", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"dmRespColsWrapper\" id=\"1660044154\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1824523438", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"dmNewParagraph u_1824523438\" data-element-type=\"paragraph\" data-version=\"5\" id=\"1824523438\" style=\"transition: opacity 1s ease-in-out 0s; text-align: left;\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1943048428", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div dm:templateorder=\"250\" class=\"dmFooterResp generalFooter\" id=\"1943048428\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "fcontainer", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"fcontainer\" class=\"u_fcontainer f_hcontainer dmFooter p_hfcontainer\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"dmFooterContainer\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"text-align-right m-text-align-center\">...</p>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"socialHubInnerDiv \">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "dmPopupMask", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupMask\" id=\"dmPopupMask\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "dmPopup", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"dmPopup\" class=\"dmPopup\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"dmHeaderContainer fHeader d-header-wrapper\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "META", "id": "view", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<meta id=\"view\" name=\"viewport\" content=\"initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover\">" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">...</a>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">...</a>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">...</a>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: rgb(255, 255, 255);\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color:rgba(255, 255, 255, 1)\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"display: initial; color: rgb(255, 255, 255); font-weight: 600;\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"display: initial; color: rgb(255, 255, 255);\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"display: unset; color: rgb(255, 255, 255); font-weight: 600;\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">...</span>" }, { "ruleID": "AAA.1_4_6.G18.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">...</span>" }, { "ruleID": "AAA.1_4_6.G18.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: rgb(255, 255, 255);\">...</span>" }, { "ruleID": "AAA.2_1_1.G90", "what": "Ensure the functionality provided by an event handler for this element is available through the keyboard", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\">...</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": "1134045522", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"1134045522\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "1296469610", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data-element-type=\"dButtonLinkId\" id=\"1296469610\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\">...</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": "1778429858", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButtonLinkId\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "1122105613", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "1158683139", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" id=\"1158683139\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "1207379930", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "1421699263", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "1804716311", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 class=\"text-align-center m-size-19 size-24\">...</h4>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 class=\"m-text-align-center text-align-center\">...</h4>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h6 element should be an h5 to be properly nested.", "ordinalSeverity": 3, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h6 class=\"text-align-center\">...</h6>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h6 element should be an h5 to be properly nested.", "ordinalSeverity": 3, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h6 class=\"text-align-left m-text-align-center\">...</h6>" }, { "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.83:1. Recommendation: change text colour to #13635f.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.49:1. Recommendation: change text colour to #fdfeff.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.83:1. Recommendation: change background to #13635f.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1500301758", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"text\" id=\"1500301758\">...</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.83:1. Recommendation: change background to #13635f.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1853265404", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"text\" id=\"1853265404\">...</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 2.72:1. Recommendation: change text colour to #5c5858.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"display: initial;\">...</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 2.61:1. Recommendation: change text colour to #707070.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupTitle\">...</div>" }, { "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 style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">...</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 2.72:1. Recommendation: change text colour to #797575.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"display: initial;\">...</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 2.72:1. Recommendation: change text colour to #797575.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">...</span>" }, { "ruleID": "AAA.2_4_8.H59.1", "what": "Link elements can only be located in the head section of the document.", "ordinalSeverity": 3, "tagName": "LINK", "id": "homeCssLink", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<link rel=\"preload\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_home_withFlex_1.min.css?v=50\" id=\"homeCssLink\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\">" }, { "ruleID": "AAA.2_4_8.H59.1", "what": "Link elements can only be located in the head section of the document.", "ordinalSeverity": 3, "tagName": "LINK", "id": "siteGlobalCss", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_withFlex_1.min.css?v=50\" id=\"siteGlobalCss\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">" }, { "ruleID": "AAA.2_4_8.H59.1", "what": "Link elements can only be located in the head section of the document.", "ordinalSeverity": 3, "tagName": "LINK", "id": "widgetCSS", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<link rel=\"preload\" href=\"https://irp.cdn-website.com/WIDGET_CSS/production_3504/1cc1c4328850bb09426458e467191f42.css\" id=\"widgetCSS\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\">" }, { "ruleID": "AAA.2_4_8.H59.1", "what": "Link elements can only be located in the head section of the document.", "ordinalSeverity": 3, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<link rel=\"preload\" href=\"https://irp.cdn-website.com/fonts/css?family=Lobster+Two:100,200,300,400,500,600,700,800,900" }, { "ruleID": "AAA.2_4_8.H59.1", "what": "Link elements can only be located in the head section of the document.", "ordinalSeverity": 3, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<link rel=\"stylesheet\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" href=\"https://static.cdn-website.com/mnlt/production/3504/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css\" type=\"text/css\">" }, { "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 href=\"https://m.facebook.com/voteMeganAD1\">...</a>" } ] }, "endTime": 1687062322592 }, { "type": "launch", "which": "chromium", "startTime": 1687062322592, "endTime": 1687062323175 }, { "type": "url", "which": "https://www.votemegandahle.com/", "what": "Candidate Megan Dahle (R)", "startTime": 1687062323176, "result": { "url": "https://www.votemegandahle.com/" }, "endTime": 1687062323967 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687062323967, "url": "https://www.votemegandahle.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 61, "recommendation": 5, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]/a[1]", "aria": "/document[1]/heading[10]/link[1]" }, "message": "Text contrast of 2.49 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400", "bounds": { "left": 332, "top": 3530, "height": 19, "width": 155 }, "snippet": "<a style=\"display: unset; color: rgb(68, 76, 137);\" type=\"url\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[1]/html[1]/body[1]/form[1]/div[1]/ul[1]/li[6]/div[1]/div[1]/button[1]", "aria": "/document[1]/document[1]/form[1]/main[1]/list[1]/listitem[6]/button[1]" }, "message": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 267, "top": 440, "height": 48, "width": 180 }, "snippet": "<button data-content=\"\" data-component=\"button\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" type=\"submit\" id=\"input_2\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]/a[1]", "aria": "/document[1]/paragraph[8]/link[1]" }, "message": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "bounds": { "left": 606, "top": 2360, "height": 20, "width": 86 }, "snippet": "<a style=\"display: unset;\" type=\"page\" runtime_url=\"/issues\" href=\"/issues\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]/span[1]", "aria": "/document[1]/paragraph[7]" }, "message": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "bounds": { "left": 542, "top": 2190, "height": 155, "width": 215 }, "snippet": "<span style=\"display: initial;\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]/span[1]/span[1]", "aria": "/document[1]/heading[7]" }, "message": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400", "bounds": { "left": 549, "top": 2000, "height": 147, "width": 201 }, "snippet": "<span style=\"display: initial;\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]/a[1]", "aria": "/document[1]/paragraph[6]/link[1]" }, "message": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "bounds": { "left": 366, "top": 2259, "height": 20, "width": 86 }, "snippet": "<a style=\"display: unset;\" type=\"page\" runtime_url=\"/issues\" href=\"/issues\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]/span[1]", "aria": "/document[1]/paragraph[5]" }, "message": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "bounds": { "left": 299, "top": 2112, "height": 133, "width": 220 }, "snippet": "<span style=\"display: initial;\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]/span[1]", "aria": "/document[1]/heading[6]" }, "message": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400", "bounds": { "left": 309, "top": 2000, "height": 69, "width": 201 }, "snippet": "<span style=\"display: initial;\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]/a[1]", "aria": "/document[1]/paragraph[4]/link[1]" }, "message": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "bounds": { "left": 126, "top": 2243, "height": 20, "width": 86 }, "snippet": "<a style=\"display: unset;\" type=\"page\" runtime_url=\"/issues\" href=\"/issues\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]/span[1]", "aria": "/document[1]/paragraph[3]" }, "message": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "bounds": { "left": 64, "top": 2073, "height": 155, "width": 210 }, "snippet": "<span style=\"display: initial;\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]/span[1]", "aria": "/document[1]/heading[5]" }, "message": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400", "bounds": { "left": 67, "top": 2000, "height": 30, "width": 205 }, "snippet": "<span style=\"display: initial;\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]", "aria": "/document[1]/paragraph[2]" }, "message": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "bounds": { "left": 74, "top": 1875, "height": 43, "width": 671 }, "snippet": "<span style=\"display: initial;\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]/span[1]", "aria": "/document[1]/heading[4]" }, "message": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 50px and weight of 400", "bounds": { "left": 337, "top": 1795, "height": 59, "width": 145 }, "snippet": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]", "aria": "/document[1]/listitem[4]/heading[1]" }, "message": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "bounds": { "left": 566, "top": 393, "height": 22, "width": 69 }, "snippet": "<h3 id=\"1096141361\" class=\"caption-title u_1096141361\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]", "aria": "/document[1]/listitem[3]/heading[1]" }, "message": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "bounds": { "left": 566, "top": 319, "height": 22, "width": 70 }, "snippet": "<h3 id=\"1827786732\" class=\"caption-title u_1827786732\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]", "aria": "/document[1]/listitem[2]/heading[1]" }, "message": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "bounds": { "left": 574, "top": 245, "height": 22, "width": 54 }, "snippet": "<h3 id=\"1211526312\" class=\"caption-title\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]", "aria": "/document[1]/listitem[1]/heading[1]" }, "message": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "bounds": { "left": 574, "top": 171, "height": 22, "width": 53 }, "snippet": "<h3 id=\"1989160226\" class=\"caption-title u_1989160226\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]", "aria": "/document[1]/link[2]" }, "message": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700", "bounds": { "left": 696, "top": 24, "height": 51, "width": 62 }, "snippet": "<span id=\"1500301758\" class=\"text\">", "level": "violation" }, { "ruleId": "label_ref_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[1]/html[1]/body[1]/form[1]/div[1]/ul[1]/li[5]/label[1]", "aria": "/document[1]/document[1]/form[1]/main[1]/list[1]/listitem[5]" }, "message": "The value \"input_7\" of the 'for' attribute is not the 'id' of a valid <input> element", "bounds": { "left": 25, "top": 270, "height": 55, "width": 655 }, "snippet": "<label for=\"input_7\" id=\"label_7\" class=\"form-label form-label-top\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/link[5]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 71, "top": 3266, "height": 164, "width": 164 }, "snippet": "<img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"1452979129\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/listitem[2]/link[1]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 600, "top": 207, "height": 0, "width": 0 }, "snippet": "<img onerror=\"handleImageLoadError(this)\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" class=\"\" id=\"1145241845\" irw=\"5\" irh=\"4\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/link[1]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 15, "top": 11, "height": 110, "width": 110 }, "snippet": "<img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" class=\"\" id=\"1772503654\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\">", "level": "violation" }, { "ruleId": "html_lang_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[2]/html[1]", "aria": "/document[1]/document[2]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 150, "width": 703 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/head[1]/style[2]", "aria": "/document[1]" }, "message": "The <style> element has the id \"customRules\" that is already in use", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<style id=\"customRules\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[2]", "aria": "/document[1]" }, "message": "The <iframe> element has the id \"221734378845061\" that is already in use", "bounds": { "left": 58, "top": 3051, "height": 150, "width": 703 }, "snippet": "<iframe scrolling=\"no\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" id=\"221734378845061\" name=\"221734378845061\" allowfullscreen=\"true\" allow=\"geolocation; microphone; camera\" allowtransparency=\"true\" src=\"\" title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\">", "level": "violation" }, { "ruleId": "aria_eventhandler_role_valid", "path": { "dom": "/html[1]/body[1]/div[6]/div[1]/div[1]", "aria": "/document[1]" }, "message": "The <div> element with 'onclick' does not have a valid ARIA role specified", "bounds": { "left": 715, "top": 22, "height": 27, "width": 27 }, "snippet": "<div onclick=\"dmHidePopup(event);\" class=\"dmPopupClose dm-common-icons-close oneIcon\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/h6[1]", "aria": "/document[1]/heading[13]" }, "message": "Content is not within a landmark element", "bounds": { "left": 583, "top": 3484, "height": 37, "width": 148 }, "snippet": "<h6 class=\"text-align-left m-text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]", "aria": "/document[1]/heading[12]" }, "message": "Content is not within a landmark element", "bounds": { "left": 583, "top": 3385, "height": 48, "width": 148 }, "snippet": "<h4 class=\"m-text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]", "aria": "/document[1]/heading[11]" }, "message": "Content is not within a landmark element", "bounds": { "left": 583, "top": 3302, "height": 39, "width": 148 }, "snippet": "<h3 class=\"m-text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]", "aria": "/document[1]/heading[10]" }, "message": "Content is not within a landmark element", "bounds": { "left": 253, "top": 3529, "height": 21, "width": 313 }, "snippet": "<h6 class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/p[1]", "aria": "/document[1]/paragraph[10]" }, "message": "Content is not within a landmark element", "bounds": { "left": 413, "top": 3442, "height": 42, "width": 153 }, "snippet": "<p class=\"rteBlock\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]", "aria": "/document[1]/heading[9]" }, "message": "Content is not within a landmark element", "bounds": { "left": 253, "top": 3382, "height": 48, "width": 313 }, "snippet": "<h4 class=\"m-text-align-center text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "aria": "/document[1]/paragraph[9]" }, "message": "Content is not within a landmark element", "bounds": { "left": 70, "top": 3447, "height": 45, "width": 165 }, "snippet": "<p class=\"text-align-right m-text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[8]" }, "message": "Content is not within a landmark element", "bounds": { "left": 58, "top": 2431, "height": 75, "width": 703 }, "snippet": "<h2 class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]", "aria": "/document[1]/paragraph[8]" }, "message": "Content is not within a landmark element", "bounds": { "left": 538, "top": 2359, "height": 23, "width": 223 }, "snippet": "<p class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]", "aria": "/document[1]/paragraph[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 538, "top": 2189, "height": 158, "width": 223 }, "snippet": "<p class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]", "aria": "/document[1]/heading[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 538, "top": 1995, "height": 156, "width": 223 }, "snippet": "<h3 class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]", "aria": "/document[1]/paragraph[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 298, "top": 2258, "height": 23, "width": 223 }, "snippet": "<p class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]", "aria": "/document[1]/paragraph[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 298, "top": 2111, "height": 135, "width": 223 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]", "aria": "/document[1]/heading[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 298, "top": 1995, "height": 78, "width": 223 }, "snippet": "<h3 class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]", "aria": "/document[1]/paragraph[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 58, "top": 2242, "height": 23, "width": 223 }, "snippet": "<p class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]", "aria": "/document[1]/paragraph[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 58, "top": 2072, "height": 158, "width": 223 }, "snippet": "<p class=\"m-text-align-center text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]", "aria": "/document[1]/heading[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 58, "top": 1995, "height": 39, "width": 223 }, "snippet": "<h3 class=\"m-text-align-center text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]", "aria": "/document[1]/paragraph[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 58, "top": 1874, "height": 45, "width": 703 }, "snippet": "<p class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 58, "top": 1787, "height": 75, "width": 703 }, "snippet": "<h2 class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]", "aria": "/document[1]/listitem[4]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 566, "top": 393, "height": 22, "width": 69 }, "snippet": "<h3 id=\"1096141361\" class=\"caption-title u_1096141361\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]", "aria": "/document[1]/listitem[3]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 566, "top": 319, "height": 22, "width": 70 }, "snippet": "<h3 id=\"1827786732\" class=\"caption-title u_1827786732\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]", "aria": "/document[1]/listitem[2]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 574, "top": 245, "height": 22, "width": 54 }, "snippet": "<h3 id=\"1211526312\" class=\"caption-title\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]", "aria": "/document[1]/listitem[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 574, "top": 171, "height": 22, "width": 53 }, "snippet": "<h3 id=\"1989160226\" class=\"caption-title u_1989160226\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]", "aria": "/document[1]/heading[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 50, "top": 593, "height": 36, "width": 300 }, "snippet": "<h4 class=\"text-align-center m-size-19 size-24\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 50, "top": 409, "height": 180, "width": 300 }, "snippet": "<h1 class=\"text-align-center\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 102, "top": 655, "height": 60, "width": 196 }, "snippet": "<a target=\"_blank\" data-element-type=\"dButtonLinkId\" id=\"1778429858\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" file=\"false\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" data-display-type=\"block\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 669, "top": 22, "height": 55, "width": 117 }, "snippet": "<a target=\"_blank\" id=\"1134045522\" data-element-type=\"dButtonLinkId\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" file=\"false\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" data-display-type=\"block\">", "level": "violation" }, { "ruleId": "aria_child_tabbable", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]", "aria": "/document[1]/navigation[1]/menubar[1]" }, "message": "None of the descendent elements with \"menuitem\" role is tabbable", "bounds": { "left": 154, "top": 43, "height": 36, "width": 494 }, "snippet": "<ul data-auto=\"navigation-pages\" class=\"unifiednav__container \" role=\"menubar\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[5]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 71, "top": 3267, "height": 20, "width": 164 }, "snippet": "<a id=\"1158683139\" href=\"/\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[2]/blockquote[1]/a[1]", "aria": "/document[1]/blockquote[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 578, "top": 803, "height": 0, "width": 0 }, "snippet": "<a href=\"https://m.facebook.com/voteMeganAD1\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/listitem[4]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 600, "top": 65, "height": 311, "width": 0 }, "snippet": "<a style=\"background-image: url(\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg\");\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" class=\"has-link\" id=\"1744861053\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" data-dm-multisize-attr=\"href\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/listitem[3]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 600, "top": -9, "height": 311, "width": 0 }, "snippet": "<a style=\"background-image: url(\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg\");\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" file=\"false\" href=\"/connect\" class=\"has-link\" id=\"1421699263\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" data-dm-multisize-attr=\"href\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/listitem[2]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 600, "top": -83, "height": 311, "width": 0 }, "snippet": "<a style=\"background-image: url(\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg\");\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" file=\"false\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" class=\"u_1804716311 has-link\" id=\"1804716311\" href=\"/media\" data-dm-multisize-attr=\"href\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/listitem[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 600, "top": -157, "height": 311, "width": 0 }, "snippet": "<a style=\"background-image: url(\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png\");\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" file=\"false\" href=\"/issues\" class=\"has-link\" id=\"1207379930\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" data-dm-multisize-attr=\"href\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/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": 15, "top": 12, "height": 20, "width": 110 }, "snippet": "<a file=\"false\" class=\"\" id=\"1122105613\" href=\"/\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[1]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-type\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[2]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"scrolling\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 58, "top": 3051, "height": 150, "width": 703 }, "snippet": "<iframe scrolling=\"no\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" id=\"221734378845061\" name=\"221734378845061\" allowfullscreen=\"true\" allow=\"geolocation; microphone; camera\" allowtransparency=\"true\" src=\"\" title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[1]/html[1]/head[1]/meta[1]", "aria": "/document[1]/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[1]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"scrolling\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 58, "top": 2518, "height": 533, "width": 703 }, "snippet": "<iframe scrolling=\"no\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 533px;\" id=\"221734378845061\" name=\"221734378845061\" allowfullscreen=\"true\" allow=\"geolocation; microphone; camera\" allowtransparency=\"true\" src=\"\" title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]", "aria": "/document[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 149, "top": 36, "height": 50, "width": 504 }, "snippet": "<nav navigation-id=\"unifiedNav\" adwords=\"\" surround=\"true\" icon=\"true\" wr=\"true\" data-nav-structure=\"HORIZONTAL\" data-element-type=\"onelinksmenu\" dmle_extension=\"onelinksmenu\" id=\"1887223903\" data-show-vertical-sub-items=\"HOVER\" layout-sub=\"submenu_horizontal_1\" layout-main=\"horizontal_nav_layout_2\" role=\"navigation\" class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 5, 0, 61 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.49 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]/a[1]" }, "excerpt": "<a style=\"display: unset; color: rgb(68, 76, 137);\" type=\"url\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "input_2", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[1]/html[1]/body[1]/form[1]/div[1]/ul[1]/li[6]/div[1]/div[1]/button[1]" }, "excerpt": "<button data-content=\"\" data-component=\"button\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" type=\"submit\" id=\"input_2\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]/a[1]" }, "excerpt": "<a style=\"display: unset;\" type=\"page\" runtime_url=\"/issues\" href=\"/issues\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]/span[1]" }, "excerpt": "<span style=\"display: initial;\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]/span[1]/span[1]" }, "excerpt": "<span style=\"display: initial;\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]/a[1]" }, "excerpt": "<a style=\"display: unset;\" type=\"page\" runtime_url=\"/issues\" href=\"/issues\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]/span[1]" }, "excerpt": "<span style=\"display: initial;\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]/span[1]" }, "excerpt": "<span style=\"display: initial;\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]/a[1]" }, "excerpt": "<a style=\"display: unset;\" type=\"page\" runtime_url=\"/issues\" href=\"/issues\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]/span[1]" }, "excerpt": "<span style=\"display: initial;\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]/span[1]" }, "excerpt": "<span style=\"display: initial;\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]" }, "excerpt": "<span style=\"display: initial;\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 50px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]/span[1]" }, "excerpt": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "ordinalSeverity": 3, "tagName": "H3", "id": "1096141361", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 id=\"1096141361\" class=\"caption-title u_1096141361\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "ordinalSeverity": 3, "tagName": "H3", "id": "1827786732", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 id=\"1827786732\" class=\"caption-title u_1827786732\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "ordinalSeverity": 3, "tagName": "H3", "id": "1211526312", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 id=\"1211526312\" class=\"caption-title\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "ordinalSeverity": 3, "tagName": "H3", "id": "1989160226", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 id=\"1989160226\" class=\"caption-title u_1989160226\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1500301758", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]" }, "excerpt": "<span id=\"1500301758\" class=\"text\">" }, { "ruleID": "label_ref_valid", "what": "The value \"input_7\" of the 'for' attribute is not the 'id' of a valid <input> element", "ordinalSeverity": 3, "tagName": "LABEL", "id": "label_7", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[1]/html[1]/body[1]/form[1]/div[1]/ul[1]/li[5]/label[1]" }, "excerpt": "<label for=\"input_7\" id=\"label_7\" class=\"form-label form-label-top\">" }, { "ruleID": "img_alt_valid", "what": "The image has neither an alt atttribute nor an ARIA label or title", "ordinalSeverity": 3, "tagName": "IMG", "id": "1452979129", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" class=\"\" id=\"1452979129\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\">" }, { "ruleID": "img_alt_valid", "what": "The image has neither an alt atttribute nor an ARIA label or title", "ordinalSeverity": 3, "tagName": "IMG", "id": "1145241845", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img onerror=\"handleImageLoadError(this)\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" class=\"\" id=\"1145241845\" irw=\"5\" irh=\"4\">" }, { "ruleID": "img_alt_valid", "what": "The image has neither an alt atttribute nor an ARIA label or title", "ordinalSeverity": 3, "tagName": "IMG", "id": "1772503654", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img onerror=\"handleImageLoadError(this)\" height=\"1920\" width=\"1920\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" class=\"\" id=\"1772503654\" src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\">" }, { "ruleID": "html_lang_exists", "what": "Page detected as HTML, but does not have a 'lang' attribute", "ordinalSeverity": 3, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[2]/html[1]" }, "excerpt": "<html>" }, { "ruleID": "element_id_unique", "what": "The <style> element has the id \"customRules\" that is already in use", "ordinalSeverity": 3, "tagName": "STYLE", "id": "customRules", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/style[2]" }, "excerpt": "<style id=\"customRules\">" }, { "ruleID": "element_id_unique", "what": "The <iframe> element has the id \"221734378845061\" that is already in use", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[2]" }, "excerpt": "<iframe scrolling=\"no\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" id=\"221734378845061\" name=\"221734378845061\" allowfullscreen=\"true\" allow=\"geolocation; microphone; camera\" allowtransparency=\"true\" src=\"\" title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\">" }, { "ruleID": "aria_eventhandler_role_valid", "what": "The <div> element with 'onclick' does not have a valid ARIA role specified", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[6]/div[1]/div[1]" }, "excerpt": "<div onclick=\"dmHidePopup(event);\" class=\"dmPopupClose dm-common-icons-close oneIcon\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/h6[1]" }, "excerpt": "<h6 class=\"text-align-left m-text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]" }, "excerpt": "<h4 class=\"m-text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]" }, "excerpt": "<h3 class=\"m-text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]" }, "excerpt": "<h6 class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"rteBlock\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]" }, "excerpt": "<h4 class=\"m-text-align-center text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"text-align-right m-text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]" }, "excerpt": "<p class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/p[1]" }, "excerpt": "<p class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/h3[1]" }, "excerpt": "<h3 class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]" }, "excerpt": "<p class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/p[1]" }, "excerpt": "<p>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/h3[1]" }, "excerpt": "<h3 class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"m-text-align-center text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 class=\"m-text-align-center text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "1096141361", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 id=\"1096141361\" class=\"caption-title u_1096141361\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "1827786732", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 id=\"1827786732\" class=\"caption-title u_1827786732\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "1211526312", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 id=\"1211526312\" class=\"caption-title\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "1989160226", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[2]/span[1]/h3[1]" }, "excerpt": "<h3 id=\"1989160226\" class=\"caption-title u_1989160226\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h4[1]" }, "excerpt": "<h4 class=\"text-align-center m-size-19 size-24\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"text-align-center\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "1778429858", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" data-element-type=\"dButtonLinkId\" id=\"1778429858\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" file=\"false\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" data-display-type=\"block\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "1134045522", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a target=\"_blank\" id=\"1134045522\" data-element-type=\"dButtonLinkId\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" file=\"false\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" data-display-type=\"block\">" }, { "ruleID": "aria_child_tabbable", "what": "None of the descendent elements with \"menuitem\" role is tabbable", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]" }, "excerpt": "<ul data-auto=\"navigation-pages\" class=\"unifiednav__container \" role=\"menubar\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "1158683139", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a id=\"1158683139\" href=\"/\">" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[2]/blockquote[1]/a[1]" }, "excerpt": "<a href=\"https://m.facebook.com/voteMeganAD1\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a style=\"background-image: url(\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg\");\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\" ... gan-dahle-for-assembly/2019megandahle\" target=\"_blank\" class=\"has-link\" id=\"1744861053\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" data-dm-multisize-attr=\"href\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "1421699263", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a style=\"background-image: url(\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg\");\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal ... ode=true\" file=\"false\" href=\"/connect\" class=\"has-link\" id=\"1421699263\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" data-dm-multisize-attr=\"href\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "1804716311", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a style=\"background-image: url(\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg\");\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=tru ... file=\"false\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" class=\"u_1804716311 has-link\" id=\"1804716311\" href=\"/media\" data-dm-multisize-attr=\"href\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "1207379930", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a style=\"background-image: url(\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png\");\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&show ... \" file=\"false\" href=\"/issues\" class=\"has-link\" id=\"1207379930\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" data-dm-multisize-attr=\"href\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "1122105613", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a file=\"false\" class=\"\" id=\"1122105613\" href=\"/\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[1]" }, "excerpt": "<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-type\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"scrolling\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[2]" }, "excerpt": "<iframe scrolling=\"no\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" id=\"221734378845061\" name=\"221734378845061\" allowfullscreen=\"true\" allow=\"geolocation; microphone; camera\" allowtransparency=\"true\" src=\"\" title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[1]/html[1]/head[1]/meta[1]" }, "excerpt": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"scrolling\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[2]/iframe[1]" }, "excerpt": "<iframe scrolling=\"no\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 533px;\" id=\"221734378845061\" name=\"221734378845061\" allowfullscreen=\"true\" allow=\"geolocation; microphone; camera\" allowtransparency=\"true\" src=\"\" title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "ordinalSeverity": 1, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]" }, "excerpt": "<nav navigation-id=\"unifiedNav\" adwords=\"\" surround=\"true\" icon=\"true\" wr=\"true\" data-nav-structure=\"HORIZONTAL\" data-element-type=\"onelinksmenu\" dmle_extension=\"onelinksmenu\" id=\"1887223903\" data-show-vertical-sub-items=\"HOVER\" layout-sub=\"submenu_horizontal_1\" layout-main=\"horizontal_nav_layout_2\" role=\"navigation\" class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\">" } ] }, "endTime": 1687062327468 }, { "type": "launch", "which": "chromium", "startTime": 1687062327468, "endTime": 1687062328125 }, { "type": "url", "which": "https://www.votemegandahle.com/", "what": "Candidate Megan Dahle (R)", "startTime": 1687062328125, "result": { "url": "https://www.votemegandahle.com/" }, "endTime": 1687062328893 }, { "type": "test", "which": "nuVal", "startTime": 1687062328893, "url": "https://www.votemegandahle.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "info", "lastLine": 39, "lastColumn": 211, "firstColumn": 120, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.js\"></scri", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 39, "lastColumn": 348, "firstColumn": 221, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-NPGV8B6F9V&l=dataLayer&cx=c\"></scri", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 39, "lastColumn": 475, "firstColumn": 445, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\">\n w", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 248, "lastColumn": 21, "message": "A charset attribute on a meta element found after the first 1024 bytes.", "extract": " charset=\"utf-8\">\n\n<link rel=\"", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 248, "lastColumn": 22, "firstColumn": 1, "message": "A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.", "extract": "t=utf-8\">\n<meta charset=\"utf-8\">\n\n<lin", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 333, "lastColumn": 57, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "/script>\n\n<script data-role=\"deferred-init\" type=\"text/javascript\">\n /", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 354, "lastColumn": 41, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "\n</style>\n<style id=\"cssVariables\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 41 }, { "type": "error", "lastLine": 371, "lastColumn": 21, "message": "CSS: The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it.", "extract": "charset \"UTF-8\";.display_None,", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 371, "lastColumn": 56710, "firstColumn": 56708, "message": "CSS: z-index: 1px is not a z-index value.", "extract": "k{z-index:1px}.imag", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 371, "lastColumn": 56873, "firstColumn": 56870, "message": "CSS: scrollbar-arrow-color: Property scrollbar-arrow-color doesn't exist.", "extract": "row-color:#fff;scrol", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 371, "lastColumn": 56903, "firstColumn": 56897, "message": "CSS: scrollbar-track-color: Property scrollbar-track-color doesn't exist.", "extract": "ack-color:#F2F2F2;scrol", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 371, "lastColumn": 56931, "firstColumn": 56926, "message": "CSS: scrollbar-face-color: Property scrollbar-face-color doesn't exist.", "extract": "ace-color:silver;scrol", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 371, "lastColumn": 56964, "firstColumn": 56959, "message": "CSS: scrollbar-highlight-color: Property scrollbar-highlight-color doesn't exist.", "extract": "ght-color:silver;scrol", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 371, "lastColumn": 56995, "firstColumn": 56990, "message": "CSS: scrollbar-3dlight-color: Property scrollbar-3dlight-color doesn't exist.", "extract": "ght-color:silver;scrol", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 371, "lastColumn": 57025, "firstColumn": 57020, "message": "CSS: scrollbar-shadow-color: Property scrollbar-shadow-color doesn't exist.", "extract": "dow-color:silver;scrol", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 371, "lastColumn": 57059, "firstColumn": 57054, "message": "CSS: scrollbar-darkshadow-color: Property scrollbar-darkshadow-color doesn't exist.", "extract": "dow-color:silver;scrol", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 371, "lastColumn": 57080, "firstColumn": 57077, "message": "CSS: scrollbar-width: 12px is not a scrollbar-width value.", "extract": "bar-width:12px}body{", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "info", "lastLine": 414, "lastColumn": 137, "firstColumn": 1, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "JT04= -->\n<script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/18.8d9b98557bf3839e9c87.js\"></scri", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "info", "lastLine": 414, "lastColumn": 283, "firstColumn": 147, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/23.fe66fc7c29b5e63049b3.js\"></scri", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "info", "lastLine": 414, "lastColumn": 428, "firstColumn": 293, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/1.2b782b34fc8e3041029a.js\"></scri", "hiliteStart": 10, "hiliteLength": 136 }, { "type": "info", "lastLine": 414, "lastColumn": 573, "firstColumn": 438, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/7.16e60f6d711f2c34ba98.js\"></scri", "hiliteStart": 10, "hiliteLength": 136 }, { "type": "info", "lastLine": 414, "lastColumn": 827, "firstColumn": 671, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/runtime-module-anchors.8069350c1321599c430f.js\"></scri", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 459, "lastColumn": 91, "firstColumn": 10, "message": "Attribute dmwrapped not allowed on element div at this point.", "extract": "\n <div dmwrapped=\"true\" id=\"1901957768\" class=\"dm-home-page\" themewaschanged=\"true\"> <div ", "hiliteStart": 10, "hiliteLength": 82 }, { "type": "error", "lastLine": 459, "lastColumn": 91, "firstColumn": 10, "message": "Attribute themewaschanged not allowed on element div at this point.", "extract": "\n <div dmwrapped=\"true\" id=\"1901957768\" class=\"dm-home-page\" themewaschanged=\"true\"> <div ", "hiliteStart": 10, "hiliteLength": 82 }, { "type": "error", "lastLine": 459, "lastColumn": 448, "firstColumn": 93, "message": "Attribute dmtemplateid not allowed on element div at this point.", "extract": "d=\"true\"> <div dmtemplateid=\"StandardLayoutMultiD\" class=\"standardHeaderLayout dm-bfs dm-layout-home hasAnimations hasStickyHeader rows-1200 inMiniHeaderMode dmPageBody dmFreeHeader d-page-1716942098 runtime-module-container\" id=\"dm-outer-wrapper\" data-page-class=\"1716942098\" data-soch=\"true\" data-background-parallax-selector=\".dmHomeSection1, .dmSectionParallex\"> <div ", "hiliteStart": 10, "hiliteLength": 356 }, { "type": "error", "lastLine": 459, "lastColumn": 1023, "firstColumn": 721, "message": "Attribute freeheader not allowed on element div at this point.", "extract": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div ", "hiliteStart": 10, "hiliteLength": 303 }, { "type": "error", "lastLine": 459, "lastColumn": 1023, "firstColumn": 721, "message": "Attribute headerlayout not allowed on element div at this point.", "extract": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div ", "hiliteStart": 10, "hiliteLength": 303 }, { "type": "error", "lastLine": 459, "lastColumn": 1023, "firstColumn": 721, "message": "Attribute layout not allowed on element div at this point.", "extract": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div ", "hiliteStart": 10, "hiliteLength": 303 }, { "type": "error", "lastLine": 459, "lastColumn": 1023, "firstColumn": 721, "message": "Attribute preserve-sticky-header not allowed on element div at this point.", "extract": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div ", "hiliteStart": 10, "hiliteLength": 303 }, { "type": "error", "lastLine": 459, "lastColumn": 1023, "firstColumn": 721, "message": "Attribute logo-size-target not allowed on element div at this point.", "extract": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div ", "hiliteStart": 10, "hiliteLength": 303 }, { "type": "info", "lastLine": 459, "lastColumn": 1111, "firstColumn": 1025, "subType": "warning", "message": "Attribute dm:templateorder is not serializable as XML 1.0.", "extract": "t=\"100%\"> <div dm:templateorder=\"85\" class=\"dmHeaderResp dmHeaderStack noSwitch\" id=\"1709005236\"> <div ", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "error", "lastLine": 459, "lastColumn": 1111, "firstColumn": 1025, "message": "Attribute dm:templateorder not allowed on element div at this point.", "extract": "t=\"100%\"> <div dm:templateorder=\"85\" class=\"dmHeaderResp dmHeaderStack noSwitch\" id=\"1709005236\"> <div ", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "error", "lastLine": 459, "lastColumn": 1482, "firstColumn": 1343, "message": "Attribute editablewidget not allowed on element div at this point.", "extract": "2127793\"> <div class=\"u_1349561886 imageWidget align-center\" data-widget-type=\"image\" id=\"1349561886\" data-element-type=\"image\" editablewidget=\"true\"> <a hr", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "error", "lastLine": 459, "lastColumn": 1533, "firstColumn": 1484, "message": "Attribute file not allowed on element a at this point.", "extract": "t=\"true\"> <a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"><img s", "hiliteStart": 10, "hiliteLength": 50 }, { "type": "error", "lastLine": 459, "lastColumn": 1832, "firstColumn": 1534, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "e=\"false\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 299 }, { "type": "error", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "message": "Attribute layout-main not allowed on element nav at this point.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "error", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "message": "Attribute layout-sub not allowed on element nav at this point.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "error", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "message": "Attribute dmle_extension not allowed on element nav at this point.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "error", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "message": "Attribute wr not allowed on element nav at this point.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "error", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "message": "Attribute icon not allowed on element nav at this point.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "error", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "message": "Attribute surround not allowed on element nav at this point.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "error", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "message": "Attribute adwords not allowed on element nav at this point.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "error", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "message": "Attribute navigation-id not allowed on element nav at this point.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "info", "lastLine": 463, "lastColumn": 398, "firstColumn": 2, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": "</span> \n <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "error", "lastLine": 463, "lastColumn": 720, "firstColumn": 570, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "epth=\"0\"> <a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage dmNavItemSelected\" target=\"\" data-target-page-alias=\"\" data-auto=\"selected-page\"> <span", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "error", "lastLine": 469, "lastColumn": 206, "firstColumn": 91, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "epth=\"0\"> <a href=\"/about-megan\" class=\"unifiednav__item dmUDNavigationItem_010101723297\" target=\"\" data-target-page-alias=\"\"> <span", "hiliteStart": 10, "hiliteLength": 116 }, { "type": "error", "lastLine": 475, "lastColumn": 202, "firstColumn": 91, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "epth=\"0\"> <a href=\"/connect\" class=\"unifiednav__item dmUDNavigationItem_010101567797\" target=\"\" data-target-page-alias=\"\"> <span", "hiliteStart": 10, "hiliteLength": 112 }, { "type": "error", "lastLine": 481, "lastColumn": 201, "firstColumn": 91, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "epth=\"0\"> <a href=\"/issues\" class=\"unifiednav__item dmUDNavigationItem_010101661768\" target=\"\" data-target-page-alias=\"\"> <span", "hiliteStart": 10, "hiliteLength": 111 }, { "type": "error", "lastLine": 487, "lastColumn": 200, "firstColumn": 91, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "epth=\"0\"> <a href=\"/media\" class=\"unifiednav__item dmUDNavigationItem_010101971692\" target=\"\" data-target-page-alias=\"\"> <span", "hiliteStart": 10, "hiliteLength": 110 }, { "type": "error", "lastLine": 496, "lastColumn": 357, "firstColumn": 81, "message": "Attribute file not allowed on element a at this point.", "extract": "8024226\"> <a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"1134045522\" target=\"_blank\"> <span", "hiliteStart": 10, "hiliteLength": 277 }, { "type": "error", "lastLine": 514, "lastColumn": 120, "firstColumn": 2, "message": "Attribute dmwrapped not allowed on element div at this point.", "extract": "\n</div> \n <div dmwrapped=\"true\" id=\"dmFirstContainer\" class=\"dmBody u_dmStyle_template_home dm-home-page\" themewaschanged=\"true\"> <div ", "hiliteStart": 10, "hiliteLength": 119 }, { "type": "error", "lastLine": 514, "lastColumn": 120, "firstColumn": 2, "message": "Attribute themewaschanged not allowed on element div at this point.", "extract": "\n</div> \n <div dmwrapped=\"true\" id=\"dmFirstContainer\" class=\"dmBody u_dmStyle_template_home dm-home-page\" themewaschanged=\"true\"> <div ", "hiliteStart": 10, "hiliteLength": 119 }, { "type": "info", "lastLine": 514, "lastColumn": 371, "firstColumn": 235, "subType": "warning", "message": "Attribute dm:templateorder is not serializable as XML 1.0.", "extract": "Content\"> <div dm:templateorder=\"170\" class=\"dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl dmRespRowsWrapperSize1\" id=\"1716942098\"> <div ", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "error", "lastLine": 514, "lastColumn": 371, "firstColumn": 235, "message": "Attribute dm:templateorder not allowed on element div at this point.", "extract": "Content\"> <div dm:templateorder=\"170\" class=\"dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl dmRespRowsWrapperSize1\" id=\"1716942098\"> <div ", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "error", "lastLine": 516, "lastColumn": 284, "firstColumn": 8, "message": "Attribute file not allowed on element a at this point.", "extract": "> \n</div> <a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButtonLinkId\" target=\"_blank\"> <", "hiliteStart": 10, "hiliteLength": 277 }, { "type": "error", "lastLine": 521, "lastColumn": 681, "firstColumn": 81, "message": "Attribute editablewidget not allowed on element div at this point.", "extract": "0919783\"> <div class=\"dmPhotoGallery dmPhotoGalleryResp u_1981596007 newPhotoGallery\" data-desktop-text-layout=\"over\" id=\"1981596007\" data-link-gallery=\"true\" data-element-type=\"dPhotoGalleryId\" data-desktop-layout=\"square\" data-desktop-columns=\"2\" data-rows-to-show=\"100\" data-tablet-layout=\"square\" data-mobile-layout=\"square\" data-desktop-caption-alignment=\"center_center\" data-mobile-caption-alignment=\"bottom_center\" data-tablet-caption-alignment=\"bottom_center\" data-tablet-text-layout=\"fixed\" data-mobile-text-layout=\"fixed\" data-placeholder=\"false\" editablewidget=\"true\" data-widget-type=\"photoGallery\"> <ul c", "hiliteStart": 10, "hiliteLength": 601 }, { "type": "error", "lastLine": 521, "lastColumn": 1208, "firstColumn": 882, "message": "Attribute file not allowed on element a at this point.", "extract": "4886090\"> <a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\"><img i", "hiliteStart": 10, "hiliteLength": 327 }, { "type": "error", "lastLine": 521, "lastColumn": 1399, "firstColumn": 1209, "message": "Attribute irh not allowed on element img at this point.", "extract": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "error", "lastLine": 521, "lastColumn": 1399, "firstColumn": 1209, "message": "Attribute irw not allowed on element img at this point.", "extract": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "error", "lastLine": 521, "lastColumn": 1399, "firstColumn": 1209, "message": "Element img is missing required attribute src.", "extract": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "error", "lastLine": 523, "lastColumn": 183, "firstColumn": 129, "message": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "9215728\"> <h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues", "hiliteStart": 10, "hiliteLength": 55 }, { "type": "error", "lastLine": 524, "lastColumn": 102, "firstColumn": 2, "message": "Attribute file not allowed on element a at this point.", "extract": "es</h3> \n <a class=\"caption-button dmWidget clearfix u_1367718202\" id=\"1367718202\" href=\"/issues\" file=\"false\"> <span", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 531, "lastColumn": 67, "firstColumn": 2, "message": "Attribute index not allowed on element li at this point.", "extract": " \n</li> \n <li index=\"3\" class=\"photoGalleryThumbs\" id=\"1083480412\" style=\"\"> <div ", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 531, "lastColumn": 450, "firstColumn": 115, "message": "Attribute file not allowed on element a at this point.", "extract": "7194955\"> <a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"\"><img i", "hiliteStart": 10, "hiliteLength": 336 }, { "type": "error", "lastLine": 531, "lastColumn": 634, "firstColumn": 451, "message": "Attribute irh not allowed on element img at this point.", "extract": " style=\"\"><img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "error", "lastLine": 531, "lastColumn": 634, "firstColumn": 451, "message": "Attribute irw not allowed on element img at this point.", "extract": " style=\"\"><img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "error", "lastLine": 531, "lastColumn": 634, "firstColumn": 451, "message": "Element img is missing required attribute src.", "extract": " style=\"\"><img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "error", "lastLine": 531, "lastColumn": 634, "firstColumn": 451, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": " style=\"\"><img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "error", "lastLine": 533, "lastColumn": 145, "firstColumn": 104, "message": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "style=\"\"> <h3 class=\"caption-title\" id=\"1211526312\">Media<", "hiliteStart": 10, "hiliteLength": 42 }, { "type": "error", "lastLine": 534, "lastColumn": 41, "firstColumn": 2, "message": "Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "ia</h3> \n <p class=\"caption-text\" id=\"1837041813\"></p> \n", "hiliteStart": 10, "hiliteLength": 40 }, { "type": "error", "lastLine": 535, "lastColumn": 100, "firstColumn": 2, "message": "Attribute file not allowed on element a at this point.", "extract": "3\"></p> \n <a class=\"caption-button dmWidget displayNone clearfix\" id=\"1011643554\" href=\"/media\" file=\"false\"> <span", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "error", "lastLine": 542, "lastColumn": 415, "firstColumn": 96, "message": "Attribute file not allowed on element a at this point.", "extract": "0434045\"> <a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\"><img i", "hiliteStart": 10, "hiliteLength": 320 }, { "type": "error", "lastLine": 542, "lastColumn": 597, "firstColumn": 416, "message": "Attribute irh not allowed on element img at this point.", "extract": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "error", "lastLine": 542, "lastColumn": 597, "firstColumn": 416, "message": "Attribute irw not allowed on element img at this point.", "extract": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "error", "lastLine": 542, "lastColumn": 597, "firstColumn": 416, "message": "Element img is missing required attribute src.", "extract": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "error", "lastLine": 544, "lastColumn": 183, "firstColumn": 129, "message": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "8443957\"> <h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connec", "hiliteStart": 10, "hiliteLength": 55 }, { "type": "error", "lastLine": 545, "lastColumn": 103, "firstColumn": 2, "message": "Attribute file not allowed on element a at this point.", "extract": "ct</h3> \n <a class=\"caption-button dmWidget clearfix u_1166764588\" id=\"1166764588\" href=\"/connect\" file=\"false\"> <span", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "error", "lastLine": 552, "lastColumn": 427, "firstColumn": 96, "message": "Attribute file not allowed on element a at this point.", "extract": "7877575\"> <a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\"><img i", "hiliteStart": 10, "hiliteLength": 332 }, { "type": "error", "lastLine": 552, "lastColumn": 593, "firstColumn": 428, "message": "Attribute irh not allowed on element img at this point.", "extract": "gandahle\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 166 }, { "type": "error", "lastLine": 552, "lastColumn": 593, "firstColumn": 428, "message": "Attribute irw not allowed on element img at this point.", "extract": "gandahle\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 166 }, { "type": "error", "lastLine": 552, "lastColumn": 593, "firstColumn": 428, "message": "Element img is missing required attribute src.", "extract": "gandahle\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 166 }, { "type": "error", "lastLine": 554, "lastColumn": 183, "firstColumn": 129, "message": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "4691584\"> <h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Suppor", "hiliteStart": 10, "hiliteLength": 55 }, { "type": "error", "lastLine": 555, "lastColumn": 160, "firstColumn": 2, "message": "Attribute file not allowed on element a at this point.", "extract": "rt</h3> \n <a class=\"caption-button dmWidget clearfix u_1154586879\" id=\"1154586879\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\"> <span", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "error", "lastLine": 563, "lastColumn": 141, "firstColumn": 2, "message": "Attribute isall not allowed on element div at this point.", "extract": " \n</ul> \n <div class=\"photoGalleryViewAll link\" isall=\"true\" data-viewall=\"View more\" data-viewless=\"View less\" style=\"display:none;\" id=\"1138510047\"></div>", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "error", "lastLine": 570, "lastColumn": 846, "firstColumn": 634, "message": "Attribute file not allowed on element a at this point.", "extract": "/p></div> <a data-display-type=\"block\" class=\"u_1832948939 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"/about-megan\" id=\"1832948939\" data-element-type=\"dButtonLinkId\"> <span", "hiliteStart": 10, "hiliteLength": 213 }, { "type": "error", "lastLine": 575, "lastColumn": 629, "firstColumn": 68, "message": "Attribute dmle_extension not allowed on element div at this point.", "extract": "1183745\"> <div class=\"u_1468843021 widget-128151 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1468843021\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"false\" data-widget-id=\"128151275e4145de9c457a6ae729489e\" data-widget-version=\"114\" data-widget-config=\"eyJ1cmwiOiJodHRwczovL20uZmFjZWJvb2suY29tL3ZvdGVNZWdhbkFEMSIsImlzTGFyZ2VIZWFkZXIiOnRydWUsImlzU2hvd0NvdmVyUGhvdG8iOnRydWUsImlzRnJpZW5kc1Bob3RvcyI6dHJ1ZSwidGltZWxpbmUiOnRydWUsIndpZHRoIjoiMzQwIiwiaGVpZ2h0IjoiNTAwIiwiaGVpZ2h0X21vYmlsZSI6IjUwMCIsImV2ZW50cyI6dHJ1ZX0=\"> <div ", "hiliteStart": 10, "hiliteLength": 562 }, { "type": "error", "lastLine": 575, "lastColumn": 629, "firstColumn": 68, "message": "Attribute icon not allowed on element div at this point.", "extract": "1183745\"> <div class=\"u_1468843021 widget-128151 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1468843021\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"false\" data-widget-id=\"128151275e4145de9c457a6ae729489e\" data-widget-version=\"114\" data-widget-config=\"eyJ1cmwiOiJodHRwczovL20uZmFjZWJvb2suY29tL3ZvdGVNZWdhbkFEMSIsImlzTGFyZ2VIZWFkZXIiOnRydWUsImlzU2hvd0NvdmVyUGhvdG8iOnRydWUsImlzRnJpZW5kc1Bob3RvcyI6dHJ1ZSwidGltZWxpbmUiOnRydWUsIndpZHRoIjoiMzQwIiwiaGVpZ2h0IjoiNTAwIiwiaGVpZ2h0X21vYmlsZSI6IjUwMCIsImV2ZW50cyI6dHJ1ZX0=\"> <div ", "hiliteStart": 10, "hiliteLength": 562 }, { "type": "error", "lastLine": 575, "lastColumn": 629, "firstColumn": 68, "message": "Attribute surround not allowed on element div at this point.", "extract": "1183745\"> <div class=\"u_1468843021 widget-128151 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1468843021\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"false\" data-widget-id=\"128151275e4145de9c457a6ae729489e\" data-widget-version=\"114\" data-widget-config=\"eyJ1cmwiOiJodHRwczovL20uZmFjZWJvb2suY29tL3ZvdGVNZWdhbkFEMSIsImlzTGFyZ2VIZWFkZXIiOnRydWUsImlzU2hvd0NvdmVyUGhvdG8iOnRydWUsImlzRnJpZW5kc1Bob3RvcyI6dHJ1ZSwidGltZWxpbmUiOnRydWUsIndpZHRoIjoiMzQwIiwiaGVpZ2h0IjoiNTAwIiwiaGVpZ2h0X21vYmlsZSI6IjUwMCIsImV2ZW50cyI6dHJ1ZX0=\"> <div ", "hiliteStart": 10, "hiliteLength": 562 }, { "type": "error", "lastLine": 591, "lastColumn": 685, "firstColumn": 610, "message": "Attribute runtime_url not allowed on element a at this point.", "extract": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn ", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 591, "lastColumn": 685, "firstColumn": 610, "message": "Bad value page for attribute type on element a: Subtype missing.", "extract": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn ", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 594, "lastColumn": 600, "firstColumn": 525, "message": "Attribute runtime_url not allowed on element a at this point.", "extract": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn ", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 594, "lastColumn": 600, "firstColumn": 525, "message": "Bad value page for attribute type on element a: Subtype missing.", "extract": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn ", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 598, "lastColumn": 649, "firstColumn": 574, "message": "Attribute runtime_url not allowed on element a at this point.", "extract": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn ", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 598, "lastColumn": 649, "firstColumn": 574, "message": "Bad value page for attribute type on element a: Subtype missing.", "extract": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn ", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 603, "lastColumn": 173, "firstColumn": 89, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "3969579\"> <script type=\"text/javascript\" src=\"https://form.jotform.com/jsform/221734378845061\">\n\n\n ", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 608, "lastColumn": 343, "firstColumn": 26, "message": "Bad value for attribute src on element iframe: Must be non-empty.", "extract": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra", "hiliteStart": 10, "hiliteLength": 318 }, { "type": "error", "lastLine": 608, "lastColumn": 343, "firstColumn": 26, "message": "Bad value true for attribute allowfullscreen on element iframe.", "extract": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra", "hiliteStart": 10, "hiliteLength": 318 }, { "type": "error", "lastLine": 608, "lastColumn": 343, "firstColumn": 26, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra", "hiliteStart": 10, "hiliteLength": 318 }, { "type": "error", "lastLine": 608, "lastColumn": 343, "firstColumn": 26, "message": "CSS: height: Too many values or values are not recognized.", "extract": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra", "hiliteStart": 10, "hiliteLength": 318 }, { "type": "error", "lastLine": 608, "lastColumn": 343, "firstColumn": 26, "message": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "extract": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra", "hiliteStart": 10, "hiliteLength": 318 }, { "type": "info", "lastLine": 617, "lastColumn": 191, "firstColumn": 113, "subType": "warning", "message": "Attribute dm:templateorder is not serializable as XML 1.0.", "extract": "ntainer\"> <div dm:templateorder=\"250\" class=\"dmFooterResp generalFooter\" id=\"1943048428\"> <div ", "hiliteStart": 10, "hiliteLength": 79 }, { "type": "error", "lastLine": 617, "lastColumn": 191, "firstColumn": 113, "message": "Attribute dm:templateorder not allowed on element div at this point.", "extract": "ntainer\"> <div dm:templateorder=\"250\" class=\"dmFooterResp generalFooter\" id=\"1943048428\"> <div ", "hiliteStart": 10, "hiliteLength": 79 }, { "type": "error", "lastLine": 617, "lastColumn": 571, "firstColumn": 432, "message": "Attribute editablewidget not allowed on element div at this point.", "extract": "3302380\"> <div class=\"u_1150930812 imageWidget align-center\" data-widget-type=\"image\" id=\"1150930812\" data-element-type=\"image\" editablewidget=\"true\"> <a hr", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "error", "lastLine": 617, "lastColumn": 865, "firstColumn": 601, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "58683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"></a> \n", "hiliteStart": 10, "hiliteLength": 265 }, { "type": "error", "lastLine": 621, "lastColumn": 393, "firstColumn": 81, "message": "Attribute file not allowed on element a at this point.", "extract": "7613156\"> <a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data-element-type=\"dButtonLinkId\" id=\"1296469610\" target=\"_blank\"> <span", "hiliteStart": 10, "hiliteLength": 313 }, { "type": "error", "lastLine": 625, "lastColumn": 232, "firstColumn": 2, "message": "Attribute dmle_extension not allowed on element div at this point.", "extract": "> \n</a> \n <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div ", "hiliteStart": 10, "hiliteLength": 231 }, { "type": "error", "lastLine": 625, "lastColumn": 232, "firstColumn": 2, "message": "Attribute extractelementdata not allowed on element div at this point.", "extract": "> \n</a> \n <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div ", "hiliteStart": 10, "hiliteLength": 231 }, { "type": "error", "lastLine": 625, "lastColumn": 232, "firstColumn": 2, "message": "Attribute wr not allowed on element div at this point.", "extract": "> \n</a> \n <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div ", "hiliteStart": 10, "hiliteLength": 231 }, { "type": "error", "lastLine": 625, "lastColumn": 232, "firstColumn": 2, "message": "Attribute networks not allowed on element div at this point.", "extract": "> \n</a> \n <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div ", "hiliteStart": 10, "hiliteLength": 231 }, { "type": "error", "lastLine": 625, "lastColumn": 232, "firstColumn": 2, "message": "Attribute icon not allowed on element div at this point.", "extract": "> \n</a> \n <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div ", "hiliteStart": 10, "hiliteLength": 231 }, { "type": "error", "lastLine": 625, "lastColumn": 232, "firstColumn": 2, "message": "Attribute surround not allowed on element div at this point.", "extract": "> \n</a> \n <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div ", "hiliteStart": 10, "hiliteLength": 231 }, { "type": "error", "lastLine": 625, "lastColumn": 232, "firstColumn": 2, "message": "Attribute adwords not allowed on element div at this point.", "extract": "> \n</a> \n <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div ", "hiliteStart": 10, "hiliteLength": 231 }, { "type": "error", "lastLine": 625, "lastColumn": 500, "firstColumn": 298, "message": "Attribute dm_dont_rewrite_url not allowed on element a at this point.", "extract": "nerDiv \"> <a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> <span", "hiliteStart": 10, "hiliteLength": 203 }, { "type": "error", "lastLine": 627, "lastColumn": 210, "firstColumn": 2, "message": "Attribute dm_dont_rewrite_url not allowed on element a at this point.", "extract": "> \n</a> \n <a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> <span", "hiliteStart": 10, "hiliteLength": 209 }, { "type": "error", "lastLine": 634, "lastColumn": 502, "firstColumn": 2, "message": "Attribute dmle_extension not allowed on element div at this point.", "extract": "\n</div> \n <div class=\"u_1120416378 widget-1f5975 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1120416378\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"false\" data-widget-id=\"1f5975986930429f819d4cd2154b5c4a\" data-widget-version=\"22\" data-widget-config=\"eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKVwiPkNvcHlyaWdodCB8IEFsbCBSaWdodHMgUmVzZXJ2ZWQ8L3NwYW4+PC9wPiIsInJldmVyc2VGbGFnIjpmYWxzZX0=\"> <div ", "hiliteStart": 10, "hiliteLength": 501 }, { "type": "error", "lastLine": 634, "lastColumn": 502, "firstColumn": 2, "message": "Attribute icon not allowed on element div at this point.", "extract": "\n</div> \n <div class=\"u_1120416378 widget-1f5975 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1120416378\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"false\" data-widget-id=\"1f5975986930429f819d4cd2154b5c4a\" data-widget-version=\"22\" data-widget-config=\"eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKVwiPkNvcHlyaWdodCB8IEFsbCBSaWdodHMgUmVzZXJ2ZWQ8L3NwYW4+PC9wPiIsInJldmVyc2VGbGFnIjpmYWxzZX0=\"> <div ", "hiliteStart": 10, "hiliteLength": 501 }, { "type": "error", "lastLine": 634, "lastColumn": 502, "firstColumn": 2, "message": "Attribute surround not allowed on element div at this point.", "extract": "\n</div> \n <div class=\"u_1120416378 widget-1f5975 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1120416378\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"false\" data-widget-id=\"1f5975986930429f819d4cd2154b5c4a\" data-widget-version=\"22\" data-widget-config=\"eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKVwiPkNvcHlyaWdodCB8IEFsbCBSaWdodHMgUmVzZXJ2ZWQ8L3NwYW4+PC9wPiIsInJldmVyc2VGbGFnIjpmYWxzZX0=\"> <div ", "hiliteStart": 10, "hiliteLength": 501 }, { "type": "error", "lastLine": 638, "lastColumn": 397, "firstColumn": 184, "message": "Attribute runtime_url not allowed on element a at this point.", "extract": "n-center\"><a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Market", "hiliteStart": 10, "hiliteLength": 214 }, { "type": "error", "lastLine": 638, "lastColumn": 397, "firstColumn": 184, "message": "Bad value url for attribute type on element a: Subtype missing.", "extract": "n-center\"><a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Market", "hiliteStart": 10, "hiliteLength": 214 }, { "type": "error", "lastLine": 641, "lastColumn": 226, "message": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "extract": "ackground-image\":\"\"}\"=\"\"> <h3 ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 641, "lastColumn": 228, "message": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "extract": "kground-image\":\"\"}\"=\"\"> <h3 cl", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 641, "lastColumn": 229, "message": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "extract": "ground-image\":\"\"}\"=\"\"> <h3 cla", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 641, "lastColumn": 231, "message": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "extract": "ound-image\":\"\"}\"=\"\"> <h3 class", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 641, "lastColumn": 235, "firstColumn": 81, "subType": "warning", "message": "Attribute background-image\":\"\"}\" is not serializable as XML 1.0.", "extract": "3616126\"> <div class=\"u_1585235351 dmNewParagraph\" id=\"1585235351\" data-element-type=\"paragraph\" data-version=\"5\" data-styletopreserve=\"{\" background-image\":\"\"}\"=\"\"> <h3 c", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 641, "lastColumn": 235, "firstColumn": 81, "message": "Attribute background-image\":\"\"}\" not allowed on element div at this point.", "extract": "3616126\"> <div class=\"u_1585235351 dmNewParagraph\" id=\"1585235351\" data-element-type=\"paragraph\" data-version=\"5\" data-styletopreserve=\"{\" background-image\":\"\"}\"=\"\"> <h3 c", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 642, "lastColumn": 427, "firstColumn": 192, "message": "Attribute runtime_url not allowed on element a at this point.", "extract": "n-center\"><a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a><", "hiliteStart": 10, "hiliteLength": 236 }, { "type": "error", "lastLine": 642, "lastColumn": 427, "firstColumn": 192, "message": "Bad value url for attribute type on element a: Subtype missing.", "extract": "n-center\"><a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a><", "hiliteStart": 10, "hiliteLength": 236 }, { "type": "error", "lastLine": 642, "lastColumn": 658, "firstColumn": 433, "message": "Attribute runtime_url not allowed on element a at this point.", "extract": "al;\">#</a><a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFO", "hiliteStart": 10, "hiliteLength": 226 }, { "type": "error", "lastLine": 642, "lastColumn": 658, "firstColumn": 433, "message": "Bad value url for attribute type on element a: Subtype missing.", "extract": "al;\">#</a><a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFO", "hiliteStart": 10, "hiliteLength": 226 }, { "type": "error", "lastLine": 648, "lastColumn": 110, "firstColumn": 2, "message": "Attribute dmle_extension not allowed on element div at this point.", "extract": "\n</div> \n <div id=\"1236746004\" dmle_extension=\"powered_by\" data-element-type=\"powered_by\" icon=\"true\" surround=\"false\"></div>", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "error", "lastLine": 648, "lastColumn": 110, "firstColumn": 2, "message": "Attribute icon not allowed on element div at this point.", "extract": "\n</div> \n <div id=\"1236746004\" dmle_extension=\"powered_by\" data-element-type=\"powered_by\" icon=\"true\" surround=\"false\"></div>", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "error", "lastLine": 648, "lastColumn": 110, "firstColumn": 2, "message": "Attribute surround not allowed on element div at this point.", "extract": "\n</div> \n <div id=\"1236746004\" dmle_extension=\"powered_by\" data-element-type=\"powered_by\" icon=\"true\" surround=\"false\"></div>", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "error", "lastLine": 746, "lastColumn": 616, "firstColumn": 1, "message": "Bad value for attribute href on element link: Illegal character in query: | is not allowed.", "extract": "/script>\n\n<link rel=\"preload\" href=\"https://irp.cdn-website.com/fonts/css?family=Lobster+Two:100,200,300,400,500,600,700,800,900|creepster:100,200,300,400,500,600,700,800,900|Amiko:100,200,300,400,500,600,700,800,900|Creepster:100,200,300,400,500,600,700,800,900|Lobster:100,200,300,400,500,600,700,800,900|Arvo:100,200,300,400,500,600,700,800,900|Oswald:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:100,200,300,400,500,600,700,800,900|Droid+Serif:100,200,300,400,500,600,700,800,900|Eater:100,200,300,400,500,600,700,800,900&subset=latin-ext&display=swap\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\">\n\n\n\n\n\n", "hiliteStart": 10, "hiliteLength": 616 }, { "type": "error", "lastLine": 753, "lastColumn": 230, "firstColumn": 1, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": "global-->\n<link rel=\"stylesheet\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" href=\"https://static.cdn-website.com/mnlt/production/3504/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css\" type=\"text/css\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 230 }, { "type": "error", "lastLine": 762, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "butes -->\n<style>img[wi", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 767, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": " only -->\n<style>\n bod", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 774, "lastColumn": 53, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "ation -->\n<style id=\"pageAdditionalWidgetsCss\" type=\"text/css\">\n</sty", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 774, "lastColumn": 53, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ation -->\n<style id=\"pageAdditionalWidgetsCss\" type=\"text/css\">\n</sty", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "error", "lastLine": 781, "lastColumn": 195, "firstColumn": 1, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": "e CSS -->\n<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_withFlex_1.min.css?v=50\" id=\"siteGlobalCss\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">\n\n\n\n<s", "hiliteStart": 10, "hiliteLength": 195 }, { "type": "error", "lastLine": 785, "lastColumn": 46, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "/css\">\n\n\n\n<style id=\"customWidgetStyle\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "info", "lastLine": 785, "lastColumn": 46, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "/css\">\n\n\n\n<style id=\"customWidgetStyle\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "error", "lastLine": 825, "lastColumn": 44, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"innerPagesStyle\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 825, "lastColumn": 44, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "\n</style>\n<style id=\"innerPagesStyle\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 830, "lastColumn": 48, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "/style>\n\n\n<style id=\"additionalGlobalCss\" type=\"text/css\">\n</sty", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 830, "lastColumn": 48, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "/style>\n\n\n<style id=\"additionalGlobalCss\" type=\"text/css\">\n</sty", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "error", "lastLine": 836, "lastColumn": 38, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "(this)\">\n\n<style id=\"pagestyle\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "info", "lastLine": 836, "lastColumn": 38, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "(this)\">\n\n<style id=\"pagestyle\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "error", "lastLine": 840, "lastColumn": 44, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "</style>\n\n<style id=\"pagestyleDevice\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 840, "lastColumn": 44, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "</style>\n\n<style id=\"pagestyleDevice\" type=\"text/css\">\n \n", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 850, "lastColumn": 48, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": " -->\n\n\n\n\n\n<style id=\"globalFontSizeStyle\" type=\"text/css\">\n .", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 850, "lastColumn": 48, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": " -->\n\n\n\n\n\n<style id=\"globalFontSizeStyle\" type=\"text/css\">\n .", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "error", "lastLine": 853, "lastColumn": 46, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"pageFontSizeStyle\" type=\"text/css\">\n</sty", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "info", "lastLine": 853, "lastColumn": 46, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "\n</style>\n<style id=\"pageFontSizeStyle\" type=\"text/css\">\n</sty", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "info", "lastLine": 881, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\">\n\n ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 909, "lastColumn": 117, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "Query -->\n<script type=\"text/javascript\" id=\"d-js-jquery\" src=\"https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js\"></scri", "hiliteStart": 10, "hiliteLength": 117 }, { "type": "info", "lastLine": 1036, "lastColumn": 53, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" id=\"d_track_campaign\">\n(func", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 1046, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\">\n var", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 1053, "lastColumn": 48, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "/script>\n\t<script type=\"text/javascript\" id=\"d_track_ga\">\n\t _d", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "info", "lastLine": 1116, "lastColumn": 47, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" id=\"d_track_sp\">\n;(fun", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "info", "lastLine": 1189, "lastColumn": 62, "subType": "warning", "message": "The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.", "extract": "wp__preloader--active when pre", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 1235, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\">\n \n", "hiliteStart": 10, "hiliteLength": 31 } ] }, "rawPage": { "messages": [ { "type": "error", "lastLine": 1, "lastColumn": 6, "firstColumn": 1, "message": "Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>.", "extract": "<html><head>", "hiliteStart": 0, "hiliteLength": 6 }, { "type": "error", "lastLine": 1, "lastColumn": 61, "firstColumn": 54, "message": "The center element is obsolete. Use CSS instead.", "extract": "ead><body><center><div><", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "info", "lastLine": 1, "lastColumn": 6, "firstColumn": 1, "subType": "warning", "message": "Consider adding a lang attribute to the html start tag to declare the language of this document.", "extract": "<html><head>", "hiliteStart": 0, "hiliteLength": 6 } ] }, "success": true }, "standardResult": { "totals": [ 33, 0, 131, 0 ], "instances": [ { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "39" }, "excerpt": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "39" }, "excerpt": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-NPGV8B6F9V&l=dataLayer&cx=c\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "39" }, "excerpt": "></script><script type=\"text/javascript\"> w" }, { "ruleID": "A charset attribute on a meta element found after the first 1024 bytes.", "what": "A charset attribute on a meta element found after the first 1024 bytes.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "248" }, "excerpt": " charset=\"utf-8\"> <link rel=\"" }, { "ruleID": "A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.", "what": "A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "248" }, "excerpt": "t=utf-8\"> <meta charset=\"utf-8\"> <lin" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "333" }, "excerpt": "/script> <script data-role=\"deferred-init\" type=\"text/javascript\"> /" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "cssVariables", "location": { "doc": "dom", "type": "line", "spec": "354" }, "excerpt": " </style> <style id=\"cssVariables\" type=\"text/css\"> " }, { "ruleID": "CSS: The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it.", "what": "CSS: The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "charset \"UTF-8\";.display_None," }, { "ruleID": "CSS: z-index: 1px is not a z-index value.", "what": "CSS: z-index: 1px is not a z-index value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "k{z-index:1px}.imag" }, { "ruleID": "CSS: scrollbar-arrow-color: Property scrollbar-arrow-color doesn't exist.", "what": "CSS: scrollbar-arrow-color: Property scrollbar-arrow-color doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "row-color:#fff;scrol" }, { "ruleID": "CSS: scrollbar-track-color: Property scrollbar-track-color doesn't exist.", "what": "CSS: scrollbar-track-color: Property scrollbar-track-color doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "ack-color:#F2F2F2;scrol" }, { "ruleID": "CSS: scrollbar-face-color: Property scrollbar-face-color doesn't exist.", "what": "CSS: scrollbar-face-color: Property scrollbar-face-color doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "ace-color:silver;scrol" }, { "ruleID": "CSS: scrollbar-highlight-color: Property scrollbar-highlight-color doesn't exist.", "what": "CSS: scrollbar-highlight-color: Property scrollbar-highlight-color doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "ght-color:silver;scrol" }, { "ruleID": "CSS: scrollbar-3dlight-color: Property scrollbar-3dlight-color doesn't exist.", "what": "CSS: scrollbar-3dlight-color: Property scrollbar-3dlight-color doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "ght-color:silver;scrol" }, { "ruleID": "CSS: scrollbar-shadow-color: Property scrollbar-shadow-color doesn't exist.", "what": "CSS: scrollbar-shadow-color: Property scrollbar-shadow-color doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "dow-color:silver;scrol" }, { "ruleID": "CSS: scrollbar-darkshadow-color: Property scrollbar-darkshadow-color doesn't exist.", "what": "CSS: scrollbar-darkshadow-color: Property scrollbar-darkshadow-color doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "dow-color:silver;scrol" }, { "ruleID": "CSS: scrollbar-width: 12px is not a scrollbar-width value.", "what": "CSS: scrollbar-width: 12px is not a scrollbar-width value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "bar-width:12px}body{" }, { "ruleID": "The charset attribute on the script element is obsolete.", "what": "The charset attribute on the script element is obsolete.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "414" }, "excerpt": "JT04= --> <script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/18.8d9b98557bf3839e9c87.js\"></scri" }, { "ruleID": "The charset attribute on the script element is obsolete.", "what": "The charset attribute on the script element is obsolete.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "414" }, "excerpt": "></script><script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/23.fe66fc7c29b5e63049b3.js\"></scri" }, { "ruleID": "The charset attribute on the script element is obsolete.", "what": "The charset attribute on the script element is obsolete.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "414" }, "excerpt": "></script><script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/1.2b782b34fc8e3041029a.js\"></scri" }, { "ruleID": "The charset attribute on the script element is obsolete.", "what": "The charset attribute on the script element is obsolete.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "414" }, "excerpt": "></script><script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/7.16e60f6d711f2c34ba98.js\"></scri" }, { "ruleID": "The charset attribute on the script element is obsolete.", "what": "The charset attribute on the script element is obsolete.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "414" }, "excerpt": "></script><script charset=\"utf-8\" src=\"https://static.cdn-website.com/mnlt/production/3504/editor/apps/modules/runtime/runtime-module-anchors.8069350c1321599c430f.js\"></scri" }, { "ruleID": "Attribute dmwrapped not allowed on element div at this point.", "what": "Attribute dmwrapped not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1901957768", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": " <div dmwrapped=\"true\" id=\"1901957768\" class=\"dm-home-page\" themewaschanged=\"true\"> <div " }, { "ruleID": "Attribute themewaschanged not allowed on element div at this point.", "what": "Attribute themewaschanged not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1901957768", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": " <div dmwrapped=\"true\" id=\"1901957768\" class=\"dm-home-page\" themewaschanged=\"true\"> <div " }, { "ruleID": "Attribute dmtemplateid not allowed on element div at this point.", "what": "Attribute dmtemplateid not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "dm-outer-wrapper", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "d=\"true\"> <div dmtemplateid=\"StandardLayoutMultiD\" class=\"standardHeaderLayout dm-bfs dm-layout-home hasAnimations hasStickyHeader rows-1200 inMiniHeaderMode dmPageBody dmFreeHeader d-page-1716942098 runtime-module-container\" id=\"dm-outer-wrapper\" data-page-class=\"1716942098\" data-soch=\"true\" data-background-parallax-selector=\".dmHomeSection1, .dmSectionParallex\"> <div " }, { "ruleID": "Attribute freeheader not allowed on element div at this point.", "what": "Attribute freeheader not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "hcontainer", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div " }, { "ruleID": "Attribute headerlayout not allowed on element div at this point.", "what": "Attribute headerlayout not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "hcontainer", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div " }, { "ruleID": "Attribute layout not allowed on element div at this point.", "what": "Attribute layout not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "hcontainer", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div " }, { "ruleID": "Attribute preserve-sticky-header not allowed on element div at this point.", "what": "Attribute preserve-sticky-header not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "hcontainer", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div " }, { "ruleID": "Attribute logo-size-target not allowed on element div at this point.", "what": "Attribute logo-size-target not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "hcontainer", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" preserve-sticky-header=\"true\" logo-size-target=\"100%\"> <div " }, { "ruleID": "Attribute dm:templateorder is not serializable as XML 1.0.", "what": "Attribute dm:templateorder is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1709005236", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "t=\"100%\"> <div dm:templateorder=\"85\" class=\"dmHeaderResp dmHeaderStack noSwitch\" id=\"1709005236\"> <div " }, { "ruleID": "Attribute dm:templateorder not allowed on element div at this point.", "what": "Attribute dm:templateorder not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1709005236", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "t=\"100%\"> <div dm:templateorder=\"85\" class=\"dmHeaderResp dmHeaderStack noSwitch\" id=\"1709005236\"> <div " }, { "ruleID": "Attribute editablewidget not allowed on element div at this point.", "what": "Attribute editablewidget not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1349561886", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "2127793\"> <div class=\"u_1349561886 imageWidget align-center\" data-widget-type=\"image\" id=\"1349561886\" data-element-type=\"image\" editablewidget=\"true\"> <a hr" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1122105613", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "t=\"true\"> <a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"><img s" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1772503654", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "e=\"false\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Attribute layout-main not allowed on element nav at this point.", "what": "Attribute layout-main not allowed on element nav at this point.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "Attribute layout-sub not allowed on element nav at this point.", "what": "Attribute layout-sub not allowed on element nav at this point.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "Attribute dmle_extension not allowed on element nav at this point.", "what": "Attribute dmle_extension not allowed on element nav at this point.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "Attribute wr not allowed on element nav at this point.", "what": "Attribute wr not allowed on element nav at this point.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "Attribute icon not allowed on element nav at this point.", "what": "Attribute icon not allowed on element nav at this point.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "Attribute surround not allowed on element nav at this point.", "what": "Attribute surround not allowed on element nav at this point.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "Attribute adwords not allowed on element nav at this point.", "what": "Attribute adwords not allowed on element nav at this point.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "Attribute navigation-id not allowed on element nav at this point.", "what": "Attribute navigation-id not allowed on element nav at this point.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "</span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical- ... HOVER\" id=\"1887223903\" dmle_extension=\"onelinksmenu\" data-element-type=\"onelinksmenu\" data-nav-structure=\"HORIZONTAL\" wr=\"true\" icon=\"true\" surround=\"true\" adwords=\"\" navigation-id=\"unifiedNav\"> <ul r" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "463" }, "excerpt": "epth=\"0\"> <a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage dmNavItemSelected\" target=\"\" data-target-page-alias=\"\" data-auto=\"selected-page\"> <span" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "469" }, "excerpt": "epth=\"0\"> <a href=\"/about-megan\" class=\"unifiednav__item dmUDNavigationItem_010101723297\" target=\"\" data-target-page-alias=\"\"> <span" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "475" }, "excerpt": "epth=\"0\"> <a href=\"/connect\" class=\"unifiednav__item dmUDNavigationItem_010101567797\" target=\"\" data-target-page-alias=\"\"> <span" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "481" }, "excerpt": "epth=\"0\"> <a href=\"/issues\" class=\"unifiednav__item dmUDNavigationItem_010101661768\" target=\"\" data-target-page-alias=\"\"> <span" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "487" }, "excerpt": "epth=\"0\"> <a href=\"/media\" class=\"unifiednav__item dmUDNavigationItem_010101971692\" target=\"\" data-target-page-alias=\"\"> <span" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1134045522", "location": { "doc": "dom", "type": "line", "spec": "496" }, "excerpt": "8024226\"> <a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"1134045522\" target=\"_blank\"> <span" }, { "ruleID": "Attribute dmwrapped not allowed on element div at this point.", "what": "Attribute dmwrapped not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "dmFirstContainer", "location": { "doc": "dom", "type": "line", "spec": "514" }, "excerpt": " </div> <div dmwrapped=\"true\" id=\"dmFirstContainer\" class=\"dmBody u_dmStyle_template_home dm-home-page\" themewaschanged=\"true\"> <div " }, { "ruleID": "Attribute themewaschanged not allowed on element div at this point.", "what": "Attribute themewaschanged not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "dmFirstContainer", "location": { "doc": "dom", "type": "line", "spec": "514" }, "excerpt": " </div> <div dmwrapped=\"true\" id=\"dmFirstContainer\" class=\"dmBody u_dmStyle_template_home dm-home-page\" themewaschanged=\"true\"> <div " }, { "ruleID": "Attribute dm:templateorder is not serializable as XML 1.0.", "what": "Attribute dm:templateorder is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1716942098", "location": { "doc": "dom", "type": "line", "spec": "514" }, "excerpt": "Content\"> <div dm:templateorder=\"170\" class=\"dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl dmRespRowsWrapperSize1\" id=\"1716942098\"> <div " }, { "ruleID": "Attribute dm:templateorder not allowed on element div at this point.", "what": "Attribute dm:templateorder not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1716942098", "location": { "doc": "dom", "type": "line", "spec": "514" }, "excerpt": "Content\"> <div dm:templateorder=\"170\" class=\"dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl dmRespRowsWrapperSize1\" id=\"1716942098\"> <div " }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1778429858", "location": { "doc": "dom", "type": "line", "spec": "516" }, "excerpt": "> </div> <a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButtonLinkId\" target=\"_blank\"> <" }, { "ruleID": "Attribute editablewidget not allowed on element div at this point.", "what": "Attribute editablewidget not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1981596007", "location": { "doc": "dom", "type": "line", "spec": "521" }, "excerpt": "0919783\"> <div class=\"dmPhotoGallery dmPhotoGalleryResp u_1981596007 newPhotoGallery\" data-desktop-text-layout=\"over\" id=\"1981596007\" data-link-gallery=\"true\" data-element-type=\"dPhotoGalleryId\" data- ... ter\" data-tablet-caption-alignment=\"bottom_center\" data-tablet-text-layout=\"fixed\" data-mobile-text-layout=\"fixed\" data-placeholder=\"false\" editablewidget=\"true\" data-widget-type=\"photoGallery\"> <ul c" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1207379930", "location": { "doc": "dom", "type": "line", "spec": "521" }, "excerpt": "4886090\"> <a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\"><img i" }, { "ruleID": "Attribute irh not allowed on element img at this point.", "what": "Attribute irh not allowed on element img at this point.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1063336324", "location": { "doc": "dom", "type": "line", "spec": "521" }, "excerpt": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Attribute irw not allowed on element img at this point.", "what": "Attribute irw not allowed on element img at this point.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1063336324", "location": { "doc": "dom", "type": "line", "spec": "521" }, "excerpt": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1063336324", "location": { "doc": "dom", "type": "line", "spec": "521" }, "excerpt": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-1920w.png\" id=\"1063336324\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "H3", "id": "1989160226", "location": { "doc": "dom", "type": "line", "spec": "523" }, "excerpt": "9215728\"> <h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1367718202", "location": { "doc": "dom", "type": "line", "spec": "524" }, "excerpt": "es</h3> <a class=\"caption-button dmWidget clearfix u_1367718202\" id=\"1367718202\" href=\"/issues\" file=\"false\"> <span" }, { "ruleID": "Attribute index not allowed on element li at this point.", "what": "Attribute index not allowed on element li at this point.", "ordinalSeverity": 2, "tagName": "LI", "id": "1083480412", "location": { "doc": "dom", "type": "line", "spec": "531" }, "excerpt": " </li> <li index=\"3\" class=\"photoGalleryThumbs\" id=\"1083480412\" style=\"\"> <div " }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1804716311", "location": { "doc": "dom", "type": "line", "spec": "531" }, "excerpt": "7194955\"> <a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"\"><img i" }, { "ruleID": "Attribute irh not allowed on element img at this point.", "what": "Attribute irh not allowed on element img at this point.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1145241845", "location": { "doc": "dom", "type": "line", "spec": "531" }, "excerpt": " style=\"\"><img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Attribute irw not allowed on element img at this point.", "what": "Attribute irw not allowed on element img at this point.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1145241845", "location": { "doc": "dom", "type": "line", "spec": "531" }, "excerpt": " style=\"\"><img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1145241845", "location": { "doc": "dom", "type": "line", "spec": "531" }, "excerpt": " style=\"\"><img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1145241845", "location": { "doc": "dom", "type": "line", "spec": "531" }, "excerpt": " style=\"\"><img irh=\"4\" irw=\"5\" id=\"1145241845\" class=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-1920w.jpeg\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "H3", "id": "1211526312", "location": { "doc": "dom", "type": "line", "spec": "533" }, "excerpt": "style=\"\"> <h3 class=\"caption-title\" id=\"1211526312\">Media<" }, { "ruleID": "Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "P", "id": "1837041813", "location": { "doc": "dom", "type": "line", "spec": "534" }, "excerpt": "ia</h3> <p class=\"caption-text\" id=\"1837041813\"></p> " }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1011643554", "location": { "doc": "dom", "type": "line", "spec": "535" }, "excerpt": "3\"></p> <a class=\"caption-button dmWidget displayNone clearfix\" id=\"1011643554\" href=\"/media\" file=\"false\"> <span" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1421699263", "location": { "doc": "dom", "type": "line", "spec": "542" }, "excerpt": "0434045\"> <a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\"><img i" }, { "ruleID": "Attribute irh not allowed on element img at this point.", "what": "Attribute irh not allowed on element img at this point.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1569985162", "location": { "doc": "dom", "type": "line", "spec": "542" }, "excerpt": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Attribute irw not allowed on element img at this point.", "what": "Attribute irw not allowed on element img at this point.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1569985162", "location": { "doc": "dom", "type": "line", "spec": "542" }, "excerpt": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1569985162", "location": { "doc": "dom", "type": "line", "spec": "542" }, "excerpt": "ode=true\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-1920w.jpeg\" id=\"1569985162\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "H3", "id": "1827786732", "location": { "doc": "dom", "type": "line", "spec": "544" }, "excerpt": "8443957\"> <h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connec" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1166764588", "location": { "doc": "dom", "type": "line", "spec": "545" }, "excerpt": "ct</h3> <a class=\"caption-button dmWidget clearfix u_1166764588\" id=\"1166764588\" href=\"/connect\" file=\"false\"> <span" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "7877575\"> <a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\"><img i" }, { "ruleID": "Attribute irh not allowed on element img at this point.", "what": "Attribute irh not allowed on element img at this point.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1023306021", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "gandahle\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Attribute irw not allowed on element img at this point.", "what": "Attribute irw not allowed on element img at this point.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1023306021", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "gandahle\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1023306021", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "gandahle\"><img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-1920w.jpg\" id=\"1023306021\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "H3", "id": "1096141361", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "4691584\"> <h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Suppor" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1154586879", "location": { "doc": "dom", "type": "line", "spec": "555" }, "excerpt": "rt</h3> <a class=\"caption-button dmWidget clearfix u_1154586879\" id=\"1154586879\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\"> <span" }, { "ruleID": "Attribute isall not allowed on element div at this point.", "what": "Attribute isall not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1138510047", "location": { "doc": "dom", "type": "line", "spec": "563" }, "excerpt": " </ul> <div class=\"photoGalleryViewAll link\" isall=\"true\" data-viewall=\"View more\" data-viewless=\"View less\" style=\"display:none;\" id=\"1138510047\"></div>" }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1832948939", "location": { "doc": "dom", "type": "line", "spec": "570" }, "excerpt": "/p></div> <a data-display-type=\"block\" class=\"u_1832948939 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"/about-megan\" id=\"1832948939\" data-element-type=\"dButtonLinkId\"> <span" }, { "ruleID": "Attribute dmle_extension not allowed on element div at this point.", "what": "Attribute dmle_extension not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1468843021", "location": { "doc": "dom", "type": "line", "spec": "575" }, "excerpt": "1183745\"> <div class=\"u_1468843021 widget-128151 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1468843021\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" sur ... Z2VIZWFkZXIiOnRydWUsImlzU2hvd0NvdmVyUGhvdG8iOnRydWUsImlzRnJpZW5kc1Bob3RvcyI6dHJ1ZSwidGltZWxpbmUiOnRydWUsIndpZHRoIjoiMzQwIiwiaGVpZ2h0IjoiNTAwIiwiaGVpZ2h0X21vYmlsZSI6IjUwMCIsImV2ZW50cyI6dHJ1ZX0=\"> <div " }, { "ruleID": "Attribute icon not allowed on element div at this point.", "what": "Attribute icon not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1468843021", "location": { "doc": "dom", "type": "line", "spec": "575" }, "excerpt": "1183745\"> <div class=\"u_1468843021 widget-128151 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1468843021\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" sur ... Z2VIZWFkZXIiOnRydWUsImlzU2hvd0NvdmVyUGhvdG8iOnRydWUsImlzRnJpZW5kc1Bob3RvcyI6dHJ1ZSwidGltZWxpbmUiOnRydWUsIndpZHRoIjoiMzQwIiwiaGVpZ2h0IjoiNTAwIiwiaGVpZ2h0X21vYmlsZSI6IjUwMCIsImV2ZW50cyI6dHJ1ZX0=\"> <div " }, { "ruleID": "Attribute surround not allowed on element div at this point.", "what": "Attribute surround not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1468843021", "location": { "doc": "dom", "type": "line", "spec": "575" }, "excerpt": "1183745\"> <div class=\"u_1468843021 widget-128151 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1468843021\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" sur ... Z2VIZWFkZXIiOnRydWUsImlzU2hvd0NvdmVyUGhvdG8iOnRydWUsImlzRnJpZW5kc1Bob3RvcyI6dHJ1ZSwidGltZWxpbmUiOnRydWUsIndpZHRoIjoiMzQwIiwiaGVpZ2h0IjoiNTAwIiwiaGVpZ2h0X21vYmlsZSI6IjUwMCIsImV2ZW50cyI6dHJ1ZX0=\"> <div " }, { "ruleID": "Attribute runtime_url not allowed on element a at this point.", "what": "Attribute runtime_url not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "591" }, "excerpt": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn " }, { "ruleID": "Bad value page for attribute type on element a: Subtype missing.", "what": "Bad value page for attribute type on element a: Subtype missing.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "591" }, "excerpt": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn " }, { "ruleID": "Attribute runtime_url not allowed on element a at this point.", "what": "Attribute runtime_url not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "594" }, "excerpt": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn " }, { "ruleID": "Bad value page for attribute type on element a: Subtype missing.", "what": "Bad value page for attribute type on element a: Subtype missing.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "594" }, "excerpt": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn " }, { "ruleID": "Attribute runtime_url not allowed on element a at this point.", "what": "Attribute runtime_url not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "598" }, "excerpt": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn " }, { "ruleID": "Bad value page for attribute type on element a: Subtype missing.", "what": "Bad value page for attribute type on element a: Subtype missing.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "598" }, "excerpt": "n-center\"><a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "603" }, "excerpt": "3969579\"> <script type=\"text/javascript\" src=\"https://form.jotform.com/jsform/221734378845061\"> " }, { "ruleID": "Bad value for attribute src on element iframe: Must be non-empty.", "what": "Bad value for attribute src on element iframe: Must be non-empty.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "line", "spec": "608" }, "excerpt": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra" }, { "ruleID": "Bad value true for attribute allowfullscreen on element iframe.", "what": "Bad value true for attribute allowfullscreen on element iframe.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "line", "spec": "608" }, "excerpt": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "line", "spec": "608" }, "excerpt": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "line", "spec": "608" }, "excerpt": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra" }, { "ruleID": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "what": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "line", "spec": "608" }, "excerpt": " </script><iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width:100%; display: block; overflow: hidden; height:px; border: none;\" scrolling=\"no\"></ifra" }, { "ruleID": "Attribute dm:templateorder is not serializable as XML 1.0.", "what": "Attribute dm:templateorder is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1943048428", "location": { "doc": "dom", "type": "line", "spec": "617" }, "excerpt": "ntainer\"> <div dm:templateorder=\"250\" class=\"dmFooterResp generalFooter\" id=\"1943048428\"> <div " }, { "ruleID": "Attribute dm:templateorder not allowed on element div at this point.", "what": "Attribute dm:templateorder not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1943048428", "location": { "doc": "dom", "type": "line", "spec": "617" }, "excerpt": "ntainer\"> <div dm:templateorder=\"250\" class=\"dmFooterResp generalFooter\" id=\"1943048428\"> <div " }, { "ruleID": "Attribute editablewidget not allowed on element div at this point.", "what": "Attribute editablewidget not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1150930812", "location": { "doc": "dom", "type": "line", "spec": "617" }, "excerpt": "3302380\"> <div class=\"u_1150930812 imageWidget align-center\" data-widget-type=\"image\" id=\"1150930812\" data-element-type=\"image\" editablewidget=\"true\"> <a hr" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "1452979129", "location": { "doc": "dom", "type": "line", "spec": "617" }, "excerpt": "58683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\"></a> " }, { "ruleID": "Attribute file not allowed on element a at this point.", "what": "Attribute file not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "1296469610", "location": { "doc": "dom", "type": "line", "spec": "621" }, "excerpt": "7613156\"> <a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data-element-type=\"dButtonLinkId\" id=\"1296469610\" target=\"_blank\"> <span" }, { "ruleID": "Attribute dmle_extension not allowed on element div at this point.", "what": "Attribute dmle_extension not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1123105761", "location": { "doc": "dom", "type": "line", "spec": "625" }, "excerpt": "> </a> <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div " }, { "ruleID": "Attribute extractelementdata not allowed on element div at this point.", "what": "Attribute extractelementdata not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1123105761", "location": { "doc": "dom", "type": "line", "spec": "625" }, "excerpt": "> </a> <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div " }, { "ruleID": "Attribute wr not allowed on element div at this point.", "what": "Attribute wr not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1123105761", "location": { "doc": "dom", "type": "line", "spec": "625" }, "excerpt": "> </a> <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div " }, { "ruleID": "Attribute networks not allowed on element div at this point.", "what": "Attribute networks not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1123105761", "location": { "doc": "dom", "type": "line", "spec": "625" }, "excerpt": "> </a> <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div " }, { "ruleID": "Attribute icon not allowed on element div at this point.", "what": "Attribute icon not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1123105761", "location": { "doc": "dom", "type": "line", "spec": "625" }, "excerpt": "> </a> <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div " }, { "ruleID": "Attribute surround not allowed on element div at this point.", "what": "Attribute surround not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1123105761", "location": { "doc": "dom", "type": "line", "spec": "625" }, "excerpt": "> </a> <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div " }, { "ruleID": "Attribute adwords not allowed on element div at this point.", "what": "Attribute adwords not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1123105761", "location": { "doc": "dom", "type": "line", "spec": "625" }, "excerpt": "> </a> <div class=\"u_1123105761 align-center text-align-center dmSocialHub\" id=\"1123105761\" dmle_extension=\"social_hub\" data-element-type=\"social_hub\" extractelementdata=\"true\" wr=\"true\" networks=\"\" icon=\"true\" surround=\"true\" adwords=\"\"> <div " }, { "ruleID": "Attribute dm_dont_rewrite_url not allowed on element a at this point.", "what": "Attribute dm_dont_rewrite_url not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "625" }, "excerpt": "nerDiv \"> <a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> <span" }, { "ruleID": "Attribute dm_dont_rewrite_url not allowed on element a at this point.", "what": "Attribute dm_dont_rewrite_url not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "627" }, "excerpt": "> </a> <a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> <span" }, { "ruleID": "Attribute dmle_extension not allowed on element div at this point.", "what": "Attribute dmle_extension not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1120416378", "location": { "doc": "dom", "type": "line", "spec": "634" }, "excerpt": " </div> <div class=\"u_1120416378 widget-1f5975 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1120416378\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surro ... cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKVwiPkNvcHlyaWdodCB8IEFsbCBSaWdodHMgUmVzZXJ2ZWQ8L3NwYW4+PC9wPiIsInJldmVyc2VGbGFnIjpmYWxzZX0=\"> <div " }, { "ruleID": "Attribute icon not allowed on element div at this point.", "what": "Attribute icon not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1120416378", "location": { "doc": "dom", "type": "line", "spec": "634" }, "excerpt": " </div> <div class=\"u_1120416378 widget-1f5975 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1120416378\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surro ... cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKVwiPkNvcHlyaWdodCB8IEFsbCBSaWdodHMgUmVzZXJ2ZWQ8L3NwYW4+PC9wPiIsInJldmVyc2VGbGFnIjpmYWxzZX0=\"> <div " }, { "ruleID": "Attribute surround not allowed on element div at this point.", "what": "Attribute surround not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1120416378", "location": { "doc": "dom", "type": "line", "spec": "634" }, "excerpt": " </div> <div class=\"u_1120416378 widget-1f5975 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1120416378\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surro ... cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKVwiPkNvcHlyaWdodCB8IEFsbCBSaWdodHMgUmVzZXJ2ZWQ8L3NwYW4+PC9wPiIsInJldmVyc2VGbGFnIjpmYWxzZX0=\"> <div " }, { "ruleID": "Attribute runtime_url not allowed on element a at this point.", "what": "Attribute runtime_url not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "638" }, "excerpt": "n-center\"><a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Market" }, { "ruleID": "Bad value url for attribute type on element a: Subtype missing.", "what": "Bad value url for attribute type on element a: Subtype missing.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "638" }, "excerpt": "n-center\"><a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Market" }, { "ruleID": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "what": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "line", "spec": "641" }, "excerpt": "ackground-image\":\"\"}\"=\"\"> <h3 " }, { "ruleID": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "what": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "line", "spec": "641" }, "excerpt": "kground-image\":\"\"}\"=\"\"> <h3 cl" }, { "ruleID": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "what": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "line", "spec": "641" }, "excerpt": "ground-image\":\"\"}\"=\"\"> <h3 cla" }, { "ruleID": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "what": "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "line", "spec": "641" }, "excerpt": "ound-image\":\"\"}\"=\"\"> <h3 class" }, { "ruleID": "Attribute background-image\":\"\"}\" is not serializable as XML 1.0.", "what": "Attribute background-image\":\"\"}\" is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1585235351", "location": { "doc": "dom", "type": "line", "spec": "641" }, "excerpt": "3616126\"> <div class=\"u_1585235351 dmNewParagraph\" id=\"1585235351\" data-element-type=\"paragraph\" data-version=\"5\" data-styletopreserve=\"{\" background-image\":\"\"}\"=\"\"> <h3 c" }, { "ruleID": "Attribute background-image\":\"\"}\" not allowed on element div at this point.", "what": "Attribute background-image\":\"\"}\" not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1585235351", "location": { "doc": "dom", "type": "line", "spec": "641" }, "excerpt": "3616126\"> <div class=\"u_1585235351 dmNewParagraph\" id=\"1585235351\" data-element-type=\"paragraph\" data-version=\"5\" data-styletopreserve=\"{\" background-image\":\"\"}\"=\"\"> <h3 c" }, { "ruleID": "Attribute runtime_url not allowed on element a at this point.", "what": "Attribute runtime_url not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "642" }, "excerpt": "n-center\"><a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a><" }, { "ruleID": "Bad value url for attribute type on element a: Subtype missing.", "what": "Bad value url for attribute type on element a: Subtype missing.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "642" }, "excerpt": "n-center\"><a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a><" }, { "ruleID": "Attribute runtime_url not allowed on element a at this point.", "what": "Attribute runtime_url not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "642" }, "excerpt": "al;\">#</a><a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFO" }, { "ruleID": "Bad value url for attribute type on element a: Subtype missing.", "what": "Bad value url for attribute type on element a: Subtype missing.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "642" }, "excerpt": "al;\">#</a><a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFO" }, { "ruleID": "Attribute dmle_extension not allowed on element div at this point.", "what": "Attribute dmle_extension not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1236746004", "location": { "doc": "dom", "type": "line", "spec": "648" }, "excerpt": " </div> <div id=\"1236746004\" dmle_extension=\"powered_by\" data-element-type=\"powered_by\" icon=\"true\" surround=\"false\"></div>" }, { "ruleID": "Attribute icon not allowed on element div at this point.", "what": "Attribute icon not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1236746004", "location": { "doc": "dom", "type": "line", "spec": "648" }, "excerpt": " </div> <div id=\"1236746004\" dmle_extension=\"powered_by\" data-element-type=\"powered_by\" icon=\"true\" surround=\"false\"></div>" }, { "ruleID": "Attribute surround not allowed on element div at this point.", "what": "Attribute surround not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1236746004", "location": { "doc": "dom", "type": "line", "spec": "648" }, "excerpt": " </div> <div id=\"1236746004\" dmle_extension=\"powered_by\" data-element-type=\"powered_by\" icon=\"true\" surround=\"false\"></div>" }, { "ruleID": "Bad value for attribute href on element link: Illegal character in query: | is not allowed.", "what": "Bad value for attribute href on element link: Illegal character in query: | is not allowed.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "746" }, "excerpt": "/script> <link rel=\"preload\" href=\"https://irp.cdn-website.com/fonts/css?family=Lobster+Two:100,200,300,400,500,600,700,800,900|creepster:100,200,300,400,500,600,700,800,900|Amiko:100,200,300,400,500, ... 600,700,800,900|Droid+Serif:100,200,300,400,500,600,700,800,900|Eater:100,200,300,400,500,600,700,800,900&subset=latin-ext&display=swap\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\"> " }, { "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "753" }, "excerpt": "global--> <link rel=\"stylesheet\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" href=\"https://static.cdn-website.com/mnlt/production/3504/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css\" type=\"text/css\"> <!--" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "762" }, "excerpt": "butes --> <style>img[wi" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "767" }, "excerpt": " only --> <style> bod" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "pageAdditionalWidgetsCss", "location": { "doc": "dom", "type": "line", "spec": "774" }, "excerpt": "ation --> <style id=\"pageAdditionalWidgetsCss\" type=\"text/css\"> </sty" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "pageAdditionalWidgetsCss", "location": { "doc": "dom", "type": "line", "spec": "774" }, "excerpt": "ation --> <style id=\"pageAdditionalWidgetsCss\" type=\"text/css\"> </sty" }, { "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "ordinalSeverity": 2, "tagName": "LINK", "id": "siteGlobalCss", "location": { "doc": "dom", "type": "line", "spec": "781" }, "excerpt": "e CSS --> <link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_withFlex_1.min.css?v=50\" id=\"siteGlobalCss\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\"> <s" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "customWidgetStyle", "location": { "doc": "dom", "type": "line", "spec": "785" }, "excerpt": "/css\"> <style id=\"customWidgetStyle\" type=\"text/css\"> " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "customWidgetStyle", "location": { "doc": "dom", "type": "line", "spec": "785" }, "excerpt": "/css\"> <style id=\"customWidgetStyle\" type=\"text/css\"> " }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "innerPagesStyle", "location": { "doc": "dom", "type": "line", "spec": "825" }, "excerpt": " </style> <style id=\"innerPagesStyle\" type=\"text/css\"> " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "innerPagesStyle", "location": { "doc": "dom", "type": "line", "spec": "825" }, "excerpt": " </style> <style id=\"innerPagesStyle\" type=\"text/css\"> " }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "additionalGlobalCss", "location": { "doc": "dom", "type": "line", "spec": "830" }, "excerpt": "/style> <style id=\"additionalGlobalCss\" type=\"text/css\"> </sty" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "additionalGlobalCss", "location": { "doc": "dom", "type": "line", "spec": "830" }, "excerpt": "/style> <style id=\"additionalGlobalCss\" type=\"text/css\"> </sty" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "pagestyle", "location": { "doc": "dom", "type": "line", "spec": "836" }, "excerpt": "(this)\"> <style id=\"pagestyle\" type=\"text/css\"> " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "pagestyle", "location": { "doc": "dom", "type": "line", "spec": "836" }, "excerpt": "(this)\"> <style id=\"pagestyle\" type=\"text/css\"> " }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "pagestyleDevice", "location": { "doc": "dom", "type": "line", "spec": "840" }, "excerpt": "</style> <style id=\"pagestyleDevice\" type=\"text/css\"> " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "pagestyleDevice", "location": { "doc": "dom", "type": "line", "spec": "840" }, "excerpt": "</style> <style id=\"pagestyleDevice\" type=\"text/css\"> " }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "globalFontSizeStyle", "location": { "doc": "dom", "type": "line", "spec": "850" }, "excerpt": " --> <style id=\"globalFontSizeStyle\" type=\"text/css\"> ." }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "globalFontSizeStyle", "location": { "doc": "dom", "type": "line", "spec": "850" }, "excerpt": " --> <style id=\"globalFontSizeStyle\" type=\"text/css\"> ." }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "pageFontSizeStyle", "location": { "doc": "dom", "type": "line", "spec": "853" }, "excerpt": " </style> <style id=\"pageFontSizeStyle\" type=\"text/css\"> </sty" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "pageFontSizeStyle", "location": { "doc": "dom", "type": "line", "spec": "853" }, "excerpt": " </style> <style id=\"pageFontSizeStyle\" type=\"text/css\"> </sty" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "881" }, "excerpt": "</script> <script type=\"text/javascript\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "d-js-jquery", "location": { "doc": "dom", "type": "line", "spec": "909" }, "excerpt": "Query --> <script type=\"text/javascript\" id=\"d-js-jquery\" src=\"https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "d_track_campaign", "location": { "doc": "dom", "type": "line", "spec": "1036" }, "excerpt": "</script> <script type=\"text/javascript\" id=\"d_track_campaign\"> (func" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1046" }, "excerpt": "</script> <script type=\"text/javascript\"> var" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "d_track_ga", "location": { "doc": "dom", "type": "line", "spec": "1053" }, "excerpt": "/script> <script type=\"text/javascript\" id=\"d_track_ga\"> _d" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "d_track_sp", "location": { "doc": "dom", "type": "line", "spec": "1116" }, "excerpt": "</script> <script type=\"text/javascript\" id=\"d_track_sp\"> ;(fun" }, { "ruleID": "The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.", "what": "The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1189" }, "excerpt": "wp__preloader--active when pre" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1235" }, "excerpt": "</script> <script type=\"text/javascript\"> " }, { "ruleID": "Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>.", "what": "Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>.", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "1" }, "excerpt": "<html><head>" }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "1" }, "excerpt": "ead><body><center><div><" }, { "ruleID": "Consider adding a lang attribute to the html start tag to declare the language of this document.", "what": "Consider adding a lang attribute to the html start tag to declare the language of this document.", "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "1" }, "excerpt": "<html><head>" } ] }, "endTime": 1687062330271 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687062330271, "url": "https://www.votemegandahle.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 04:25:32", "hash": "d4922a2f73ca4d5614c063f2eba7f102affa3ed31108ef8c35ed3e8f16946db09208b356ed0737bf7989013b359f1d11e420f37c2f3f57e8735e71f019fbd0b1", "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": 31, "warning": 12, "failed": 20, "inapplicable": 62 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 18, "warning": 8, "failed": 5, "inapplicable": 36 }, "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": 2, "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 xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\"><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": 2, "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 xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\"><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": 2, "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 xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W2", "elements": [ { "htmlCode": "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\"><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": 15, "warning": 0, "failed": 6, "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 href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li: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 data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li: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 data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li: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 data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li: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 href=\"/\" id=\"1158683139\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 222, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<style id=\"customRules\"></style>", "pointer": "html > head:nth-child(1) > style:nth-child(1)" }, { "htmlCode": "<style id=\"customRules\"></style>", "pointer": "html > head:nth-child(1) > style:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(2)" }, { "htmlCode": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R62": { "name": "Element in sequential focus order has visible focus", "code": "QW-ACT-R62", "mapping": "oj04fd", "description": "This rule checks that each element in sequential focus order has some visible focus indication.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.4.7", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html", "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible" } ], "related": [], "url": "https://act-rules.github.io/rules/oj04fd", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 30, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage dmNavItemSelected\" target=\"\" data-target-page-alias=\"\" data-auto=\"selected-page\" tabindex=\"0\"> HOME \n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > 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 data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"1134045522\" target=\"_blank\"> \n \n DONATE \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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 data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButtonLinkId\" target=\"_blank\"> \n \n SUPPORT MEGAN \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li: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 data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li: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 data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li: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 data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li: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": "<iframe name=\"f2751c8b44af1cc\" width=\"1000px\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" scrolling=\"no\" allow=\"encrypted-media\" src=\"https://www.facebook.com/v2.7/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df3517d597e17684%26domain%3Dwww.votemegandahle.com%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.votemegandahle.com%252Ff1aea6c4b2dbb64%26relation%3Dparent.parent&container_width=0&height=500&hide_cover=false&href=https%3A%2F%2Fm.faceboo …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" id=\"1158683139\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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 href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > h6:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFORMEGAN</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1) > 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=\"input_3\" name=\"q3_FirstName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"First Name\" data-component=\"textbox\" aria-labelledby=\"label_3\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li: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=\"text\" id=\"input_4\" name=\"q4_LastName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Last Name\" data-component=\"textbox\" aria-labelledby=\"label_4\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > 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=\"input_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_5\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > 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=\"text\" id=\"input_6\" name=\"q6_zip6\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Zip\" data-component=\"textbox\" aria-labelledby=\"label_6\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > 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=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_0\" name=\"q7_ConcernedAbout[]\" value=\"Cost of Living\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_1\" name=\"q7_ConcernedAbout[]\" value=\"Homelessness\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_2\" name=\"q7_ConcernedAbout[]\" value=\"Schools\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_3\" name=\"q7_ConcernedAbout[]\" value=\"Fire\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(4) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_4\" name=\"q7_ConcernedAbout[]\" value=\"Crime\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(5) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">\n Submit\n </button>", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(6) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R10": { "name": "`iframe` elements with identical accessible names have equivalent purpose", "code": "QW-ACT-R10", "mapping": "4b1c6c", "description": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.", "metadata": { "target": { "element": "iframe", "attributes": [ "src" ] }, "success-criteria": [ { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [], "url": "https://act-rules.github.io/rules/4b1c6c", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `iframes` with the same accessible name have different content." }, "results": [ { "verdict": "warning", "description": "The `iframes` with the same accessible name have different content.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(3)" }, { "htmlCode": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(2)" } ], "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": 10, "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=\"input_3\" name=\"q3_FirstName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"First Name\" data-component=\"textbox\" aria-labelledby=\"label_3\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li: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=\"text\" id=\"input_4\" name=\"q4_LastName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Last Name\" data-component=\"textbox\" aria-labelledby=\"label_4\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > 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=\"input_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_5\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > 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=\"text\" id=\"input_6\" name=\"q6_zip6\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Zip\" data-component=\"textbox\" aria-labelledby=\"label_6\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > 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=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_0\" name=\"q7_ConcernedAbout[]\" value=\"Cost of Living\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > input:nth-child(2)" } ], "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=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_1\" name=\"q7_ConcernedAbout[]\" value=\"Homelessness\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > input:nth-child(2)" } ], "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=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_2\" name=\"q7_ConcernedAbout[]\" value=\"Schools\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > input:nth-child(2)" } ], "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=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_3\" name=\"q7_ConcernedAbout[]\" value=\"Fire\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(4) > input:nth-child(2)" } ], "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=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_4\" name=\"q7_ConcernedAbout[]\" value=\"Crime\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(5) > input:nth-child(2)" } ], "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\" name=\"website\" value=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(9) > input:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R17": { "name": "Image has accessible name", "code": "QW-ACT-R17", "mapping": "23a2a8", "description": "This rule checks that each image that is not marked as decorative, has an accessible name.", "metadata": { "target": { "element": "img" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html", "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content" } ], "related": [ "G94", "G95" ], "url": "https://act-rules.github.io/rules/23a2a8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "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": 17, "warning": 3, "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=\"text\" id=\"1500301758\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span style=\"color: rgb(255, 255, 255);\">Megan Dahle</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">Issues</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Preventing Fires</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Keeping Schools Open</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Standing With Our Small Businesses During Covid-19</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"dmPopupTitle\"> Share by:</div>", "pointer": "html > body:nth-child(2) > div:nth-child(38) > div:nth-child(2)" } ], "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": 3, "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=\"text\" id=\"1500301758\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span style=\"color: rgb(255, 255, 255);\">Megan Dahle</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">Issues</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Preventing Fires</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Keeping Schools Open</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Standing With Our Small Businesses During Covid-19</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"dmPopupTitle\"> Share by:</div>", "pointer": "html > body:nth-child(2) > div:nth-child(38) > div:nth-child(2)" } ], "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": 36, "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=\"nav-item-text \" data-link-text=\"\n HOME\n \" data-auto=\"page-text-style\">HOME \n</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > 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=\"nav-item-text \" data-link-text=\"\n ABOUT MEGAN\n \" data-auto=\"page-text-style\">ABOUT MEGAN \n</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > 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=\"nav-item-text \" data-link-text=\"\n CONNECT\n \" data-auto=\"page-text-style\">CONNECT \n</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > 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=\"nav-item-text \" data-link-text=\"\n ISSUES\n \" data-auto=\"page-text-style\">ISSUES \n</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > 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=\"nav-item-text \" data-link-text=\"\n MEDIA\n \" data-auto=\"page-text-style\">MEDIA \n</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > 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=\"text\" id=\"1500301758\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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 style=\"color: rgb(255, 255, 255);\">Megan Dahle</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4: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=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > 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": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"caption-title\" id=\"1211526312\">Media</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connect</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Support</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3: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 style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">Issues</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2: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 style=\"display: initial;\">It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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 style=\"display: initial;\">Preventing Fires</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3: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 style=\"display: initial;\">It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Keeping Schools Open</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3: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 style=\"display: initial;\">Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > 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": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">Standing With Our Small Businesses During Covid-19</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"display: initial;\">I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2: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 style=\"display: initial; color: rgb(255, 255, 255); font-weight: 600;\">9460 Tegner Road</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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 style=\"display: initial; color: rgb(255, 255, 255); font-weight: 600;\">Hilmar, CA 9</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"display: unset; color: rgb(255, 255, 255); font-weight: 600;\">5324</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"display: initial; color: rgb(255, 255, 255);\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > h4: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": "<div>© 2023 </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"color:rgba(255, 255, 255, 1)\">Copyright | All Rights Reserved</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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) > 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": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > h6:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"color: rgb(255, 255, 255); display: initial;\">Learn More</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFORMEGAN</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1) > a: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 style=\"color: rgb(255, 255, 255); display: initial;\">Megan Dahle State Senate</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > h6:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 3, "warning": 3, "failed": 10, "inapplicable": 18 }, "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": 3, "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 id=\"dmRoot\" data-page-alias=\"home\" class=\"dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet d1SiteBody dmBodyNoIscroll fullyLoaded\" style=\"padding:0;margin:0;\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n HOME \n \n \n \n ABOUT MEGAN \n \n \n \n CONNECT \n \n \n \n ISSUES \n \n \n \n MEDIA \n \n \n \n \n \n \n \n \n DONATE \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Megan Dahle \n State Senate \n \n \n SUPPORT MEGAN \n \n \n \n \n \n \n \n \n Issues \n \n \n Button \n \n \n \n \n \n Media \n \n \n \n Button \n \n \n \n \n \n Connect \n \n \n Button \n \n \n \n \n \n Support \n \n \n Button \n \n \n \n \n \n \n \n \n \n \n About M …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body>\n\n \n \n \n \n \n .form-all:before { background: none;}\n \n \n \n \n First Name\n \n *\n \n \n \n \n \n \n \n \n Last Name\n \n *\n \n \n \n \n \n \n \n \n Email\n \n *\n \n \n \n \n \n \n \n \n Zip\n \n *\n \n \n \n \n \n \n \n I’m Interested In: (optional) \n \n \n \n \n \n \n Cost of Living \n …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page does not links to local content." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page does not links to local content.", "resultCode": "F3", "elements": [ { "htmlCode": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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": 6, "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 href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" data-link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg");\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/\" id=\"1158683139\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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-T6": { "name": "Using both keyboard and other device-specific functions", "code": "QW-WCAG-T6", "mapping": "SCR20", "description": "The objective of this technique is to verify the parity of keyboard-specific and mouse-specific events when code that has a scripting function associated with an event is used", "metadata": { "target": { "element": "*", "attributes": [ "onmousedown", "onmouseup", "onclick", "onmouseover", "onmouseout" ] }, "success-criteria": [ { "name": "2.1.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/keyboard" } ], "related": [ "G90" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/client-side-script/SCR20", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The mouse event attribute doesn't have a keyboard equivalent." }, "results": [ { "verdict": "failed", "description": "The mouse event attribute doesn't have a keyboard equivalent.", "resultCode": "RC3", "elements": [ { "htmlCode": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(38) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T15": { "name": "Using the link element and navigation tools", "code": "QW-WCAG-T15", "mapping": "H59", "description": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "metadata": { "target": { "element": "link" }, "success-criteria": [ { "name": "2.4.5", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/multiple-ways" }, { "name": "2.4.8", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/location" } ], "related": [ "G1", "G63", "G64", "G123" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H59", "passed": 4, "warning": 5, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>" }, "results": [ { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://irp.cdn-website.com/2c2cc461/site_favicon_16_1655841042861.ico\">", "pointer": "html > head:nth-child(1) > link:nth-child(24)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"preconnect\" href=\"https://lirp.cdn-website.com/\" crossorigin=\"\">", "pointer": "html > head:nth-child(1) > link:nth-child(25)" } ], "attributes": [] }, { "verdict": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>", "resultCode": "RC1", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/fonts/css?family=Lobster+Two:100,200,300,400,500,600,700,800,900|creepster:100,200,300,400,500,600,700,800,900|Amiko:100,200,300,400,500,600,700,800,900|Creepster:100,200,300,400,500,600,700,800,900|Lobster:100,200,300,400,500,600,700,800,900|Arvo:100,200,300,400,500,600,700,800,900|Oswald:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:100,200,300,400,500,600,700,800,900|Droid+Serif:100,200,300,400,500,600,700,800,900|Eater:100,200,300,400,500,600,700,800,900&subset=latin-ext&display=swap\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">", "pointer": "html > body:nth-child(2) > link:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>", "resultCode": "RC1", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" href=\"https://static.cdn-website.com/mnlt/production/3504/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css\" type=\"text/css\">", "pointer": "html > body:nth-child(2) > link:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>", "resultCode": "RC1", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/WIDGET_CSS/production_3504/1cc1c4328850bb09426458e467191f42.css\" id=\"widgetCSS\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">", "pointer": "html > body:nth-child(2) > link:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>", "resultCode": "RC1", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_withFlex_1.min.css?v=50\" id=\"siteGlobalCss\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">", "pointer": "html > body:nth-child(2) > link:nth-child(9)" } ], "attributes": [] }, { "verdict": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>", "resultCode": "RC1", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_home_withFlex_1.min.css?v=50\" id=\"homeCssLink\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">", "pointer": "html > body:nth-child(2) > link:nth-child(13)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"shortcut icon\" href=\"https://cdn.jotfor.ms/assets/img/favicons/favicon-2021.svg\">", "pointer": "html > head:nth-child(1) > link:nth-child(10)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://cdn01.jotfor.ms/themes/CSS/5e6b428acc8c4e222d1beb91.css?themeRevisionID=5f7ed99c2c2c7240ba580251\">", "pointer": "html > head:nth-child(1) > link:nth-child(17)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://cdn02.jotfor.ms/css/styles/payment/payment_styles.css?3.3.37162\">", "pointer": "html > head:nth-child(1) > link:nth-child(18)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://cdn03.jotfor.ms/css/styles/payment/payment_feature.css?3.3.37162\">", "pointer": "html > head:nth-child(1) > link:nth-child(19)" } ], "attributes": [] } ] }, "QW-WCAG-T17": { "name": "Positioning labels to maximize predictability of relationships", "code": "QW-WCAG-T17", "mapping": "G162", "description": "This technique checks the correct position of labels in forms", "metadata": { "target": { "element": "form" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "3.3.2", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions" } ], "related": [ "H44", "H71", "H65", "G131", "G167" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G162.html", "passed": 0, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "The form field label is not visible." }, "results": [ { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input type=\"text\" id=\"input_3\" name=\"q3_FirstName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"First Name\" data-component=\"textbox\" aria-labelledby=\"label_3\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input type=\"text\" id=\"input_4\" name=\"q4_LastName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Last Name\" data-component=\"textbox\" aria-labelledby=\"label_4\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input type=\"email\" id=\"input_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_5\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input type=\"text\" id=\"input_6\" name=\"q6_zip6\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Zip\" data-component=\"textbox\" aria-labelledby=\"label_6\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 2, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "A list item is not contained in a correct list element." }, "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 role=\"menubar\" class=\"unifiednav__container \" data-auto=\"navigation-pages\"> <li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> <a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage dmNavItemSelected\" target=\"\" data-target-page-alias=\"\" data-auto=\"selected-page\" tabindex=\"0\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "A list item is not contained in a correct list element.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow\" id=\"1686336780\"> \n \n \n \n</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div: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=\"form-section page-section\">\n <li class=\"form-line jf-required\" data-type=\"control_textbox\" id=\"id_3\">\n <label class=\"form-label form-label-top\" id=\"label_3\" for=\"input_3\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > label:nth-child(1)\" _documentselector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nt …", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T24": { "name": "Failure of Success Criteria 2.1.1, 2.4.7, and 3.2.1 due to using script to remove focus when focus is received", "code": "QW-WCAG-T24", "mapping": "F55", "description": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.1.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/keyboard" }, { "name": "2.4.7", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible" }, { "name": "3.2.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/on-focus" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F55", "passed": 24, "warning": 0, "failed": 10, "inapplicable": 0, "outcome": "failed", "description": "Element didn't keep focus." }, "results": [ { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"text\" id=\"input_3\" name=\"q3_FirstName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"First Name\" data-component=\"textbox\" aria-labelledby=\"label_3\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"text\" id=\"input_4\" name=\"q4_LastName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Last Name\" data-component=\"textbox\" aria-labelledby=\"label_4\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"email\" id=\"input_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_5\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"text\" id=\"input_6\" name=\"q6_zip6\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Zip\" data-component=\"textbox\" aria-labelledby=\"label_6\" required=\"\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_0\" name=\"q7_ConcernedAbout[]\" value=\"Cost of Living\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_1\" name=\"q7_ConcernedAbout[]\" value=\"Homelessness\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_2\" name=\"q7_ConcernedAbout[]\" value=\"Schools\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_3\" name=\"q7_ConcernedAbout[]\" value=\"Fire\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(4) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_4\" name=\"q7_ConcernedAbout[]\" value=\"Crime\">", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(5) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">\n Submit\n </button>", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(6) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T26": { "name": "Failure of Success Criterion 4.1.2 due to using script to make div or span a user interface control in HTML without providing a role for the control", "code": "QW-WCAG-T26", "mapping": "F59", "description": "This failure demonstrates how using generic HTML elements to create user interface controls can make the controls inaccessible to assistive technology.", "metadata": { "target": { "element": [ "div", "span" ], "attributes": [ "onmousedown", "onmouseup", "onclick", "onmouseover", "onmouseout", "onkeydown", "onkeyup", "onkeypress", "onfocus", "onblur" ] }, "success-criteria": [ { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value" } ], "related": [ "F42" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F59", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The element is a forced user interface control without the proper role attribute." }, "results": [ { "verdict": "failed", "description": "The element is a forced user interface control without the proper role attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(38) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img id=\"event_tracking_image\" aria-hidden=\"true\" src=\"https://events.jotform.com/jsform/221734378845061/?ref=&res=1680x1050&eventID=1687062332905_221734378845061_gggaCp1&loc=about%253Ablank\" alt=\"jftr\" width=\"1\" height=\"1\" style=\"display: none;\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(2)html:nth-of-type(1) > body > img:nth-of-type(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": 16, "warning": 0, "failed": 50, "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": "<div id=\"dmStyle_innerContainer\" class=\"dmInner\"> \n \n \n \n HOME \n \n \n \n ABOUT MEGAN \n \n \n \n CONNECT \n \n \n \n ISSUES \n \n \n \n MEDIA \n \n \n \n \n \n \n \n \n DONATE \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Megan Dahle \n State Senate \n \n \n SUPPORT MEGAN \n \n \n \n \n \n \n \n \n Issues \n \n \n Button \n \n \n \n \n \n Media \n \n \n \n Button \n \n \n \n \n \n Connect \n \n \n Button \n \n \n \n \n \n Support \n \n \n Button \n \n \n \n \n \n \n \n \n \n \n About Megan \n Proudly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small bus …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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=\"u_1522127793 small-12 dmRespCol large-2 medium-2 has-one-widget-only\" id=\"1522127793\"> \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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=\"u_1143618909 dmRespCol small-12 large-8 medium-8 has-one-widget-only\" id=\"1143618909\"> \n HOME \n \n \n \n ABOUT MEGAN \n \n \n \n CONNECT \n \n \n \n ISSUES \n \n \n \n MEDIA \n \n \n \n \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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=\"u_1418024226 dmRespCol small-12 large-2 medium-2 has-one-widget-only\" id=\"1418024226\"> \n \n DONATE \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [ "15px" ] }, { "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=\"icon hasFontIcon icon-star\" id=\"1243270478\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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=\"large-12 dmRespCol\"> \n \n \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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 id=\"innerBar\" class=\"innerBar lineInnerBar dmDisplay_None\"> \n \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div: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=\"dmRespCol small-12 u_1406224284 medium-6 large-6 hasBackgroundOverlay\" id=\"1406224284\"> Megan Dahle \n State Senate \n \n \n SUPPORT MEGAN \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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 class=\"text-align-center\">Megan Dahle</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "60px" ] }, { "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": "<h4 class=\"text-align-center m-size-19 size-24\">State Senate</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" } ], "attributes": [ "24px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "24px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"icon hasFontIcon icon-star\" id=\"1548055734\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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=\"dmRespCol small-12 u_1740919783 medium-6 large-6\" id=\"1740919783\"> \n \n \n \n \n \n Issues \n \n \n Button \n \n \n \n \n \n Media \n \n \n \n Button \n \n \n \n \n \n Connect \n \n \n Button \n \n \n \n \n \n Support \n \n \n Button \n \n \n \n \n \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3: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": "<span class=\"icon hasFontIcon icon-star\" id=\"1501865448\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(2) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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": "<h3 class=\"caption-title\" id=\"1211526312\">Media</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3: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": "<p class=\"caption-text\" id=\"1837041813\"></p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > p:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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=\"icon hasFontIcon icon-star\" id=\"1300765934\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(3) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connect</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3: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": "<span class=\"icon hasFontIcon icon-star\" id=\"1880865897\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(2) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Support</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3: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": "<span class=\"icon hasFontIcon icon-star\" id=\"1427489117\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(2) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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=\"photoGalleryViewAll link\" isall=\"true\" data-viewall=\"View more\" data-viewless=\"View less\" style=\"display:none;\" id=\"1138510047\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [ "inherit" ] }, { "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=\"u_1739679937 dmRespCol small-12 large-4 medium-4 empty-column\" id=\"1739679937\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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=\"u_1229368047 dmRespCol small-12 large-4 medium-4 running-animation-QITK2XLY\" id=\"1229368047\" data-anim-desktop=\"fadeIn\" style=\"visibility: hidden; opacity: 1; animation-delay: unset !important; animation-duration: unset !important; transition-delay: unset !important; transition-duration: unset !important; transition-property: none !important;\"> About Megan \n Proudly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small business, and safely reopening the North State. It’s my honor representing our district in Sacramento and I am committed to co …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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": "<h2 class=\"text-align-left\">About Megan</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "50px" ] }, { "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=\"icon hasFontIcon icon-star\" id=\"1957086895\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(3) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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=\"dmRespCol large-4 medium-4 small-12\" id=\"1001183745\"> \n \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [ "15px" ] }, { "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=\"u_1293134868 dmRespCol small-12 medium-12 large-12 empty-column\" id=\"1293134868\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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=\"dmRespCol small-12 medium-12 large-12\" id=\"1529639876\"> Issues \n It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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": "<h2 class=\"text-align-center\">Issues</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "50px" ] }, { "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=\"dmRespCol small-12 medium-4 large-4 u_1774295189\" id=\"1774295189\"> Preventing Fires \n It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again. Learn More \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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": "<h3 class=\"m-text-align-center text-align-center\">Preventing Fires</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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=\"dmRespCol small-12 medium-4 large-4 u_1483733682\" id=\"1483733682\"> Keeping Schools Open \n Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction. Learn More \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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": "<h3 class=\"text-align-center\">Keeping Schools Open</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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=\"dmRespCol small-12 medium-4 large-4 u_1800072241\" id=\"1800072241\"> Standing With Our Small Businesses During Covid-19 \n \n I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely. Learn More \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [ "15px" ] }, { "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": "<h3 class=\"text-align-center\">Standing With Our Small Businesses During Covid-19 \n</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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=\"u_1603943320 dmRespCol small-12 medium-12 large-12\" id=\"1603943320\"> Sign Up For Emails \n \n\n\n …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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": "<h2 class=\"text-align-center\">Sign Up For Emails</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "50px" ] }, { "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=\"u_1403302380 dmRespCol small-12 large-3 medium-3\" id=\"1403302380\"> \n \n 9460 Tegner RoadHilmar, CA 95324 \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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=\"u_1717613156 dmRespCol small-12 large-6 medium-6\" id=\"1717613156\"> \n \n DONATE \n \n \n \n \n \n \n \n \n PAID FOR BY MEGAN DAHLE FOR SENATE 2024 \n \n © 2023 \n Copyright | All Rights Reserved \n \n \n Marketing by Blossom \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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=\"icon hasFontIcon icon-star\" id=\"1975084753\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "26px" ] }, { "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=\"copyright\"> © 2023 \n Copyright | All Rights Reserved \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" } ], "attributes": [ "13px" ] }, { "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=\"u_1863616126 dmRespCol small-12 large-3 medium-3\" id=\"1863616126\"> Learn More \n #VOTEFORMEGAN \n Megan Dahle State Senate \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [ "15px" ] }, { "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": "<h3 class=\"m-text-align-center\">Learn More</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [ "23px" ] }, { "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=\"pswp__counter\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(35) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "13px" ] }, { "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=\"pswp__caption__center\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(35) > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(1)" } ], "attributes": [ "13px" ] }, { "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 id=\"fb-root\" data-locale=\"en\" class=\" fb_reset fb_reset\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(36)" } ], "attributes": [ "11px" ] }, { "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 role=\"main\" class=\"form-all\">\n \n .form-all:before { background: none;}\n \n \n \n \n First Name\n \n *\n \n \n \n \n \n \n \n \n Last Name\n \n *\n \n \n \n \n \n \n \n \n Email\n \n *\n \n \n \n \n \n \n \n \n Zip\n \n *\n \n \n \n \n \n \n \n I’m Interested In: (optional) \n \n \n \n \n \n \n Cost of …", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4)" } ], "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": "<button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">\n Submit\n </button>", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(6) > div:nth-child(1) > div:nth-child(1) > button: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": 59, "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 type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word- …", "pointer": "html > head:nth-child(1) > style:nth-child(61)" } ], "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 type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word- …", "pointer": "html > head:nth-child(1) > style:nth-child(62)" } ], "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": 61, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined background property but not a color css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KH8GSKM\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>", "pointer": "html > body:nth-child(2) > noscript:nth-child(44)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 10, "warning": 1, "failed": 5, "inapplicable": 8 }, "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": 16, "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 class=\"text-align-center\">Megan Dahle</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 class=\"text-align-center m-size-19 size-24\">State Senate</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"caption-title\" id=\"1211526312\">Media</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connect</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Support</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"text-align-center\">Issues</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"m-text-align-center text-align-center\">Preventing Fires</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"text-align-center\">Keeping Schools Open</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"text-align-center\">Standing With Our Small Businesses During Covid-19 \n</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"text-align-center\">Sign Up For Emails</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 class=\"m-text-align-center text-align-center\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h6 class=\"text-align-center\">Marketing by Blossom</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > h6:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"m-text-align-center\">Learn More</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 class=\"m-text-align-center\">#VOTEFORMEGAN</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h6 class=\"text-align-left m-text-align-center\">Megan Dahle State Senate</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > h6:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP15": { "name": "At least one width attribute of an HTML element is expressed in absolute values", "code": "QW-BP15", "description": "At least one width attribute of an HTML element is expressed in absolute values", "metadata": { "target": { "element": "*", "attributes": "width" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target `width` attribute uses absolute units." }, "results": [ { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe name=\"f2751c8b44af1cc\" width=\"1000px\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" scrolling=\"no\" allow=\"encrypted-media\" src=\"https://www.facebook.com/v2.7/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df3517d597e17684%26domain%3Dwww.votemegandahle.com%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.votemegandahle.com%252Ff1aea6c4b2dbb64%26relation%3Dparent.parent&container_width=0&height=500&hide_cover=false&href=https%3A%2F%2Fm.faceboo …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP18": { "name": "Using percentage values in CSS for container sizes", "code": "QW-BP18", "mapping": "C24", "description": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "metadata": { "target": { "element": "span article section nav aside hgroup header footer address p hr blockquote div h1 h2 h3 h4 h5 h6 li ul ol dd dt dl figcaption", "attributes": "width" }, "success-criteria": [ { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C20" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C24", "passed": 0, "warning": 0, "failed": 30, "inapplicable": 0, "outcome": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " min-width: 768px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "width: 100% !important", " max-width: 100% !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "width: 100% !important", " max-width: 100% !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "min-width: 9em !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " border-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "width: 100% !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "width: auto !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 523.8px !important", " max-width: 100% !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 523.8px !important", " max-width: 100% !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 523.8px !important", " max-width: 100% !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 110px !important", " max-width: 100% !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 110px !important", " max-width: 100% !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 110px !important", " max-width: 100% !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "min-width: 25px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " border-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 396px !important", " max-width: calc(100% - 0px) !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 396px !important", " max-width: calc(100% - 0px) !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 595px !important", " max-width: calc(100% - 0px) !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: 595px !important", " max-width: calc(100% - 0px) !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: auto !important", " max-width: none !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: auto !important", " max-width: none !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: auto !important", " max-width: none !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " min-width: 25px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: calc(100% - 0px) !important", " max-width: 100% !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " width: calc(100% - 0px) !important", " max-width: 100% !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ " max-width: 100% !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "width: calc(100% - 0px) !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "width: 340px !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" }, { "htmlCode": "<style id=\"criticalCss\">\n @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …", "pointer": "html > head:nth-child(1) > style:nth-child(32)" } ], "attributes": [ "width: 340px !important", " min-width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<div class=\"u_1468843021 widget-128151 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1468843021\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"false\" data-widget-id=\"128151275e4145de9c457a6ae729489e\" data-widget-version=\"114\" data-widget-config=\"eyJ1cmwiOiJodHRwczovL20uZmFjZWJvb2suY29tL3ZvdGVNZWdhbkFEMSIsImlzTGFyZ2VIZWFkZXIiOnRydWUsImlzU2hvd0NvdmVyUGhvdG8iOnRydWUsImlzRnJpZW5kc1Bob3RvcyI6dHJ1ZSwidGltZWxpbmUiOnRydWUsIndpZHRoIjoiMzQwIiwiaGVpZ2h0IjoiNTAwIiwiaGVpZ2h0X21vYmlsZSI6IjUwMCIsImV2ZW50cyI6dHJ1ZX0=\" data-widget-initialized=\"\" style=\"width: 340px !important;\"> \n \n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" } ], "attributes": [ "width: 340px !important" ] } ] }, "QW-BP23": { "name": "Listitems are used semantically", "code": "QW-BP23", "description": "Ensures <li> elements are used semantically", "metadata": { "target": { "element": "li" }, "passed": 9, "warning": 0, "failed": 9, "inapplicable": 0, "outcome": "failed", "description": "Listitem is not used semantically not used semantically" }, "results": [ { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> HOME \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> ABOUT MEGAN \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> CONNECT \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> ISSUES \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> MEDIA \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"photoGalleryThumbs animated null\" id=\"1439650737\" data-index=\"0\"> \n Issues \n \n \n Button \n \n \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li index=\"3\" class=\"photoGalleryThumbs animated null\" id=\"1083480412\" style=\"\" data-index=\"1\"> \n Media \n \n \n \n Button \n \n \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"photoGalleryThumbs animated null\" id=\"1236120466\" data-index=\"2\"> \n Connect \n \n \n Button \n \n \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"photoGalleryThumbs animated null\" id=\"1089894483\" data-index=\"3\"> \n Support \n \n \n Button \n \n \n \n \n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP24": { "name": "Lists are used correctly", "code": "QW-BP24", "description": "Ensures that lists are structured correctly. <ul> and <ol> must only directly contain <li>, <script> or <template> elements", "metadata": { "target": { "element": "ul, ol,menu" }, "passed": 1, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "List is not used correctly" }, "results": [ { "verdict": "failed", "description": "List is not used correctly", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"form-section page-section\">\n \n \n First Name\n \n *\n \n \n \n \n This field is required.\n \n \n \n Last Name\n \n *\n \n \n \n \n This field is required.\n \n \n \n Email\n \n *\n \n \n \n \n This field is required.\n \n \n \n Zip\n \n *\n \n \n \n \n This field is required.\n \n \n I’m Interested In: (optional) \n \n \n \n \n …", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2)" } ], "attributes": [] } ] }, "QW-BP27": { "name": "Landmark main is top level", "code": "QW-BP27", "description": "Ensures the main landmark is at top level", "metadata": { "target": { "element": "main:not([role]), [role=main]" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The main landmark is not at top level." }, "results": [ { "verdict": "failed", "description": "The main landmark is not at top level.", "resultCode": "F1", "elements": [ { "htmlCode": "<div role=\"main\" class=\"form-all\">\n \n .form-all:before { background: none;}\n \n \n \n \n First Name\n \n *\n \n \n \n \n This field is required.\n \n \n \n Last Name\n \n *\n \n \n \n \n This field is required.\n \n \n \n Email\n \n *\n \n \n \n \n This field is required.\n \n \n \n Zip\n \n *\n \n \n \n \n This field is required.\n \n \n I’m Interested In: (optional) \n …", "pointer": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 42, "document": 3, "img": 8, "navigation": 1, "menubar": 1, "menuitem": 5, "separator": 2, "heading": 17, "list": 2, "presentation": 3, "dialog": 1, "button": 9, "form": 1, "main": 1, "listitem": 9, "textbox": 5, "alert": 4, "group": 1, "checkbox": 5 }, "tags": { "html": 3, "head": 3, "style": 25, "script": 78, "meta": 22, "link": 15, "title": 2, "body": 3, "div": 177, "a": 27, "img": 11, "span": 86, "nav": 1, "ul": 3, "li": 18, "hr": 2, "h1": 1, "h4": 3, "h3": 8, "p": 11, "h2": 3, "iframe": 3, "br": 2, "h6": 2, "button": 9, "noscript": 1, "form": 1, "input": 19, "label": 10, "strong": 1 } } } }, "success": true }, "standardResult": { "totals": [ 27, 158, 77, 34 ], "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 xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\"><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 xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\"><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 xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\"><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 xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" class=\"pointer skrollr skrollr-desktop\"><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": "1122105613", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "1207379930", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" ... ginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png");\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "1804716311", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false ... amp;showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg");\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "1421699263", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-li ... p;showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg");\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/mega ... link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg");\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "1158683139", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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 href=\"/\" id=\"1158683139\"></a>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "STYLE", "id": "customRules", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(1)" }, "excerpt": "<style id=\"customRules\"></style>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "STYLE", "id": "customRules", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(2)" }, "excerpt": "<style id=\"customRules\"></style>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(2)" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(3)" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>" }, { "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": "1122105613", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage dmNavItemSelected\" target=\"\" data-target-page-alias=\"\" data-auto=\"selected-page\" tabindex=\"0\"> 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": "1134045522", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"1134045522\" target=\"_blank\"> DONATE </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "1778429858", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButtonLinkId\" target=\"_blank\"> SUPPORT MEGAN </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": "1207379930", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" ... ginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png");\"></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": "1804716311", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false ... amp;showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg");\"></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": "1421699263", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-li ... p;showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg");\"></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": "1744861053", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/mega ... link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg");\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe name=\"f2751c8b44af1cc\" width=\"1000px\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscree ... Dfalse%26origin%3Dhttps%253A%252F%252Fwww.votemegandahle.com%252Ff1aea6c4b2dbb64%26relation%3Dparent.parent&container_width=0&height=500&hide_cover=false&href=https%3A%2F%2Fm.faceboo …" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">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": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(2)" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(3)" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>" }, { "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": "1158683139", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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 href=\"/\" id=\"1158683139\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > h6:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFORMEGAN</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": "input_3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_3\" name=\"q3_FirstName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"First Name\" data-component=\"textbox\" aria-labelledby=\"label_3\" required=\"\">" }, { "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": "input_4", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_4\" name=\"q4_LastName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Last Name\" data-component=\"textbox\" aria-labelledby=\"label_4\" required=\"\">" }, { "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": "input_5", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" id=\"input_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_5\" required=\"\">" }, { "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": "input_6", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_6\" name=\"q6_zip6\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Zip\" data-component=\"textbox\" aria-labelledby=\"label_6\" required=\"\">" }, { "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": "input_7_0", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_0\" name=\"q7_ConcernedAbout[]\" value=\"Cost of Living\">" }, { "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": "input_7_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_1\" name=\"q7_ConcernedAbout[]\" value=\"Homelessness\">" }, { "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": "input_7_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_2\" name=\"q7_ConcernedAbout[]\" value=\"Schools\">" }, { "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": "input_7_3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(4) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_3\" name=\"q7_ConcernedAbout[]\" value=\"Fire\">" }, { "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": "input_7_4", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(5) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_4\" name=\"q7_ConcernedAbout[]\" value=\"Crime\">" }, { "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": "input_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(6) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)" }, "excerpt": "<button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\"> Submit </button>" }, { "ruleID": "QW-ACT-R10", "what": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(3)" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>" }, { "ruleID": "QW-ACT-R10", "what": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(2)" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\"221734378845061\" id=\"221734378845061\" style=\"width: 10px; min-width: 100%; display: block; overflow: hidden; border: none; height: 543px;\" scrolling=\"no\"></iframe>" }, { "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": "input_3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_3\" name=\"q3_FirstName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"First Name\" data-component=\"textbox\" aria-labelledby=\"label_3\" required=\"\">" }, { "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": "input_4", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_4\" name=\"q4_LastName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Last Name\" data-component=\"textbox\" aria-labelledby=\"label_4\" required=\"\">" }, { "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": "input_5", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" id=\"input_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_5\" required=\"\">" }, { "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": "input_6", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_6\" name=\"q6_zip6\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Zip\" data-component=\"textbox\" aria-labelledby=\"label_6\" required=\"\">" }, { "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": "input_7_0", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_0\" name=\"q7_ConcernedAbout[]\" value=\"Cost of Living\">" }, { "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": "input_7_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_1\" name=\"q7_ConcernedAbout[]\" value=\"Homelessness\">" }, { "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": "input_7_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_2\" name=\"q7_ConcernedAbout[]\" value=\"Schools\">" }, { "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": "input_7_3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(4) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_3\" name=\"q7_ConcernedAbout[]\" value=\"Fire\">" }, { "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": "input_7_4", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(5) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_4\" name=\"q7_ConcernedAbout[]\" value=\"Crime\">" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(9) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" name=\"website\" value=\"\">" }, { "ruleID": "QW-ACT-R17", "what": "This rule checks that each image that is not marked as decorative, has an accessible name.", "ordinalSeverity": 3, "tagName": "IMG", "id": "1772503654", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo+%283%29-11705450.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">" }, { "ruleID": "QW-ACT-R17", "what": "This rule checks that each image that is not marked as decorative, has an accessible name.", "ordinalSeverity": 3, "tagName": "IMG", "id": "1452979129", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" height=\"1920\" onerror=\"handleImageLoadError(this)\">" }, { "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": "1500301758", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"text\" id=\"1500301758\">DONATE</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255);\">Megan Dahle</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</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": "1853265404", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > span:nth-child(2)" }, "excerpt": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Preventing Fires </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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again.</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Keeping Schools Open </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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction.</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Standing With Our Small Businesses During Covid-19</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely.</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(38) > div:nth-child(2)" }, "excerpt": "<div class=\"dmPopupTitle\"> Share by:</div>" }, { "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": "1500301758", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"text\" id=\"1500301758\">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": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255);\">Megan Dahle</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</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": "1853265404", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > span:nth-child(2)" }, "excerpt": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Preventing Fires </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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again.</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Keeping Schools Open </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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction.</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Standing With Our Small Businesses During Covid-19</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely.</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(38) > div:nth-child(2)" }, "excerpt": "<div class=\"dmPopupTitle\"> Share by:</div>" }, { "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"nav-item-text \" data-link-text=\" HOME \" data-auto=\"page-text-style\">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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"nav-item-text \" data-link-text=\" ABOUT MEGAN \" data-auto=\"page-text-style\">ABOUT MEGAN </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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"nav-item-text \" data-link-text=\" CONNECT \" data-auto=\"page-text-style\">CONNECT </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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"nav-item-text \" data-link-text=\" ISSUES \" data-auto=\"page-text-style\">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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"nav-item-text \" data-link-text=\" MEDIA \" data-auto=\"page-text-style\">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": "1500301758", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"text\" id=\"1500301758\">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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255);\">Megan Dahle</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</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": "1853265404", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > span:nth-child(2)" }, "excerpt": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</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": "H3", "id": "1989160226", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues</h3>" }, { "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": "H3", "id": "1211526312", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title\" id=\"1211526312\">Media</h3>" }, { "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": "H3", "id": "1827786732", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connect</h3>" }, { "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": "H3", "id": "1096141361", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Support</h3>" }, { "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-style: italic; color: rgb(160, 156, 156); font-weight: 400; display: initial;\">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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Preventing Fires </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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Keeping Schools Open </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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">Standing With Our Small Businesses During Covid-19</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial;\">I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial; font-weight: 400; font-style: italic; color: rgb(255, 255, 255);\">Sign Up For Emails</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial; color: rgb(255, 255, 255); font-weight: 600;\">9460 Tegner Road</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(3)" }, "excerpt": "<span style=\"display: initial; color: rgb(255, 255, 255); font-weight: 600;\">Hilmar, CA 9</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(4)" }, "excerpt": "<span style=\"display: unset; color: rgb(255, 255, 255); font-weight: 600;\">5324</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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > h4:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"display: initial; color: rgb(255, 255, 255);\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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)" }, "excerpt": "<div>© 2023 </div>" }, { "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color:rgba(255, 255, 255, 1)\">Copyright | All Rights Reserved</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > h6:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\">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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFORMEGAN</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > h6:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\">Megan Dahle State Senate</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": "dmRoot", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body id=\"dmRoot\" data-page-alias=\"home\" class=\"dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet d1SiteBody dmBodyNoIscroll fullyLoaded\" style=\"padding:0;margin:0;\"> HOME ABOUT MEGAN CONNECT ISSUES MEDIA DONATE Megan Dahle State Senate SUPPORT MEGAN Issues Button Media Button Connect Button Support Button About M …" }, { "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> .form-all:before { background: none;} First Name * Last Name * Email * Zip * I’m Interested In: (optional) Cost of Living …" }, { "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></body>" }, { "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": "1122105613", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"></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": "1122105613", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"></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": "1207379930", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" ... ginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-Template-283-29-1920w-640w-640w.png");\"></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": "1804716311", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false ... amp;showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/IMG_3521-2a3fe0cb-640w-640w.jpeg");\"></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": "1421699263", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-li ... p;showOriginal=true&dm_checkSync=1&dm_try_mode=true\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-12-06.40.54-640w-640w.jpeg");\"></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": "1744861053", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/mega ... link-url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" style=\"background-image: url("https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/007-1824w-640w.jpg");\"></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": "1158683139", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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 href=\"/\" id=\"1158683139\"></a>" }, { "ruleID": "QW-WCAG-T6", "what": "The objective of this technique is to verify the parity of keyboard-specific and mouse-specific events when code that has a scripting function associated with an event is used", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(38) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div>" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(24)" }, "excerpt": "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://irp.cdn-website.com/2c2cc461/site_favicon_16_1655841042861.ico\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(25)" }, "excerpt": "<link rel=\"preconnect\" href=\"https://lirp.cdn-website.com/\" crossorigin=\"\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "ordinalSeverity": 0, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > link:nth-child(3)" }, "excerpt": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/fonts/css?family=Lobster+Two:100,200,300,400,500,600,700,800,900|creepster:100,200,300,400,500,600,700,800,900|Amiko:100,200,300,400,500,600,70 ... |Droid+Serif:100,200,300,400,500,600,700,800,900|Eater:100,200,300,400,500,600,700,800,900&subset=latin-ext&display=swap\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "ordinalSeverity": 0, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > link:nth-child(4)" }, "excerpt": "<link rel=\"stylesheet\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" href=\"https://static.cdn-website.com/mnlt/production/3504/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css\" type=\"text/css\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "ordinalSeverity": 0, "tagName": "LINK", "id": "widgetCSS", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > link:nth-child(5)" }, "excerpt": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/WIDGET_CSS/production_3504/1cc1c4328850bb09426458e467191f42.css\" id=\"widgetCSS\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "ordinalSeverity": 0, "tagName": "LINK", "id": "siteGlobalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > link:nth-child(9)" }, "excerpt": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_withFlex_1.min.css?v=50\" id=\"siteGlobalCss\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "ordinalSeverity": 0, "tagName": "LINK", "id": "homeCssLink", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > link:nth-child(13)" }, "excerpt": "<link rel=\"stylesheet\" href=\"https://irp.cdn-website.com/2c2cc461/files/2c2cc461_home_withFlex_1.min.css?v=50\" id=\"homeCssLink\" as=\"style\" fetchpriority=\"low\" onload=\"loadCSS(this)\" type=\"text/css\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(10)" }, "excerpt": "<link rel=\"shortcut icon\" href=\"https://cdn.jotfor.ms/assets/img/favicons/favicon-2021.svg\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(17)" }, "excerpt": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://cdn01.jotfor.ms/themes/CSS/5e6b428acc8c4e222d1beb91.css?themeRevisionID=5f7ed99c2c2c7240ba580251\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(18)" }, "excerpt": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://cdn02.jotfor.ms/css/styles/payment/payment_styles.css?3.3.37162\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(19)" }, "excerpt": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://cdn03.jotfor.ms/css/styles/payment/payment_feature.css?3.3.37162\">" }, { "ruleID": "QW-WCAG-T17", "what": "This technique checks the correct position of labels in forms", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_3\" name=\"q3_FirstName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"First Name\" data-component=\"textbox\" aria-labelledby=\"label_3\" required=\"\">" }, { "ruleID": "QW-WCAG-T17", "what": "This technique checks the correct position of labels in forms", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_4", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_4\" name=\"q4_LastName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Last Name\" data-component=\"textbox\" aria-labelledby=\"label_4\" required=\"\">" }, { "ruleID": "QW-WCAG-T17", "what": "This technique checks the correct position of labels in forms", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_5", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" id=\"input_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_5\" required=\"\">" }, { "ruleID": "QW-WCAG-T17", "what": "This technique checks the correct position of labels in forms", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_6", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_6\" name=\"q6_zip6\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Zip\" data-component=\"textbox\" aria-labelledby=\"label_6\" required=\"\">" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul role=\"menubar\" class=\"unifiednav__container \" data-auto=\"navigation-pages\"> <li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> <a href=\"/\" class=\"unifiednav__ ... div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth …" }, { "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": 2, "tagName": "UL", "id": "1686336780", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow\" id=\"1686336780\"> </ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul class=\"form-section page-section\"> <li class=\"form-line jf-required\" data-type=\"control_textbox\" id=\"id_3\"> <label class=\"form-label form-label-top\" id=\"label_3\" for=\"input_3\" _cssrules=\"true\" _se ... > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nt …" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_3\" name=\"q3_FirstName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"First Name\" data-component=\"textbox\" aria-labelledby=\"label_3\" required=\"\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_4", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_4\" name=\"q4_LastName\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Last Name\" data-component=\"textbox\" aria-labelledby=\"label_4\" required=\"\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_5", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" id=\"input_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Email\" data-component=\"email\" aria-labelledby=\"label_5\" required=\"\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_6", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" id=\"input_6\" name=\"q6_zip6\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\"Zip\" data-component=\"textbox\" aria-labelledby=\"label_6\" required=\"\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_7_0", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_0\" name=\"q7_ConcernedAbout[]\" value=\"Cost of Living\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_7_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_1\" name=\"q7_ConcernedAbout[]\" value=\"Homelessness\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_7_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_2\" name=\"q7_ConcernedAbout[]\" value=\"Schools\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_7_3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(4) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_3\" name=\"q7_ConcernedAbout[]\" value=\"Fire\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_7_4", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2) > div:nth-child(1) > span:nth-child(5) > input:nth-child(2)" }, "excerpt": "<input type=\"checkbox\" aria-describedby=\"label_7\" class=\"form-checkbox\" id=\"input_7_4\" name=\"q7_ConcernedAbout[]\" value=\"Crime\">" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "input_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(6) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)" }, "excerpt": "<button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\"> Submit </button>" }, { "ruleID": "QW-WCAG-T26", "what": "This failure demonstrates how using generic HTML elements to create user interface controls can make the controls inaccessible to assistive technology.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(38) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div>" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "event_tracking_image", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(2)html:nth-of-type(1) > body > img:nth-of-type(1)" }, "excerpt": "<img id=\"event_tracking_image\" aria-hidden=\"true\" src=\"https://events.jotform.com/jsform/221734378845061/?ref=&res=1680x1050&eventID=1687062332905_221734378845061_gggaCp1&loc=about%253Ablank\" alt=\"jftr\" width=\"1\" height=\"1\" style=\"display: none;\">" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "dmStyle_innerContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"dmStyle_innerContainer\" class=\"dmInner\"> HOME ABOUT MEGAN CONNECT ISSUES MEDIA DONATE Megan Dahle State Senate SUPPORT MEGAN Issues Button Media Button Connect Button Support Button About Meg ... ly serving as the elected Representative for Assembly District 1 from Bieber, CA. Assemblywoman, Mother of three, small business owner, farmer, advocate for rural education, public safety, small bus …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1522127793", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"u_1522127793 small-12 dmRespCol large-2 medium-2 has-one-widget-only\" id=\"1522127793\"> </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1143618909", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div class=\"u_1143618909 dmRespCol small-12 large-8 medium-8 has-one-widget-only\" id=\"1143618909\"> HOME ABOUT MEGAN CONNECT ISSUES MEDIA </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1418024226", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div class=\"u_1418024226 dmRespCol small-12 large-2 medium-2 has-one-widget-only\" id=\"1418024226\"> DONATE </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1243270478", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"icon hasFontIcon icon-star\" id=\"1243270478\"></span>" }, { "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"large-12 dmRespCol\"> </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "innerBar", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"innerBar\" class=\"innerBar lineInnerBar dmDisplay_None\"> </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1406224284", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"dmRespCol small-12 u_1406224284 medium-6 large-6 hasBackgroundOverlay\" id=\"1406224284\"> Megan Dahle State Senate SUPPORT MEGAN </div>" }, { "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"text-align-center\">Megan Dahle</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" }, "excerpt": "<h4 class=\"text-align-center m-size-19 size-24\">State Senate</h4>" }, { "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: rgb(255, 255, 255); display: initial;\" class=\"font-size-24 m-font-size-19\">State Senate</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1548055734", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"icon hasFontIcon icon-star\" id=\"1548055734\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1740919783", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div class=\"dmRespCol small-12 u_1740919783 medium-6 large-6\" id=\"1740919783\"> Issues Button Media Button Connect Button Support Button </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "1989160226", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1501865448", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(2) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"icon hasFontIcon icon-star\" id=\"1501865448\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "1211526312", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title\" id=\"1211526312\">Media</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "1837041813", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"caption-text\" id=\"1837041813\"></p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1300765934", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(3) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"icon hasFontIcon icon-star\" id=\"1300765934\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "1827786732", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connect</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1880865897", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(2) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"icon hasFontIcon icon-star\" id=\"1880865897\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "1096141361", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Support</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1427489117", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(2) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"icon hasFontIcon icon-star\" id=\"1427489117\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1138510047", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div class=\"photoGalleryViewAll link\" isall=\"true\" data-viewall=\"View more\" data-viewless=\"View less\" style=\"display:none;\" id=\"1138510047\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1739679937", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"u_1739679937 dmRespCol small-12 large-4 medium-4 empty-column\" id=\"1739679937\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1229368047", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div class=\"u_1229368047 dmRespCol small-12 large-4 medium-4 running-animation-QITK2XLY\" id=\"1229368047\" data-anim-desktop=\"fadeIn\" style=\"visibility: hidden; opacity: 1; animation-delay: unset !impor ... iness owner, farmer, advocate for rural education, public safety, small business, and safely reopening the North State. It’s my honor representing our district in Sacramento and I am committed to co …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"text-align-left\">About Megan</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1957086895", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(3) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"icon hasFontIcon icon-star\" id=\"1957086895\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1001183745", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div class=\"dmRespCol large-4 medium-4 small-12\" id=\"1001183745\"> </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1293134868", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"u_1293134868 dmRespCol small-12 medium-12 large-12 empty-column\" id=\"1293134868\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1529639876", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"dmRespCol small-12 medium-12 large-12\" id=\"1529639876\"> Issues It’s my honor representing our district in Sacramento and I am committed to continuing to make sure our rural communities still have a seat at the table in California.</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"text-align-center\">Issues</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1774295189", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"dmRespCol small-12 medium-4 large-4 u_1774295189\" id=\"1774295189\"> Preventing Fires It broke my heart to see our communities devastated by largely preventable fires last year. We need to learn from this terrible experience and work together to make sure this never happens again. Learn More </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"m-text-align-center text-align-center\">Preventing Fires </h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1483733682", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div class=\"dmRespCol small-12 medium-4 large-4 u_1483733682\" id=\"1483733682\"> Keeping Schools Open Thanks to the dedication of our local school administrators and teachers, our schools have been safely and successfully providing in-person instruction. Learn More </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"text-align-center\">Keeping Schools Open </h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1800072241", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div class=\"dmRespCol small-12 medium-4 large-4 u_1800072241\" id=\"1800072241\"> Standing With Our Small Businesses During Covid-19 I own and operate Big Valley Seed Company. As a small business owner, I know what it’s like to deal with unfair government rules. We need to be able to open our businesses safely. Learn More </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"text-align-center\">Standing With Our Small Businesses During Covid-19 </h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1603943320", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"u_1603943320 dmRespCol small-12 medium-12 large-12\" id=\"1603943320\"> Sign Up For Emails …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"text-align-center\">Sign Up For Emails</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1403302380", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"u_1403302380 dmRespCol small-12 large-3 medium-3\" id=\"1403302380\"> 9460 Tegner RoadHilmar, CA 95324 </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1717613156", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div class=\"u_1717613156 dmRespCol small-12 large-6 medium-6\" id=\"1717613156\"> DONATE PAID FOR BY MEGAN DAHLE FOR SENATE 2024 © 2023 Copyright | All Rights Reserved Marketing by Blossom </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "1975084753", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"icon hasFontIcon icon-star\" id=\"1975084753\"></span>" }, { "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div class=\"copyright\"> © 2023 Copyright | All Rights Reserved </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1863616126", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div class=\"u_1863616126 dmRespCol small-12 large-3 medium-3\" id=\"1863616126\"> Learn More #VOTEFORMEGAN Megan Dahle State Senate </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"m-text-align-center\">Learn More</h3>" }, { "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(35) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"pswp__counter\"></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(35) > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(1)" }, "excerpt": "<div class=\"pswp__caption__center\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "fb-root", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(36)" }, "excerpt": "<div id=\"fb-root\" data-locale=\"en\" class=\" fb_reset fb_reset\"></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) > form:nth-child(1) > div:nth-child(4)" }, "excerpt": "<div role=\"main\" class=\"form-all\"> .form-all:before { background: none;} First Name * Last Name * Email * Zip * I’m Interested In: (optional) Cost of …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "input_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2) > li:nth-child(6) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)" }, "excerpt": "<button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\"> Submit </button>" }, { "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(61)" }, "excerpt": "<style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_ ... r-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word- …" }, { "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(62)" }, "excerpt": "<style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_ ... r-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word- …" }, { "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": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > noscript:nth-child(44)" }, "excerpt": "<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KH8GSKM\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>" }, { "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"text-align-center\">Megan Dahle</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" }, "excerpt": "<h4 class=\"text-align-center m-size-19 size-24\">State Senate</h4>" }, { "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": "H3", "id": "1989160226", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1989160226\" id=\"1989160226\">Issues</h3>" }, { "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": "H3", "id": "1211526312", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title\" id=\"1211526312\">Media</h3>" }, { "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": "H3", "id": "1827786732", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1827786732\" id=\"1827786732\">Connect</h3>" }, { "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": "H3", "id": "1096141361", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"caption-title u_1096141361\" id=\"1096141361\">Support</h3>" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"text-align-center\">Issues</h2>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"m-text-align-center text-align-center\">Preventing Fires </h3>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"text-align-center\">Keeping Schools Open </h3>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"text-align-center\">Standing With Our Small Businesses During Covid-19 </h3>" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"text-align-center\">Sign Up For Emails</h2>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > h4:nth-child(1)" }, "excerpt": "<h4 class=\"m-text-align-center text-align-center\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</h4>" }, { "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": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > h6:nth-child(1)" }, "excerpt": "<h6 class=\"text-align-center\">Marketing by Blossom</h6>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"m-text-align-center\">Learn More</h3>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h4:nth-child(1)" }, "excerpt": "<h4 class=\"m-text-align-center\">#VOTEFORMEGAN</h4>" }, { "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": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > h6:nth-child(1)" }, "excerpt": "<h6 class=\"text-align-left m-text-align-center\">Megan Dahle State Senate</h6>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe name=\"f2751c8b44af1cc\" width=\"1000px\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscree ... Dfalse%26origin%3Dhttps%253A%252F%252Fwww.votemegandahle.com%252Ff1aea6c4b2dbb64%26relation%3Dparent.parent&container_width=0&height=500&hide_cover=false&href=https%3A%2F%2Fm.faceboo …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "criticalCss", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(32)" }, "excerpt": "<style id=\"criticalCss\"> @charset \"UTF-8\";.display_None,.dmPopupMask{display:none}#dmPopup,.pswp__bg{opacity:0}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap; ... ,U+FEFF,U+FFFD}@font-face{font-family:Amiko;font-style:normal;font-weight:400;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAADwcABEAAAAAi9wAADu6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGigbkUQ …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "DIV", "id": "1468843021", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div class=\"u_1468843021 widget-128151 dmCustomWidget\" data-lazy-load=\"\" data-title=\"\" id=\"1468843021\" dmle_extension=\"custom_extension\" data-element-type=\"custom_extension\" icon=\"false\" surround=\"fal ... W5kc1Bob3RvcyI6dHJ1ZSwidGltZWxpbmUiOnRydWUsIndpZHRoIjoiMzQwIiwiaGVpZ2h0IjoiNTAwIiwiaGVpZ2h0X21vYmlsZSI6IjUwMCIsImV2ZW50cyI6dHJ1ZX0=\" data-widget-initialized=\"\" style=\"width: 340px !important;\"> </div>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> HOME </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> ABOUT MEGAN </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> CONNECT </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> ISSUES </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> MEDIA </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "1439650737", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li class=\"photoGalleryThumbs animated null\" id=\"1439650737\" data-index=\"0\"> Issues Button </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "1083480412", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li index=\"3\" class=\"photoGalleryThumbs animated null\" id=\"1083480412\" style=\"\" data-index=\"1\"> Media Button </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "1236120466", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li class=\"photoGalleryThumbs animated null\" id=\"1236120466\" data-index=\"2\"> Connect Button </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "1089894483", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li class=\"photoGalleryThumbs animated null\" id=\"1089894483\" data-index=\"3\"> Support Button </li>" }, { "ruleID": "QW-BP24", "what": "Ensures that lists are structured correctly. <ul> and <ol> must only directly contain <li>, <script> or <template> elements", "ordinalSeverity": 1, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul class=\"form-section page-section\"> First Name * This field is required. Last Name * This field is required. Email * This field is required. Zip * This field is required. I’m Interested In: (optional) …" }, { "ruleID": "QW-BP27", "what": "Ensures the main landmark is at top level", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > form:nth-child(1) > div:nth-child(4)" }, "excerpt": "<div role=\"main\" class=\"form-all\"> .form-all:before { background: none;} First Name * This field is required. Last Name * This field is required. Email * This field is required. Zip * This field is required. I’m Interested In: (optional) …" } ] }, "endTime": 1687062333708 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687062333708, "url": "https://www.votemegandahle.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.089", "responseTime": "2023-06-18T04:25:34.048Z", "data": { "apiErrors": [], "documentSize": 1131171, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 170, "failing": 10 }, "issues": { "totalErrors": 32, "totalWarnings": 12, "totalIssues": 44 }, "issuesByLevel": { "A": { "count": 31, "pct": 70.45 }, "AA": { "count": 15, "pct": 34.09 }, "AAA": { "count": 44, "pct": 100 } }, "density": { "errorDensity": 3, "warningDensity": 1, "allDensity": 4 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "4f5eb30c-663b-4221-9599-5231b31c82c0", "docID": "9bf4b6d6-8502-4f17-ac86-daf864b8a4e8", "sourceHash": "f92ef74a36c9a214ffe768e592d4c279", "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=4f5eb30c-663b-4221-9599-5231b31c82c0", "resultSet": [ { "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": 1 }, "bottom-right": { "x": 110, "y": 21 }, "height": 20, "width": 110 }, "position": { "line": 2360, "column": 0 }, "errorSnippet": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "b05d0c0f0a25a04ab7582c98e1768d31", "signature": "c5e649dd3fee08ae9e73a33f0c15400a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=b05d0c0f0a25a04ab7582c98e1768d31" }, { "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": 40, "y": 0 }, "bottom-right": { "x": 40, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 3750, "column": 5796 }, "errorSnippet": "<a href=\"https://m.facebook.com/voteMeganAD1\"></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[2]/blockquote[1]/a[1]", "issueID": "58cad852458504daaf4cd0ddd8fe6e4e", "signature": "6ad9c8b0b4a6fabcaeef4d8435bb7e9e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=58cad852458504daaf4cd0ddd8fe6e4e" }, { "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": 1 }, "bottom-right": { "x": 164, "y": 21 }, "height": 20, "width": 164 }, "position": { "line": 4403, "column": 0 }, "errorSnippet": "<a href=\"/\" id=\"1158683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" hei", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "b6484a758007ef6057b6a425360f1d1c", "signature": "2f5c9172026b1d18764d999c61d8f14e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=b6484a758007ef6057b6a425360f1d1c" }, { "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": 30, "y": 533 }, "bottom-right": { "x": 216, "y": 586 }, "height": 53, "width": 186 }, "position": { "line": 2763, "column": 85 }, "errorSnippet": "<a data-display-type=\"block\" class=\"u_1832948939 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"/about-megan\" id=\"1832948939\" data-element-type=\"dButtonLinkId\"> <span class=\"iconBg\" id=\"113804", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]", "issueID": "f6bb30e575482e93f5303016ec4a2164", "signature": "f5bfce525fc7cdb0eaa0e55255be4d0f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=f6bb30e575482e93f5303016ec4a2164" }, { "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": 113.828125, "y": 232 }, "bottom-right": { "x": 200.828125, "y": 252 }, "height": 20, "width": 87 }, "position": { "line": 3755, "column": 0 }, "errorSnippet": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]/a[1]", "issueID": "1984405fd612ea4aa29f0c7f8a63eae9", "signature": "e48aa924adac1ae0cebe8c3514b8552b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=1984405fd612ea4aa29f0c7f8a63eae9" }, { "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": 113.828125, "y": 211 }, "bottom-right": { "x": 200.828125, "y": 231 }, "height": 20, "width": 87 }, "position": { "line": 3755, "column": 0 }, "errorSnippet": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]/a[1]", "issueID": "d17389da012811b633f4818f298df21d", "signature": "3e3431b4920a4f54d5f9260dad7bd1a7", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=d17389da012811b633f4818f298df21d" }, { "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": 113.828125, "y": 290 }, "bottom-right": { "x": 200.828125, "y": 310 }, "height": 20, "width": 87 }, "position": { "line": 4403, "column": 0 }, "errorSnippet": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]/a[1]", "issueID": "188764b13209d05b50a375857db67e3e", "signature": "09b95b6716ee6f90798cee8061b5ac17", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=188764b13209d05b50a375857db67e3e" }, { "tID": 91, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text, but it has a background image.", "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": "This link is missing its text, but it has a background image. If an link does not have a concise and meaningful text alternative, users who cannot see the image will not understand the purpose of the link, and users of speech-control systems cannot activate the link. If this background image is an icon, the purpose may not be clear to all users, especially those with certain cognitive disabilites. Provide a text alternative with content that clearly and concisely identifies the destination or purpose of the link. If this background image is an icon, consider adding a visible text label as well, perhaps on hover and focus states. If you do not wish to provide visible text, provide the text in a way that is part of the link but hidden from the user (e.g. positioned off-screen, made transparent or very small, etc.).", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 256, "y": 0 }, "height": 0, "width": 256 }, "position": { "line": 2361, "column": 0 }, "errorSnippet": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]", "issueID": "24338aa1c036cbcfae671e359bc497eb", "signature": "6ee1e2f26c69f83de54e03f566b628f1", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=91&issueID=24338aa1c036cbcfae671e359bc497eb" }, { "tID": 91, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text, but it has a background image.", "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": "This link is missing its text, but it has a background image. If an link does not have a concise and meaningful text alternative, users who cannot see the image will not understand the purpose of the link, and users of speech-control systems cannot activate the link. If this background image is an icon, the purpose may not be clear to all users, especially those with certain cognitive disabilites. Provide a text alternative with content that clearly and concisely identifies the destination or purpose of the link. If this background image is an icon, consider adding a visible text label as well, perhaps on hover and focus states. If you do not wish to provide visible text, provide the text in a way that is part of the link but hidden from the user (e.g. positioned off-screen, made transparent or very small, etc.).", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 256, "y": 0 }, "height": 0, "width": 256 }, "position": { "line": 2361, "column": 0 }, "errorSnippet": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]", "issueID": "18f79f2673a76637dd3de273bca61920", "signature": "689f260e7d48569a1593c0da00f5b197", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=91&issueID=18f79f2673a76637dd3de273bca61920" }, { "tID": 91, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text, but it has a background image.", "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": "This link is missing its text, but it has a background image. If an link does not have a concise and meaningful text alternative, users who cannot see the image will not understand the purpose of the link, and users of speech-control systems cannot activate the link. If this background image is an icon, the purpose may not be clear to all users, especially those with certain cognitive disabilites. Provide a text alternative with content that clearly and concisely identifies the destination or purpose of the link. If this background image is an icon, consider adding a visible text label as well, perhaps on hover and focus states. If you do not wish to provide visible text, provide the text in a way that is part of the link but hidden from the user (e.g. positioned off-screen, made transparent or very small, etc.).", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 256, "y": 0 }, "height": 0, "width": 256 }, "position": { "line": 2361, "column": 0 }, "errorSnippet": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&amp", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[1]/a[1]", "issueID": "2bd554fb48f73e9ee16d0bcdb865d7cd", "signature": "8f831b9699593970a139e4a07ba4a995", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=91&issueID=2bd554fb48f73e9ee16d0bcdb865d7cd" }, { "tID": 91, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text, but it has a background image.", "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": "This link is missing its text, but it has a background image. If an link does not have a concise and meaningful text alternative, users who cannot see the image will not understand the purpose of the link, and users of speech-control systems cannot activate the link. If this background image is an icon, the purpose may not be clear to all users, especially those with certain cognitive disabilites. Provide a text alternative with content that clearly and concisely identifies the destination or purpose of the link. If this background image is an icon, consider adding a visible text label as well, perhaps on hover and focus states. If you do not wish to provide visible text, provide the text in a way that is part of the link but hidden from the user (e.g. positioned off-screen, made transparent or very small, etc.).", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 256, "y": 0 }, "height": 0, "width": 256 }, "position": { "line": 2743, "column": 422 }, "errorSnippet": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" d", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]", "issueID": "7ed17c39357ea74c00b4a5d5590ca321", "signature": "f1923a2751ea219693c0e11403ea0741", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=91&issueID=7ed17c39357ea74c00b4a5d5590ca321" }, { "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": 40.171875, "y": 0 }, "bottom-right": { "x": 101.171875, "y": 19 }, "height": 19, "width": 61 }, "position": { "line": 11135, "column": 2 }, "errorSnippet": "<span class=\"text\" id=\"1500301758\">DONATE</span>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]", "issueID": "7e734fe67eb93c4266a94c3192918a25", "signature": "bd9fa4fbd8f4bfad963b6ade40f5adfb", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=7e734fe67eb93c4266a94c3192918a25" }, { "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": 31.875, "y": 2.5 }, "bottom-right": { "x": 159.875, "y": 21.5 }, "height": 19, "width": 128 }, "position": { "line": 11155, "column": 2 }, "errorSnippet": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]", "issueID": "dfac8041b30250f61e7246c5ab88cae6", "signature": "e592d9b039ade07c42d011c8cc6cd533", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=dfac8041b30250f61e7246c5ab88cae6" }, { "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": 10, "y": 10 }, "bottom-right": { "x": 902.312, "y": 32 }, "height": 22, "width": 892.312 }, "position": { "line": 11852, "column": 0 }, "errorSnippet": "<div class=\"dmPopupTitle\"> <span></span> Share by:</div>", "xpath": "/html/body/div[6]/div[2]", "issueID": "7f14441ec07eea39569075a31c13c6d3", "signature": "630f506c7ac763028ca7352418bafb5d", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=7f14441ec07eea39569075a31c13c6d3" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": -10 }, "bottom-right": { "x": 89.25, "y": 48 }, "height": 58, "width": 89.25 }, "position": { "line": 2361, "column": 0 }, "errorSnippet": "<a class=\"caption-button dmWidget displayNone clearfix\" id=\"1011643554\" href=\"/media\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1437580940\" style=\"\"> <span class=\"icon hasFontIcon icon-star\" id=\"1300765934\"></span> </span", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/a[1]", "issueID": "b7c5ce901c0f92dcacf7b608cdcb8cda", "signature": "e673dc49454286e92756534d4c400584", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=b7c5ce901c0f92dcacf7b608cdcb8cda" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": -10 }, "bottom-right": { "x": -4, "y": -14 }, "height": -4, "width": -4 }, "position": { "line": 2361, "column": 0 }, "errorSnippet": "<a class=\"caption-button dmWidget clearfix u_1166764588\" id=\"1166764588\" href=\"/connect\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1882196399\" style=\"\"> <span class=\"icon hasFontIcon icon-star\" id=\"1880865897\"></span> </s", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/a[1]", "issueID": "2ff40df4d28344bc48213e9bdf2e64a9", "signature": "e0fd198a5cfd6ff1da20be7f280dd1e1", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=2ff40df4d28344bc48213e9bdf2e64a9" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": -10 }, "bottom-right": { "x": -4, "y": -14 }, "height": -4, "width": -4 }, "position": { "line": 2745, "column": 1096 }, "errorSnippet": "<a class=\"caption-button dmWidget clearfix u_1154586879\" id=\"1154586879\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1221652699\" style=\"\"> <span class=\"icon hasFo", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/a[1]", "issueID": "139c9d0f798b67523d465234a8f90c7c", "signature": "32fd2c80b5a6aa30ef7c1135dee3dae4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=139c9d0f798b67523d465234a8f90c7c" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": -10 }, "bottom-right": { "x": 218, "y": -14 }, "height": -4, "width": 218 }, "position": { "line": 6979, "column": 34 }, "errorSnippet": "<a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "c6805cb4aa3f10d795c909aaa50e1b9a", "signature": "f0cd15dd2cb8767c61b929fc783c1546", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=c6805cb4aa3f10d795c909aaa50e1b9a" }, { "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": 3890 }, "height": 3890, "width": 1024 }, "position": { "line": 5382, "column": 60 }, "errorSnippet": "<body id=\"dmRoot\" data-page-alias=\"home\" class=\"dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet d1SiteBody dmBodyNoIscroll fullyLoaded\" style=\"padding:0;margin:0;\"> <div id=\"dm\" class=\"dmwr\"&", "xpath": "/html/body", "issueID": "4ab49bf251a7cef2adfa750321401396", "signature": "930d75a9e447a1225fe6e776256345fa", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=4ab49bf251a7cef2adfa750321401396" }, { "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": 40, "y": 0 }, "bottom-right": { "x": 40, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 3750, "column": 5796 }, "errorSnippet": "<a href=\"https://m.facebook.com/voteMeganAD1\"></a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[2]/blockquote[1]/a[1]", "issueID": "0d7eb8ec48cc39300c1e7df5e2c0b330", "signature": "866959e4165b0afa0a81bf441dd243f5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0d7eb8ec48cc39300c1e7df5e2c0b330" }, { "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": 166.375, "y": 0 }, "bottom-right": { "x": 199.375, "y": 38 }, "height": 38, "width": 33 }, "position": { "line": 6980, "column": 0 }, "errorSnippet": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event &amp;&amp; dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> <span class=\"dmSocialFacebook dm-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "f225b52e076e08f695dbb06d4541dfb8", "signature": "89e63b953a9d072fadcccb08f916fed9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f225b52e076e08f695dbb06d4541dfb8" }, { "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": 214.375, "y": 0 }, "bottom-right": { "x": 247.375, "y": 38 }, "height": 38, "width": 33 }, "position": { "line": 6980, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event &amp;&amp; dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> <span class=\"dmSocialInstag", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[2]", "issueID": "00dc089365598962c52a9d6259788cf8", "signature": "e8ead71d5b74ca7c9dbbcbc52a621925", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=00dc089365598962c52a9d6259788cf8" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 3 }, "bottom-right": { "x": 12, "y": 24 }, "height": 21, "width": 12 }, "position": { "line": 6980, "column": 0 }, "errorSnippet": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[1]", "issueID": "df77aef29b106c9e4213cb5244fcfcca", "signature": "905036475f5bb86285d92cbaf0af3772", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=df77aef29b106c9e4213cb5244fcfcca" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 133 }, "height": 133, "width": 1024 }, "position": { "line": 11096, "column": 0 }, "errorSnippet": "<div class=\"dmHeaderContainer fHeader d-header-wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "5e51498826f585146f1b33d97d7d8554", "signature": "51cb80e6c327f8dc7bcbe1cfc749fc74", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5e51498826f585146f1b33d97d7d8554" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 109 }, "height": 109, "width": 1024 }, "position": { "line": 11096, "column": 0 }, "errorSnippet": "<div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" pr", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "0733a1a527cb6fea44b75b645aec055b", "signature": "de10d8edb2390dc181c54a65a38efe63", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0733a1a527cb6fea44b75b645aec055b" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 12 }, "bottom-right": { "x": 1024, "y": 121 }, "height": 109, "width": 1024 }, "position": { "line": 11096, "column": 0 }, "errorSnippet": "<div dm:templateorder=\"85\" class=\"dmHeaderResp dmHeaderStack noSwitch\" id=\"1709005236\"> <div class=\"dmRespRow dmDefaultListContentRow u_1684313459 mini-header-show-row\" style=\"text-align:center\" id=\"1684313459\"> <div class=\"dmRespColsWrapp", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "0f1ccbc594113f8bff38dbdbf508f657", "signature": "aed76b84441511d3ab3bd011894eb029", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0f1ccbc594113f8bff38dbdbf508f657" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 12 }, "bottom-right": { "x": 994, "y": 121 }, "height": 109, "width": 994 }, "position": { "line": 11096, "column": 0 }, "errorSnippet": "<div class=\"dmRespRow dmDefaultListContentRow u_1684313459 mini-header-show-row\" style=\"text-align:center\" id=\"1684313459\"> <div class=\"dmRespColsWrapper\" id=\"1577310496\"> <div class=\"u_1522127793 small-12 dmRespCol large-2 medium-2 has-on", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "2466c03e2bca982882367d288383d61f", "signature": "bf4a85fcec72b8901892ed5047796360", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2466c03e2bca982882367d288383d61f" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 15, "y": 0 }, "bottom-right": { "x": 975, "y": 109 }, "height": 109, "width": 960 }, "position": { "line": 11096, "column": 0 }, "errorSnippet": "<div class=\"dmRespColsWrapper\" id=\"1577310496\"> <div class=\"u_1522127793 small-12 dmRespCol large-2 medium-2 has-one-widget-only\" id=\"1522127793\"> <div class=\"u_1349561886 imageWidget align-center\" data-widget-type=\"image\" id=\"1349561886\" ", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "1bafdbe041030ed172bdce483f4a2cc4", "signature": "02a826afc73149b9992ca861961b32cb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1bafdbe041030ed172bdce483f4a2cc4" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 160, "y": 0 }, "bottom-right": { "x": 790, "y": 109 }, "height": 109, "width": 630 }, "position": { "line": 11096, "column": 0 }, "errorSnippet": "<div class=\"u_1143618909 dmRespCol small-12 large-8 medium-8 has-one-widget-only\" id=\"1143618909\"> <span id=\"1284834992\"></span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" lay", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]", "issueID": "d308f30a4c0d2583058426cb7c0a38ae", "signature": "c5823fc6a638eccdbe42b47eae6b1cde", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d308f30a4c0d2583058426cb7c0a38ae" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 4.999949999999998, "y": 0 }, "bottom-right": { "x": 518.79695, "y": 17.9969 }, "height": 17.9969, "width": 513.797 }, "position": { "line": 11100, "column": 2 }, "errorSnippet": "<nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksm", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]", "issueID": "061f8f81f508f2491ad8e2a82c721ece", "signature": "5646c74c9888c2530923cc9c342acfab", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=061f8f81f508f2491ad8e2a82c721ece" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 12.921875, "y": 7 }, "bottom-right": { "x": 510.859875, "y": 25 }, "height": 18, "width": 497.938 }, "position": { "line": 7040, "column": 0 }, "errorSnippet": "<ul role=\"menubar\" class=\"unifiednav__container \" data-auto=\"navigation-pages\"> <li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> <a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage ", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]", "issueID": "100ef472876d65fda4f5fd9631547847", "signature": "0da87923b0316f4bb7ff3d6ec4443114", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=100ef472876d65fda4f5fd9631547847" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 17.25, "y": 76 }, "bottom-right": { "x": 442, "y": 100 }, "height": 24, "width": 424.75 }, "position": { "line": 11254, "column": 0 }, "errorSnippet": "<div class=\"dmNewParagraph u_1769663732\" data-element-type=\"paragraph\" data-version=\"5\" id=\"1769663732\" style=\"transition: opacity 1s ease-in-out 0s; text-align: left;\"> <h4 class=\"m-text-align-center text-align-center\"><span style=\"displa", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]", "issueID": "97a22c92a6808032807439c60927b8e2", "signature": "749f7cc376fe6e5428401bef0701ef0b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=97a22c92a6808032807439c60927b8e2" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 17.25, "y": 116 }, "bottom-right": { "x": 442, "y": 140 }, "height": 24, "width": 424.75 }, "position": { "line": 11269, "column": 172 }, "errorSnippet": "<h4 class=\"m-text-align-center text-align-center\"><span style=\"display: initial; color: rgb(255, 255, 255);\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</span></h4>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]", "issueID": "bf0f03e4fa5245ff9f705e9d330f7402", "signature": "d62299246e70c8a4b7e2558d1b4e45c7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bf0f03e4fa5245ff9f705e9d330f7402" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 40.125, "y": 117 }, "bottom-right": { "x": 419.125, "y": 138 }, "height": 21, "width": 379 }, "position": { "line": 11269, "column": 222 }, "errorSnippet": "<span style=\"display: initial; color: rgb(255, 255, 255);\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</span>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]/span[1]", "issueID": "4475d83812cb0dfa5192b10090780af0", "signature": "da18b4a0ada00000ae422c4ac41d87e1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4475d83812cb0dfa5192b10090780af0" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 3890 }, "height": 3890, "width": 1024 }, "position": { "line": 5382, "column": 60 }, "errorSnippet": "<body id=\"dmRoot\" data-page-alias=\"home\" class=\"dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet d1SiteBody dmBodyNoIscroll fullyLoaded\" style=\"padding:0;margin:0;\"> <div id=\"dm\" class=\"dmwr\"&", "xpath": "/html/body", "issueID": "360ea55c2f055fa112ba6736ac8ffe9e", "signature": "2e0dc26d0974dad241acf1165ef0adbb", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=360ea55c2f055fa112ba6736ac8ffe9e" }, { "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": 14.390625, "y": 0 }, "bottom-right": { "x": 155.999625, "y": 51 }, "height": 51, "width": 141.609 }, "position": { "line": 2361, "column": 0 }, "errorSnippet": "<a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"11", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]", "issueID": "6a688bfcfb82b735d1b7c87fe60b5184", "signature": "ab82938aa4e43f5d827eea4ba4e377e9", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6a688bfcfb82b735d1b7c87fe60b5184" }, { "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": 50, "y": 408 }, "bottom-right": { "x": 242, "y": 464 }, "height": 56, "width": 192 }, "position": { "line": 2361, "column": 0 }, "errorSnippet": "<a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButt", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "56156647bd99ca597deaecf94f33ef0e", "signature": "83dc8ff0506bf28bc7ecf8f15f02507e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=56156647bd99ca597deaecf94f33ef0e" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 256, "y": 0 }, "height": 0, "width": 256 }, "position": { "line": 2743, "column": 422 }, "errorSnippet": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" d", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]", "issueID": "a775a8c824c957a102f06a43a465be1b", "signature": "a248b18488f7a00d3d6ef25362fff7b1", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a775a8c824c957a102f06a43a465be1b" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": -10 }, "bottom-right": { "x": 218, "y": -14 }, "height": -4, "width": 218 }, "position": { "line": 6979, "column": 34 }, "errorSnippet": "<a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "9a2ea82575e8305670ced29f825ced86", "signature": "19d1b94125cd7803d1041818c958965f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9a2ea82575e8305670ced29f825ced86" }, { "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": 166.375, "y": 0 }, "bottom-right": { "x": 199.375, "y": 38 }, "height": 38, "width": 33 }, "position": { "line": 6980, "column": 0 }, "errorSnippet": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event &amp;&amp; dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> <span class=\"dmSocialFacebook dm-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "ebc305b77c5e1fa6950c134ab35ac424", "signature": "7af85d7aa6a19eb87214095b899ce791", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ebc305b77c5e1fa6950c134ab35ac424" }, { "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": 214.375, "y": 0 }, "bottom-right": { "x": 247.375, "y": 38 }, "height": 38, "width": 33 }, "position": { "line": 6980, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event &amp;&amp; dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> <span class=\"dmSocialInstag", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[2]", "issueID": "856140a0c07d53f7bdaa274fe6966143", "signature": "4a828eb925b7252ca4aeca93daa8e109", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=856140a0c07d53f7bdaa274fe6966143" }, { "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": 151.625, "y": 186 }, "bottom-right": { "x": 307.625, "y": 205 }, "height": 19, "width": 156 }, "position": { "line": 6980, "column": 0 }, "errorSnippet": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]/a[1]", "issueID": "ca9420583e407c6e47d7fcf8e70dff1b", "signature": "80ff5048c6aa00ff192ab7a293a47527", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ca9420583e407c6e47d7fcf8e70dff1b" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 3 }, "bottom-right": { "x": 12, "y": 24 }, "height": 21, "width": 12 }, "position": { "line": 6980, "column": 0 }, "errorSnippet": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[1]", "issueID": "f9d24b3cdeb78069a319158acafafaad", "signature": "0b7ec5c4000e7b2faaf3c6dbc655dd8b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f9d24b3cdeb78069a319158acafafaad" }, { "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": 12, "y": 3 }, "bottom-right": { "x": 151, "y": 24 }, "height": 21, "width": 139 }, "position": { "line": 7339, "column": 0 }, "errorSnippet": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFORMEGAN</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[2]", "issueID": "ea05eda2af2821d60a5413d3ed40c7d2", "signature": "ef10074ed9916a6911dcdf148c62da58", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ea05eda2af2821d60a5413d3ed40c7d2" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 12, 32 ], "instances": [ { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "1122105613", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo+%283%29-11705450-132w.png\" id=\"1772503654\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[2]/blockquote[1]/a[1]" }, "excerpt": "<a href=\"https://m.facebook.com/voteMeganAD1\"></a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "1158683139", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/\" id=\"1158683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate+Logo-196w.png\" id=\"1452979129\" class=\"\" data-dm-image-path=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Senate+Logo.png\" width=\"1920\" hei" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "1832948939", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1832948939 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"/about-megan\" id=\"1832948939\" data-element-type=\"dButtonLinkId\"> <span class=\"iconBg\" id=\"113804" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[3]/p[1]/a[1]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[3]/p[1]/a[1]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[3]/p[1]/a[1]" }, "excerpt": "<a href=\"/issues\" runtime_url=\"/issues\" type=\"page\" style=\"display: unset;\">Learn More</a>" }, { "ruleID": "91", "what": "This link has no text, but it has a background image.", "ordinalSeverity": 3, "tagName": "A", "id": "1207379930", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/Copy-of-Template-283-29-1920w-640w.png\" id=\"1207379930\" class=\"has-link\" href=\"/issues\" file=\"false\" data-link-url=\"/site/2c2cc461/issues?preview=true&" }, { "ruleID": "91", "what": "This link has no text, but it has a background image.", "ordinalSeverity": 3, "tagName": "A", "id": "1804716311", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/IMG_3521-2a3fe0cb-640w.jpeg\" file=\"false\" data-link-url=\"/site/2c2cc461/media?preview=true&" }, { "ruleID": "91", "what": "This link has no text, but it has a background image.", "ordinalSeverity": 3, "tagName": "A", "id": "1421699263", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/2020-02-12-06.40.54-640w.jpeg\" id=\"1421699263\" class=\"has-link\" href=\"/connect\" file=\"false\" data-link-url=\"/site/2c2cc461/connect?preview=true&amp" }, { "ruleID": "91", "what": "This link has no text, but it has a background image.", "ordinalSeverity": 3, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" d" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1500301758", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]/span[2]" }, "excerpt": "<span class=\"text\" id=\"1500301758\">DONATE</span>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1853265404", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]" }, "excerpt": "<span class=\"text\" id=\"1853265404\">SUPPORT MEGAN</span>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[6]/div[2]" }, "excerpt": "<div class=\"dmPopupTitle\"> <span></span> Share by:</div>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "1011643554", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[2]/span[1]/a[1]" }, "excerpt": "<a class=\"caption-button dmWidget displayNone clearfix\" id=\"1011643554\" href=\"/media\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1437580940\" style=\"\"> <span class=\"icon hasFontIcon icon-star\" id=\"1300765934\"></span> </span" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "1166764588", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/li[1]/div[1]/div[2]/span[1]/a[1]" }, "excerpt": "<a class=\"caption-button dmWidget clearfix u_1166764588\" id=\"1166764588\" href=\"/connect\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1882196399\" style=\"\"> <span class=\"icon hasFontIcon icon-star\" id=\"1880865897\"></span> </s" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "1154586879", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[2]/span[1]/a[1]" }, "excerpt": "<a class=\"caption-button dmWidget clearfix u_1154586879\" id=\"1154586879\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" style=\"\"> <span class=\"iconBg\" id=\"1221652699\" style=\"\"> <span class=\"icon hasFo" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "dmRoot", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"dmRoot\" data-page-alias=\"home\" class=\"dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet d1SiteBody dmBodyNoIscroll fullyLoaded\" style=\"padding:0;margin:0;\"> <div id=\"dm\" class=\"dmwr\"&" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[2]/blockquote[1]/a[1]" }, "excerpt": "<a href=\"https://m.facebook.com/voteMeganAD1\"></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event &amp;&amp; dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> <span class=\"dmSocialFacebook dm-" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event &amp;&amp; dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> <span class=\"dmSocialInstag" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[1]" }, "excerpt": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"dmHeaderContainer fHeader d-header-wrapper\"> <div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "hcontainer", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div id=\"hcontainer\" class=\"dmHeader p_hfcontainer u_hcontainer\" freeheader=\"true\" headerlayout=\"718\" layout=\"78f5c343822e4eb3aac27f4ad5d13812===header\" data-scrollable-target=\"body\" data-scrollable-target-threshold=\"1\" data-scroll-responder-id=\"1\" pr" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1709005236", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div dm:templateorder=\"85\" class=\"dmHeaderResp dmHeaderStack noSwitch\" id=\"1709005236\"> <div class=\"dmRespRow dmDefaultListContentRow u_1684313459 mini-header-show-row\" style=\"text-align:center\" id=\"1684313459\"> <div class=\"dmRespColsWrapp" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1684313459", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"dmRespRow dmDefaultListContentRow u_1684313459 mini-header-show-row\" style=\"text-align:center\" id=\"1684313459\"> <div class=\"dmRespColsWrapper\" id=\"1577310496\"> <div class=\"u_1522127793 small-12 dmRespCol large-2 medium-2 has-on" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1577310496", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"dmRespColsWrapper\" id=\"1577310496\"> <div class=\"u_1522127793 small-12 dmRespCol large-2 medium-2 has-one-widget-only\" id=\"1522127793\"> <div class=\"u_1349561886 imageWidget align-center\" data-widget-type=\"image\" id=\"1349561886\" " }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1143618909", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]" }, "excerpt": "<div class=\"u_1143618909 dmRespCol small-12 large-8 medium-8 has-one-widget-only\" id=\"1143618909\"> <span id=\"1284834992\"></span> <nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" lay" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "NAV", "id": "1887223903", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]" }, "excerpt": "<nav class=\"u_1887223903 effect-text-color main-navigation unifiednav dmLinksMenu\" role=\"navigation\" layout-main=\"horizontal_nav_layout_2\" layout-sub=\"submenu_horizontal_1\" data-show-vertical-sub-items=\"HOVER\" id=\"1887223903\" dmle_extension=\"onelinksm" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]" }, "excerpt": "<ul role=\"menubar\" class=\"unifiednav__container \" data-auto=\"navigation-pages\"> <li role=\"menuitem\" class=\"unifiednav__item-wrap\" data-auto=\"more-pages\" data-depth=\"0\"> <a href=\"/\" class=\"unifiednav__item dmUDNavigationItem_00 currentPage " }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1769663732", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]" }, "excerpt": "<div class=\"dmNewParagraph u_1769663732\" data-element-type=\"paragraph\" data-version=\"5\" id=\"1769663732\" style=\"transition: opacity 1s ease-in-out 0s; text-align: left;\"> <h4 class=\"m-text-align-center text-align-center\"><span style=\"displa" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]" }, "excerpt": "<h4 class=\"m-text-align-center text-align-center\"><span style=\"display: initial; color: rgb(255, 255, 255);\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</span></h4>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h4[1]/span[1]" }, "excerpt": "<span style=\"display: initial; color: rgb(255, 255, 255);\">PAID FOR BY MEGAN DAHLE FOR SENATE 2024</span>" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "dmRoot", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"dmRoot\" data-page-alias=\"home\" class=\"dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet d1SiteBody dmBodyNoIscroll fullyLoaded\" style=\"padding:0;margin:0;\"> <div id=\"dm\" class=\"dmwr\"&" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a data-display-type=\"block\" class=\"align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1134045522\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" data-element-type=\"dButtonLinkId\" id=\"11" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "1778429858", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1778429858 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient\" file=\"false\" href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" id=\"1778429858\" data-element-type=\"dButt" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "1744861053", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/li[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/007-1824w.jpg\" id=\"1744861053\" class=\"has-link\" target=\"_blank\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" file=\"false\" d" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-display-type=\"block\" class=\"u_1296469610 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient hide-for-large hide-for-medium\" file=\"false\" href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" data" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"facebook\" onclick=\"dm_gaq_push_event &amp;&amp; dm_gaq_push_event('socialLink', 'click', 'Facebook')\"> <span class=\"dmSocialFacebook dm-" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=\"instagram\" onclick=\"dm_gaq_push_event &amp;&amp; dm_gaq_push_event('socialLink', 'click', 'Instagram')\"> <span class=\"dmSocialInstag" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/h6[1]/a[1]" }, "excerpt": "<a href=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" target=\"_blank\" runtime_url=\"https://www.blossomlab.com/referral?r=votemegandahle.com\" type=\"url\" style=\"display: unset; color: rgb(68, 76, 137);\">Marketing by Blossom</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[1]" }, "excerpt": "<a href=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" target=\"_blank\" runtime_url=\"https://secure.anedot.com/megan-dahle-for-assembly/2019megandahle\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">#</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h4[1]/a[2]" }, "excerpt": "<a href=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" target=\"_blank\" runtime_url=\"https://www.efundraisingconnections.com/c/MeganDahle/?fid=99\" type=\"url\" style=\"color: rgb(255, 255, 255); display: initial;\">VOTEFORMEGAN</a>" } ] }, "endTime": 1687062334244 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687062334244, "url": "https://www.votemegandahle.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": "dmRoot", "main": "" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 208 }, "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": 19, "tabFocused": 20, "discrepancy": 1 }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 19, "types": { "missing": { "total": 1, "tagNames": { "IFRAME": 1 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 18, "meanDelay": 0, "tagNames": { "A": 18 } } } }, "items": { "missing": [ { "tagName": "IFRAME", "id": "221734378845061", "text": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" " } ], "nonoutline": [], "outline": [ { "tagName": "A", "id": "1122105613", "text": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dm", "delay": 0 }, { "tagName": "A", "id": "", "text": "HOME", "delay": 0 }, { "tagName": "A", "id": "1134045522", "text": "DONATE", "delay": 0 }, { "tagName": "A", "id": "1778429858", "text": "SUPPORT MEGAN", "delay": 0 }, { "tagName": "A", "id": "1207379930", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "delay": 0 }, { "tagName": "A", "id": "1804716311", "text": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-im", "delay": 0 }, { "tagName": "A", "id": "1421699263", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "delay": 0 }, { "tagName": "A", "id": "1744861053", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "delay": 0 }, { "tagName": "A", "id": "1832948939", "text": "Read More", "delay": 0 }, { "tagName": "A", "id": "", "text": "Learn More", "delay": 0 }, { "tagName": "A", "id": "", "text": "Learn More", "delay": 0 }, { "tagName": "A", "id": "", "text": "Learn More", "delay": 0 }, { "tagName": "A", "id": "1158683139", "text": "<a href=\"/\" id=\"1158683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-la", "delay": 0 }, { "tagName": "A", "id": "", "text": "Marketing by Blossom", "delay": 0 }, { "tagName": "A", "id": "", "text": "#", "delay": 0 }, { "tagName": "A", "id": "", "text": "VOTEFORMEGAN", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 1 ], "standardInstances": [ { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" " } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 38, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 7, "tagNames": { "A": 4, "DIV": 3 } }, "focusableAndOperable": { "total": 31, "tagNames": { "A": 23, "IFRAME": 2, "BUTTON": 6 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "A", "id": "", "text": "ABOUT MEGAN", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "CONNECT", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ISSUES", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MEDIA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "1981596007", "text": "Issues Button Media Button Connect Button Support Button", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "1138510047", "text": "<div class=\"photoGalleryViewAll link\" isall=\"true\" data-viewall=\"View more\" data-viewless=\"View less", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\" style=\"cursor:", "byTag": false, "byOnClick": true, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "1122105613", "text": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\" style=\"cursor: default;\"><img src=\"https://lirp.cd", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "HOME", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1134045522", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1778429858", "text": "SUPPORT MEGAN", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1207379930", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1367718202", "text": "Button", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1804716311", "text": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-im", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1011643554", "text": "Button", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1421699263", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1166764588", "text": "Button", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1744861053", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1154586879", "text": "Button", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1832948939", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe name=\"f255f2be8cdcd84\" width=\"1000px\" height=\"500px\" data-testid=\"fb:page Facebook Social Pl", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "221734378845061", "text": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" ", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "1158683139", "text": "<a href=\"/\" id=\"1158683139\" style=\"cursor: default;\"><img src=\"https://lirp.cdn-website.com/2c2cc461", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "1296469610", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=", "byTag": true, "byOnClick": true, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-la", "byTag": true, "byOnClick": true, "byPointer": true }, { "tagName": "A", "id": "", "text": "Marketing by Blossom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "#", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "VOTEFORMEGAN", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\" style=\"cursor: default;\"></butt", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"pswp__button pswp__button--share\" title=\"Share\" style=\"cursor: default;\"></button>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\" style=\"cursor: default;\"></b", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\" style=\"cursor: default;\"></butto", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\" style=\"cursor: ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\" style=\"cursor: de", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 7 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT MEGAN" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONNECT" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "1981596007", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues Button Media Button Connect Button Support Button" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "1138510047", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"photoGalleryViewAll link\" isall=\"true\" data-viewall=\"View more\" data-viewless=\"View less" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\" style=\"cursor:" } ] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 31, "triggerSample": 20, "impactTriggers": 9, "additions": 0, "removals": 0, "opacityChanges": 9, "opacityImpact": 44, "unhoverables": 0, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "1439650737", "text": "Issues Button", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "A", "id": "1207379930", "text": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "LI", "id": "1236120466", "text": "Connect Button", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "A", "id": "1421699263", "text": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "LI", "id": "1089894483", "text": "Support Button", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 } ], "unhoverables": [], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 44, 9, 0, 9 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "1439650737", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues Button" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "1207379930", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "1236120466", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Connect Button" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "1421699263", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "1089894483", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support Button" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 6, "wellLabeled": 0 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 0, "tagName": "BUTTON", "type": "submit", "texts": {}, "content": "<button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button>" }, { "index": 1, "tagName": "BUTTON", "type": "submit", "texts": {}, "content": "<button class=\"pswp__button pswp__button--share\" title=\"Share\"></button>" }, { "index": 2, "tagName": "BUTTON", "type": "submit", "texts": {}, "content": "<button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button>" }, { "index": 3, "tagName": "BUTTON", "type": "submit", "texts": {}, "content": "<button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button>" }, { "index": 4, "tagName": "BUTTON", "type": "submit", "texts": {}, "content": "<button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> </button>" }, { "index": 5, "tagName": "BUTTON", "type": "submit", "texts": {}, "content": "<button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> </button>" } ], "wellLabeled": [] } }, "totals": [ 0, 0, 0, 6 ], "standardInstances": [ { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--share\" title=\"Share\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> </button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> </button>" } ] }, "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": 27, "adjacent": { "total": 22, "underlined": 6, "underlinedPercent": 27 } }, "items": { "underlined": [ { "id": "1122105613", "text": "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dm" }, { "id": "1207379930", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/" }, { "id": "1804716311", "text": "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-im" }, { "id": "1421699263", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/" }, { "id": "1744861053", "text": "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/" }, { "id": "1158683139", "text": "<a href=\"/\" id=\"1158683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate" } ], "notUnderlined": [ { "id": "1134045522", "text": "DONATE" }, { "id": "1778429858", "text": "SUPPORT MEGAN" }, { "id": "1367718202", "text": "Button" }, { "id": "1011643554", "text": "Button" }, { "id": "1166764588", "text": "Button" }, { "id": "1154586879", "text": "Button" }, { "id": "1832948939", "text": "Read More" }, { "id": "", "text": "Learn More" }, { "id": "", "text": "Learn More" }, { "id": "", "text": "Learn More" }, { "id": "1296469610", "text": "DONATE" }, { "id": "", "text": "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=" }, { "id": "", "text": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-la" }, { "id": "", "text": "Marketing by Blossom" }, { "id": "", "text": "#" }, { "id": "", "text": "VOTEFORMEGAN" } ] } }, "totals": [ 0, 16, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1134045522", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1778429858", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUPPORT MEGAN" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1367718202", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Button" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1011643554", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Button" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1166764588", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Button" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1154586879", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Button" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1832948939", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read More" }, { "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": "Learn More" }, { "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": "1296469610", "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 href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-la" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Marketing by Blossom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "#" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "VOTEFORMEGAN" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 25, "correct": 7, "incorrect": 18 }, "specific": { "tab": { "total": 5, "correct": 5, "incorrect": 0 }, "left": { "total": 5, "correct": 0, "incorrect": 5 }, "right": { "total": 5, "correct": 0, "incorrect": 5 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 5, "correct": 1, "incorrect": 4 }, "end": { "total": 5, "correct": 1, "incorrect": 4 } } }, "menuItems": { "total": 5, "correct": 0, "incorrect": 5 }, "menus": { "total": 1, "correct": 0, "incorrect": 1 } }, "menuItems": { "incorrect": [ { "tagName": "LI", "id": "", "text": "HOME", "navigationErrors": [ "ArrowRight", "ArrowLeft", "End" ] }, { "tagName": "LI", "id": "", "text": "ABOUT MEGAN", "navigationErrors": [ "ArrowRight", "ArrowLeft", "Home", "End" ] }, { "tagName": "LI", "id": "", "text": "CONNECT", "navigationErrors": [ "ArrowRight", "ArrowLeft", "Home", "End" ] }, { "tagName": "LI", "id": "", "text": "ISSUES", "navigationErrors": [ "ArrowRight", "ArrowLeft", "Home", "End" ] }, { "tagName": "LI", "id": "", "text": "MEDIA", "navigationErrors": [ "ArrowRight", "ArrowLeft", "Home" ] } ], "correct": [] } }, "totals": [ 18, 5, 1, 0 ], "standardInstances": [ { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, End", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT MEGAN" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONNECT" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" } ] }, "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": 1, "tagNames": { "NAV": { "navigation": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 1, 0, 0 ], "standardInstances": [ { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "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": 6, "subtotals": [ 4, 2 ] }, "adjacentLink": { "total": 22, "subtotals": [ 16, 4, 2 ] }, "listLink": { "total": 5, "subtotals": [ 4, 1 ] }, "h1": { "total": 1 }, "h2": { "total": 3 }, "h3": { "total": 8, "subtotals": [ 4, 4 ] }, "h4": { "total": 3, "subtotals": [ 2, 1 ] }, "h6": { "total": 2 } }, "items": { "button": { "opacity": { "0.75": [ "<button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button>", "<button class=\"pswp__button pswp__button--share\" title=\"Share\"></button>", "<button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button>", "<button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button>" ], "0.001": [ "<button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> </button>", "<button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> </button>" ] }, "height": { "44px": [ "<button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button>", "<button class=\"pswp__button pswp__button--share\" title=\"Share\"></button>", "<button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button>", "<button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button>" ], "100px": [ "<button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> </button>", "<button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> </button>" ] } }, "adjacentLink": { "fontStyle": { "italic": [ "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dm", "<a href=\"/\" id=\"1158683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate" ], "normal": [ "DONATE", "SUPPORT MEGAN", "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "Button", "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-im", "Button", "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "Button", "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "Button", "Read More", "Learn More", "Learn More", "Learn More", "DONATE", "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=", "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-la", "Marketing by Blossom", "#", "VOTEFORMEGAN" ] }, "textDecorationLine": { "underline": [ "<a href=\"/\" id=\"1122105613\" class=\"\" file=\"false\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dm", "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "<a data-dm-multisize-attr=\"href\" href=\"/media\" id=\"1804716311\" class=\"u_1804716311 has-link\" data-im", "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "<a data-dm-multisize-attr=\"href\" data-image-url=\"https://irp.cdn-website.com/2c2cc461/dms3rep/multi/", "<a href=\"/\" id=\"1158683139\"><img src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Senate" ], "none": [ "DONATE", "SUPPORT MEGAN", "Button", "Button", "Button", "Button", "Read More", "Learn More", "Learn More", "Learn More", "DONATE", "<a href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=", "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-la", "Marketing by Blossom", "#", "VOTEFORMEGAN" ] } }, "listLink": { "color": { "rgb(74, 74, 74)": [ "HOME" ], "rgb(0, 0, 0)": [ "ABOUT MEGAN", "CONNECT", "ISSUES", "MEDIA" ] } }, "h3": { "color": { "rgb(255, 255, 255)": [ "Issues", "Media", "Connect", "Support" ], "rgb(160, 156, 156)": [ "Preventing Fires", "Keeping Schools Open", "Standing With Our Small Businesses During Covid-19", "Learn More" ] }, "fontSize": { "18px": [ "Issues", "Media", "Connect", "Support" ], "26px": [ "Preventing Fires", "Keeping Schools Open", "Standing With Our Small Businesses During Covid-19", "Learn More" ] } }, "h4": { "fontSize": { "24px": [ "State Senate" ], "16px": [ "PAID FOR BY MEGAN DAHLE FOR SENATE 2024", "#VOTEFORMEGAN" ] } } } }, "totals": [ 2, 1, 1, 2 ], "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 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-4 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H4", "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": 14, "tagNames": { "DIV": 10, "SPAN": 4 } }, "items": [ { "tagName": "DIV", "id": "", "text": "HOME ABOUT MEGAN CONNECT ISSUES MEDIA DONATE" }, { "tagName": "DIV", "id": "1684313459", "text": "HOME ABOUT MEGAN CONNECT ISSUES MEDIA DONATE" }, { "tagName": "DIV", "id": "innerBar", "text": "<div id=\"innerBar\" class=\"innerBar lineInnerBar dmDisplay_None\"> <div class=\"titleLine display_None\"" }, { "tagName": "SPAN", "id": "1359215728", "text": "Issues Button" }, { "tagName": "SPAN", "id": "1276665679", "text": "Media Button" }, { "tagName": "SPAN", "id": "1108443957", "text": "Connect Button" }, { "tagName": "SPAN", "id": "1144691584", "text": "Support Button" }, { "tagName": "DIV", "id": "", "text": "<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <!-- Background of PhotoSwipe. It'" }, { "tagName": "DIV", "id": "", "text": "<div class=\"pswp__ui pswp__ui--hidden\"> <div class=\"pswp__top-bar\"> <!-- Controls are self-explanato" }, { "tagName": "DIV", "id": "", "text": "<div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"> <div class=\"pswp__share-t" }, { "tagName": "DIV", "id": "", "text": "<div class=\"pswp__share-tooltip\"></div>" }, { "tagName": "DIV", "id": "dmPopupMask", "text": "<div class=\"dmPopupMask\" id=\"dmPopupMask\"></div>" }, { "tagName": "DIV", "id": "dmPopup", "text": "Share by:" }, { "tagName": "DIV", "id": "", "text": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div>" } ] }, "totals": [ 14, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME ABOUT MEGAN CONNECT ISSUES MEDIA DONATE" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "1684313459", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME ABOUT MEGAN CONNECT ISSUES MEDIA DONATE" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "innerBar", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"innerBar\" class=\"innerBar lineInnerBar dmDisplay_None\"> <div class=\"titleLine display_None\"" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "1359215728", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues Button" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "1276665679", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media Button" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "1108443957", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Connect Button" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "1144691584", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support Button" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <!-- Background of PhotoSwipe. It'" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"pswp__ui pswp__ui--hidden\"> <div class=\"pswp__top-bar\"> <!-- Controls are self-explanato" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"> <div class=\"pswp__share-t" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"pswp__share-tooltip\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "dmPopupMask", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupMask\" id=\"dmPopupMask\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "dmPopup", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Share by:" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div>" } ] } }, "success": true }, "standardResult": { "totals": [ 79, 32, 3, 25 ], "instances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "221734378845061", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe title=\"VoteMeganDahle.com - Newsletter Signup - v01 - LIVE\" src=\"\" allowtransparency=\"true\" " }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT MEGAN" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONNECT" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "1981596007", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues Button Media Button Connect Button Support Button" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "1138510047", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"photoGalleryViewAll link\" isall=\"true\" data-viewall=\"View more\" data-viewless=\"View less" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\" style=\"cursor:" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "1439650737", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues Button" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "1207379930", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/Copy-of-" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "1236120466", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Connect Button" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "1421699263", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img irh=\"\" irw=\"\" alt=\"\" data-src=\"https://lirp.cdn-website.com/2c2cc461/dms3rep/multi/opt/2020-02-" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "1089894483", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support Button" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--share\" title=\"Share\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> </button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> </button>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1134045522", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1778429858", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUPPORT MEGAN" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1367718202", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Button" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1011643554", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Button" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1166764588", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Button" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1154586879", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Button" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1832948939", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read More" }, { "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": "Learn More" }, { "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": "1296469610", "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 href=\"https://facebook.com/voteMeganDahle\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-label=" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/megandahlesd1\" target=\"_blank\" dm_dont_rewrite_url=\"true\" aria-la" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Marketing by Blossom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "#" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "VOTEFORMEGAN" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, End", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT MEGAN" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONNECT" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "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 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-4 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME ABOUT MEGAN CONNECT ISSUES MEDIA DONATE" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "1684313459", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME ABOUT MEGAN CONNECT ISSUES MEDIA DONATE" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "innerBar", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"innerBar\" class=\"innerBar lineInnerBar dmDisplay_None\"> <div class=\"titleLine display_None\"" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "1359215728", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues Button" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "1276665679", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media Button" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "1108443957", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Connect Button" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "1144691584", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support Button" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <!-- Background of PhotoSwipe. It'" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"pswp__ui pswp__ui--hidden\"> <div class=\"pswp__top-bar\"> <!-- Controls are self-explanato" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"> <div class=\"pswp__share-t" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"pswp__share-tooltip\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "dmPopupMask", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupMask\" id=\"dmPopupMask\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "dmPopup", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Share by:" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"dmPopupClose dm-common-icons-close oneIcon\" onclick=\"dmHidePopup(event);\"></div>" } ] }, "endTime": 1687062366419 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687062366419, "url": "https://www.votemegandahle.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Megan Dahle State Senate", "pageurl": "https://www.votemegandahle.com/", "time": 3.81, "creditsremaining": 1320, "allitemcount": 81, "totalelements": 396, "waveurl": "http://wave.webaim.org/report?url=https://www.votemegandahle.com/" }, "categories": { "error": { "description": "Errors", "count": 6, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 6, "selectors": [ "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child > DIV#hcontainer > DIV#1709005236 > DIV#1684313459 > DIV#1577310496 > DIV#1522127793 > DIV#1349561886 > A#1122105613 > IMG#1772503654", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child > DIV:first-child > LI#1439650737 > DIV:first-child > DIV#1534886090 > A#1207379930 > IMG#1063336324", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child > DIV:first-child + DIV > LI#1083480412 > DIV:first-child > DIV#1797194955 > A#1804716311 > IMG#1145241845", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child + DIV > DIV:first-child > LI#1236120466 > DIV:first-child > DIV#1530434045 > A#1421699263 > IMG#1569985162", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > LI#1089894483 > DIV:first-child > DIV#1527877575 > A#1744861053 > IMG#1023306021", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1403302380 > DIV#1150930812 > A#1158683139 > IMG#1452979129" ], "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" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 20, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 20, "selectors": [ "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child > DIV#hcontainer > DIV#1709005236 > DIV#1684313459 > DIV#1577310496 > DIV#1418024226 > A#1134045522 > SPAN#1500301758", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > DIV#1261649803 > H1:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > DIV#1264843433 > H4:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > A#1778429858 > SPAN#1853265404", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1487159710 > DIV#1112704558 > DIV#1229368047 > DIV#1551370705 > H2:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1487159710 > DIV#1112704558 > DIV#1229368047 > DIV#1589545672 > P:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1487159710 > DIV#1112704558 > DIV#1229368047 > A#1832948939 > SPAN#1239876776", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1446261305 > DIV#1312876977 > DIV#1529639876 > DIV#1460226872 > H2:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1446261305 > DIV#1312876977 > DIV#1529639876 > DIV#1174537546 > P:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1774295189 > DIV#1274875465 > H3:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1774295189 > DIV#1705318073 > P:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1774295189 > DIV#1275243748 > P:first-child > A:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1483733682 > DIV#1269738143 > H3:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1483733682 > DIV#1872852747 > P:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1483733682 > DIV#1014410489 > P:first-child > A:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1800072241 > DIV#1890067477 > H3:first-child > SPAN:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1800072241 > DIV#1026286365 > P:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1800072241 > DIV#1183000916 > P:first-child > A:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1866208770 > DIV#1664281216 > DIV#1603943320 > DIV#1448654583 > H2:first-child > SPAN:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1717613156 > DIV#1438838384 > H6:first-child > A:first-child" ], "contrastdata": [ [ 1.83, "#ffffff", "#7dcdc9", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1.83, "#ffffff", "#7dcdc9", false ], [ 2.71, "#a09c9c", "#ffffff", true ], [ 2.71, "#a09c9c", "#ffffff", false ], [ 1.83, "#7dcdc9", "#ffffff", false ], [ 2.67, "#a09c9c", "#fdfdfd", true ], [ 2.67, "#a09c9c", "#fdfdfd", false ], [ 2.67, "#a09c9c", "#fdfdfd", true ], [ 2.67, "#a09c9c", "#fdfdfd", false ], [ 1.8, "#7dcdc9", "#fdfdfd", false ], [ 2.67, "#a09c9c", "#fdfdfd", true ], [ 2.67, "#a09c9c", "#fdfdfd", false ], [ 1.8, "#7dcdc9", "#fdfdfd", false ], [ 2.67, "#a09c9c", "#fdfdfd", true ], [ 2.67, "#a09c9c", "#fdfdfd", false ], [ 1.8, "#7dcdc9", "#fdfdfd", false ], [ 1, "#ffffff", "#ffffff", true ], [ 2.48, "#444c89", "#01062a", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 14, "items": { "heading_skipped": { "id": "heading_skipped", "description": "Skipped heading level", "count": 4, "selectors": [ "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > DIV#1264843433 > H4:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1717613156 > DIV#1769663732 > H4:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1717613156 > DIV#1438838384 > H6:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1863616126 > DIV#1823249402 > H6: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": 8, "selectors": [ "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child > DIV#hcontainer > DIV#1709005236 > DIV#1684313459 > DIV#1577310496 > DIV#1143618909 > NAV#1887223903 > UL:first-child > LI:first-child > A:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > A#1778429858", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child > DIV:first-child > LI#1439650737 > DIV:first-child > DIV#1673718851 > SPAN#1359215728 > A#1367718202", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child > DIV:first-child + DIV > LI#1083480412 > DIV:first-child > DIV#1701657365 > SPAN#1276665679 > A#1011643554", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child + DIV > DIV:first-child > LI#1236120466 > DIV:first-child > DIV#1070699021 > SPAN#1108443957 > A#1166764588", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > LI#1089894483 > DIV:first-child > DIV#1611972374 > SPAN#1144691584 > A#1154586879", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1483733682 > DIV#1014410489 > P:first-child > A:first-child", "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1800072241 > DIV#1183000916 > P:first-child > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 1, "selectors": [ "HTML > BODY#dmRoot > DIV:first-child + SCRIPT + LINK + LINK + LINK + STYLE + STYLE + STYLE + LINK + STYLE + STYLE + STYLE + LINK + STYLE + STYLE + STYLE + STYLE + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT" ], "wcag": [] }, "event_handler": { "id": "event_handler", "description": "Device dependent event handler", "count": 1, "selectors": [ "HTML > BODY#dmRoot > DIV#dmPopup > DIV:first-child > DIV:first-child" ], "wcag": [ { "name": "2.1.1 Keyboard (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1" } ] } } } }, "success": true }, "standardResult": { "totals": [ 14, 0, 0, 26 ], "instances": [ { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "1772503654", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child > DIV#hcontainer > DIV#1709005236 > DIV#1684313459 > DIV#1577310496 > DIV#1522127793 > DIV#1349561886 > A#1122105613 > IMG#1772503654" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "1063336324", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child > DIV:first-child > LI#1439650737 > DIV:first-child > DIV#1534886090 > A#1207379930 > IMG#1063336324" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "1145241845", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child > DIV:first-child + DIV > LI#1083480412 > DIV:first-child > DIV#1797194955 > A#1804716311 > IMG#1145241845" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "1569985162", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child + DIV > DIV:first-child > LI#1236120466 > DIV:first-child > DIV#1530434045 > A#1421699263 > IMG#1569985162" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "1023306021", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > LI#1089894483 > DIV:first-child > DIV#1527877575 > A#1744861053 > IMG#1023306021" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "1452979129", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1403302380 > DIV#1150930812 > A#1158683139 > IMG#1452979129" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1500301758", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child > DIV#hcontainer > DIV#1709005236 > DIV#1684313459 > DIV#1577310496 > DIV#1418024226 > A#1134045522 > SPAN#1500301758" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > DIV#1261649803 > H1:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > DIV#1264843433 > H4:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1853265404", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > A#1778429858 > SPAN#1853265404" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1487159710 > DIV#1112704558 > DIV#1229368047 > DIV#1551370705 > H2:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1487159710 > DIV#1112704558 > DIV#1229368047 > DIV#1589545672 > P:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "1239876776", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1487159710 > DIV#1112704558 > DIV#1229368047 > A#1832948939 > SPAN#1239876776" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1446261305 > DIV#1312876977 > DIV#1529639876 > DIV#1460226872 > H2:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1446261305 > DIV#1312876977 > DIV#1529639876 > DIV#1174537546 > 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 > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1774295189 > DIV#1274875465 > H3:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1774295189 > DIV#1705318073 > P:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1774295189 > DIV#1275243748 > P:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1483733682 > DIV#1269738143 > H3:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1483733682 > DIV#1872852747 > P:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1483733682 > DIV#1014410489 > P:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1800072241 > DIV#1890067477 > H3:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1800072241 > DIV#1026286365 > P:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1800072241 > DIV#1183000916 > P:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1866208770 > DIV#1664281216 > DIV#1603943320 > DIV#1448654583 > H2:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1717613156 > DIV#1438838384 > H6:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > DIV#1264843433 > H4:first-child" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1717613156 > DIV#1769663732 > H4:first-child" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1717613156 > DIV#1438838384 > H6:first-child" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child + DIV + DIV + DIV + DIV > DIV#fcontainer > DIV#1943048428 > DIV#1634281106 > DIV#1660044154 > DIV#1863616126 > DIV#1823249402 > H6:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV:first-child > DIV#hcontainer > DIV#1709005236 > DIV#1684313459 > DIV#1577310496 > DIV#1143618909 > NAV#1887223903 > UL:first-child > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "1778429858", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1406224284 > A#1778429858" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "1367718202", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child > DIV:first-child > LI#1439650737 > DIV:first-child > DIV#1673718851 > SPAN#1359215728 > A#1367718202" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "1011643554", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child > DIV:first-child + DIV > LI#1083480412 > DIV:first-child > DIV#1701657365 > SPAN#1276665679 > A#1011643554" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "1166764588", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child + DIV > DIV:first-child > LI#1236120466 > DIV:first-child > DIV#1070699021 > SPAN#1108443957 > A#1166764588" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "1154586879", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1159096706 > DIV#1826497465 > DIV#1740919783 > DIV#1981596007 > UL:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > LI#1089894483 > DIV:first-child > DIV#1611972374 > SPAN#1144691584 > A#1154586879" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1483733682 > DIV#1014410489 > P:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dm > DIV:first-child > DIV#1901957768 > DIV#dm-outer-wrapper > DIV#dmStyle_outerContainer > DIV#dmStyle_innerContainer > DIV:first-child > DIV:first-child > DIV#iscrollBody > DIV#site_content > DIV#dmFirstContainer > DIV#allWrapper > DIV#dm_content > DIV#1716942098 > DIV#1749939003 > DIV#1450553085 > DIV#1800072241 > DIV#1183000916 > P:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV:first-child + SCRIPT + LINK + LINK + LINK + STYLE + STYLE + STYLE + LINK + STYLE + STYLE + STYLE + LINK + STYLE + STYLE + STYLE + STYLE + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "event_handler", "what": "Device dependent event handler", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#dmRoot > DIV#dmPopup > DIV:first-child > DIV:first-child" }, "excerpt": "" } ] }, "endTime": 1687062370928 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD1-c", "which": "https://www.votemegandahle.com/", "what": "Candidate Megan Dahle (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T04:24:55", "endTime": "2023-06-18T04:26:10", "elapsedSeconds": 75, "visitLatency": 6, "logCount": 245, "logSize": 34490, "errorLogCount": 80, "errorLogSize": 27178, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 32 ], [ "testaro", 14 ], [ "wave", 5 ], [ "alfa", 4 ], [ "ibm", 3 ], [ "qualWeb", 3 ], [ "axe", 1 ], [ "nuVal", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 2146, "issue": 1657, "tool": 271, "prevention": 0, "log": 218, "latency": 0 }, "details": { "severity": { "total": [ 225, 202, 250, 332 ], "byTool": { "testaro": [ 79, 32, 3, 25 ], "alfa": [ 23, 0, 0, 95 ], "axe": [ 12, 7, 27, 29 ], "continuum": [ 0, 0, 0, 5 ], "htmlcs": [ 37, 0, 0, 25 ], "ibm": [ 0, 5, 0, 61 ], "nuVal": [ 33, 0, 131, 0 ], "qualWeb": [ 27, 158, 77, 34 ], "tenon": [ 0, 0, 12, 32 ], "wave": [ 14, 0, 0, 26 ] } }, "prevention": {}, "issue": { "linkNoText": { "score": 48, "maxCount": 12, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 6, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 6, "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": 3, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.1_1_1.H30.2": { "quality": 1, "what": "img element is the only link content but has no text alternative", "complaints": { "countTotal": 6, "texts": [ "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link." ] } }, "AAA.4_1_2.H91.A.NoContent": { "quality": 1, "what": "Link has an href attribute but no text", "complaints": { "countTotal": 1, "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": 7, "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": 6, "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": 6, "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": 3, "texts": [ "This link has no text inside it." ] } }, "91": { "quality": 1, "what": "Link has a background image but no text inside it", "complaints": { "countTotal": 4, "texts": [ "This link has no text, but it has a background image." ] } } }, "wave": { "alt_link_missing": { "quality": 1, "what": "Linked image has no text alternative", "complaints": { "countTotal": 6, "texts": [ "Linked image missing alternative text" ] } } } } }, "imageNoText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "alfa": { "r2": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 2, "texts": [ "Images have an accessible name" ] } } }, "axe": { "image-alt": { "quality": 1, "what": "Image has no text alternative", "complaints": { "countTotal": 2, "texts": [ "Images must have alternate text; Element does not have an alt attribute; 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; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" ] } } }, "continuum": { "89": { "quality": 1, "what": "img element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 2, "texts": [ "This img element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "ibm": { "img_alt_valid": { "quality": 1, "what": "Image has neither an alt attribute nor an ARIA label or title", "complaints": { "countTotal": 3, "texts": [ "The image has neither an alt atttribute nor an ARIA label or title" ] } } }, "nuVal": { "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 3, "texts": [ "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images." ] } } }, "qualWeb": { "QW-ACT-R17": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This rule checks that each image that is not marked as decorative, has an accessible name." ] } } } } }, "headingLevelSkip": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "alfa": { "r53": { "quality": 1, "what": "Heading skips one or more levels", "complaints": { "countTotal": 4, "texts": [ "Headings are structured" ] } } }, "axe": { "heading-order": { "quality": 1, "what": "Heading levels do not increase by only one", "complaints": { "countTotal": 4, "texts": [ "Heading levels should only increase by one; Heading order invalid" ] } } }, "wave": { "heading_skipped": { "quality": 1, "what": "Skipped heading level", "complaints": { "countTotal": 4, "texts": [ "Skipped heading level" ] } } } } }, "contentBeyondLandmarks": { "score": 70, "maxCount": 35, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 35, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 22, "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": 27, "texts": [ "Content is not within a landmark element" ] } } } } }, "focusIndication": { "score": 120, "maxCount": 30, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 18, "texts": [ "Element in sequential focus order has visible focus" ] } } }, "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 30, "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": 1, "texts": [ "IFRAME element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 27, "maxCount": 27, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 27, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 1, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 5, "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.83:1. Recommendation: change text colour to #13635f.", "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 2.49:1. Recommendation: change text colour to #fdfeff.", "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.83:1. Recommendation: change background to #13635f.", "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 2.72:1. Recommendation: change text colour to #5c5858." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 14, "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": 88, "maxCount": 22, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 22, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 20, "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 due to a pseudo element", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.83 (foreground color: #ffffff, background color: #7dcdc9, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.71 (foreground color: #a09c9c, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.83 (foreground color: #7dcdc9, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 37.5pt (50px), font weight: normal). Expected contrast ratio of 3:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.67 (foreground color: #a09c9c, background color: #fdfdfd, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.8 (foreground color: #7dcdc9, background color: #fdfdfd, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.48 (foreground color: #444c89, background color: #01062a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "htmlcs": { "AAA.1_4_6.G18.Fail": { "quality": 1, "what": "Contrast between the text and its background is less than 4.5:1", "complaints": { "countTotal": 4, "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 2.61:1. Recommendation: change text colour to #707070.", "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 2.72:1. Recommendation: change text colour to #797575." ] } } }, "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": 18, "texts": [ "Text contrast of 2.49 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400", "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400", "Text contrast of 2.72 with its background is less than the WCAG AA minimum requirements for text of size 50px and weight of 400", "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "Text contrast of 1.83 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 14, "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": 20, "texts": [ "Very low contrast" ] } } } } }, "headingOfNothing": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 3, "texts": [ "Headings of same level have text content between them" ] } } } } }, "repeatedContentRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } } } } }, "frameContentRisk": { "score": 0, "maxCount": 0.4, "weight": 1, "tools": { "axe": { "frame-tested": { "quality": 0.2, "what": "Some content is in an iframe and therefore may not be testable for accessibility", "complaints": { "countTotal": 2, "texts": [ "Frames should be tested with axe-core; The iframe still has to be tested with axe-core" ] } } } } }, "hiddenContentRisk": { "score": 12, "maxCount": 12, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 12, "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." ] } } } } }, "cssBansRotate": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "css-orientation-lock": { "quality": 1, "what": "CSS media query locks display orientation", "complaints": { "countTotal": 1, "texts": [ "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined" ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "axe": { "landmark-one-main": { "quality": 1, "what": "page has no main landmark", "complaints": { "countTotal": 1, "texts": [ "Document should have one main landmark; Document does not have a main landmark" ] } } }, "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "listItemOrphan": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "axe": { "listitem": { "quality": 1, "what": "li element is not contained by a ul or ol element", "complaints": { "countTotal": 4, "texts": [ "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element" ] } } } } }, "pseudoOrderedListRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H48.2": { "quality": 1, "what": "Ordered list may fail to be coded as such", "complaints": { "countTotal": 8, "texts": [ "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document." ] } } } } }, "pseudoNavList": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 1, "texts": [ "If this element contains a navigation section, it is recommended that it be marked up as a list." ] } } }, "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 3, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "scrollRisk": { "score": 58, "maxCount": 58, "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": 4, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion." ] } } }, "qualWeb": { "QW-BP18": { "quality": 1, "what": "Percentage is not used in CSS for a container size", "complaints": { "countTotal": 58, "texts": [ "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values." ] } } } } }, "contrastRisk": { "score": 14, "maxCount": 14, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_3_F24.F24.FGColour": { "quality": 1, "what": "Inline foreground color may lack a complementary background color", "complaints": { "countTotal": 12, "texts": [ "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour." ] } }, "AAA.1_4_6.G18.BgImage": { "quality": 1, "what": "Contrast between the text and the background image may be less than 4.5:1", "complaints": { "countTotal": 2, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1." ] } } } } }, "eventKeyboardRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.2_1_1.G90": { "quality": 1, "what": "Event handler functionality may not be available by keyboard", "complaints": { "countTotal": 1, "texts": [ "Ensure the functionality provided by an event handler for this element is available through the keyboard" ] } } }, "qualWeb": { "QW-WCAG-T6": { "quality": 1, "what": "Both keyboard and other device-specific functions are not used", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to verify the parity of keyboard-specific and mouse-specific events when code that has a scripting function associated with an event is used" ] } } }, "wave": { "event_handler": { "quality": 1, "what": "Device-dependent event handler", "complaints": { "countTotal": 1, "texts": [ "Device dependent event handler" ] } } } } }, "linkWindowSurpriseRisk": { "score": 9, "maxCount": 9, "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": 9, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "headingStructure": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 4, "texts": [ "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.", "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.", "The heading structure is not logically nested. This h6 element should be an h5 to be properly nested." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "linkElementBad": { "score": 20, "maxCount": 5, "weight": 4, "tools": { "htmlcs": { "AAA.2_4_8.H59.1": { "quality": 1, "what": "link element is not in the document head", "complaints": { "countTotal": 5, "texts": [ "Link elements can only be located in the head section of the document." ] } } }, "nuVal": { "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": { "quality": 1, "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value", "complaints": { "countTotal": 2, "texts": [ "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload." ] } } } } }, "labelForBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "label_ref_valid": { "quality": 1, "what": "Value of the for attribute of the label element is not the id of a valid input element", "complaints": { "countTotal": 1, "texts": [ "The value \"input_7\" of the 'for' attribute is not the 'id' of a valid <input> element" ] } } } } }, "pageLanguage": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "ibm": { "html_lang_exists": { "quality": 1, "what": "Page detected as HTML, but has no lang attribute", "complaints": { "countTotal": 1, "texts": [ "Page detected as HTML, but does not have a 'lang' attribute" ] } } }, "nuVal": { "Consider adding a lang attribute to the html start tag to declare the language of this document.": { "quality": 1, "what": "html start tag has no lang attribute to declare the language of the page", "complaints": { "countTotal": 1, "texts": [ "Consider adding a lang attribute to the html start tag to declare the language of this document." ] } } } } }, "duplicateID": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "ibm": { "element_id_unique": { "quality": 1, "what": "Element has an id attribute value that is already in use", "complaints": { "countTotal": 2, "texts": [ "The <style> element has the id \"customRules\" that is already in use", "The <iframe> element has the id \"221734378845061\" that is already in use" ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 4, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "roleBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_eventhandler_role_valid": { "quality": 1, "what": "Element with an onclick, onmouseout, or onmouseover attribute has no valid ARIA role", "complaints": { "countTotal": 1, "texts": [ "The <div> element with 'onclick' does not have a valid ARIA role specified" ] } } } } }, "noOptionFocusable": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_child_tabbable": { "quality": 1, "what": "No descendent element with an option role is tabbable", "complaints": { "countTotal": 1, "texts": [ "None of the descendent elements with \"menuitem\" role is tabbable" ] } } } } }, "obsolete": { "score": 24, "maxCount": 8, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 4, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "The HTML attribute(s) \"scrolling\" is deprecated for the <iframe> element in HTML 5" ] } } }, "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "quality": 1, "what": "Attribute is obsolete on its element", "complaints": { "countTotal": 7, "texts": [ "The charset attribute on the script element is obsolete.", "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "The scrolling attribute on the iframe element is obsolete. Use CSS instead." ] } }, "The center element is obsolete. Use CSS instead.": { "quality": 1, "what": "center element is obsolete", "complaints": { "countTotal": 1, "texts": [ "The center element is obsolete. Use CSS instead." ] } } } } }, "roleRedundant": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_role_redundant": { "quality": 1, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element", "complaints": { "countTotal": 1, "texts": [ "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>" ] } } }, "nuVal": { "^The .+ role is unnecessary for element .+$": { "quality": 1, "what": "explicit role is redundant for its element", "complaints": { "countTotal": 1, "texts": [ "The navigation role is unnecessary for element nav." ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 1, "texts": [ "NAV elements have redundant explicit role navigation (count: 1)" ] } } } } }, "typeRedundant": { "score": 21, "maxCount": 21, "weight": 1, "tools": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 12, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } }, "The type attribute for the style element is not needed and should be omitted.": { "quality": 1, "what": "type attribute is unnecessary for a style element", "complaints": { "countTotal": 9, "texts": [ "The type attribute for the style element is not needed and should be omitted." ] } } } } }, "metaBad": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "nuVal": { "A charset attribute on a meta element found after the first 1024 bytes.": { "quality": 1, "what": "charset attribute on a meta element appears after 1024 bytes", "complaints": { "countTotal": 1, "texts": [ "A charset attribute on a meta element found after the first 1024 bytes." ] } }, "A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.": { "quality": 1, "what": "meta element with http-equiv=\"content-type\" is incompatible with the meta element with a charset attribute", "complaints": { "countTotal": 1, "texts": [ "A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute." ] } } } } }, "cssInvalid": { "score": 33, "maxCount": 11, "weight": 3, "tools": { "nuVal": { "CSS: The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it.": { "quality": 1, "what": "CSS @charset at-rule is not at the start of its style sheet", "complaints": { "countTotal": 1, "texts": [ "CSS: The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it." ] } }, "^CSS: .+: .+ is not a .+ value.*$": { "quality": 1, "what": "Invalid value in CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: z-index: 1px is not a z-index value.", "CSS: scrollbar-width: 12px is not a scrollbar-width value." ] } }, "^CSS: .+: Property .+ doesn't exist.*$": { "quality": 1, "what": "Invalid property in CSS", "complaints": { "countTotal": 7, "texts": [ "CSS: scrollbar-arrow-color: Property scrollbar-arrow-color doesn't exist.", "CSS: scrollbar-track-color: Property scrollbar-track-color doesn't exist.", "CSS: scrollbar-face-color: Property scrollbar-face-color doesn't exist.", "CSS: scrollbar-highlight-color: Property scrollbar-highlight-color doesn't exist.", "CSS: scrollbar-3dlight-color: Property scrollbar-3dlight-color doesn't exist.", "CSS: scrollbar-shadow-color: Property scrollbar-shadow-color doesn't exist.", "CSS: scrollbar-darkshadow-color: Property scrollbar-darkshadow-color doesn't exist." ] } }, "^CSS: .+: Too many values or values are not recognized.+$": { "quality": 1, "what": "Invalid CSS value or too many values", "complaints": { "countTotal": 1, "texts": [ "CSS: height: Too many values or values are not recognized." ] } } } } }, "attributeBad": { "score": 336, "maxCount": 84, "weight": 4, "tools": { "nuVal": { "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 72, "texts": [ "Attribute dmwrapped not allowed on element div at this point.", "Attribute themewaschanged not allowed on element div at this point.", "Attribute dmtemplateid not allowed on element div at this point.", "Attribute freeheader not allowed on element div at this point.", "Attribute headerlayout not allowed on element div at this point.", "Attribute layout not allowed on element div at this point.", "Attribute preserve-sticky-header not allowed on element div at this point.", "Attribute logo-size-target not allowed on element div at this point.", "Attribute dm:templateorder not allowed on element div at this point.", "Attribute editablewidget not allowed on element div at this point.", "Attribute file not allowed on element a at this point.", "Attribute layout-main not allowed on element nav at this point.", "Attribute layout-sub not allowed on element nav at this point.", "Attribute dmle_extension not allowed on element nav at this point.", "Attribute wr not allowed on element nav at this point.", "Attribute icon not allowed on element nav at this point.", "Attribute surround not allowed on element nav at this point.", "Attribute adwords not allowed on element nav at this point.", "Attribute navigation-id not allowed on element nav at this point.", "Attribute irh not allowed on element img at this point.", "Attribute irw not allowed on element img at this point.", "Attribute index not allowed on element li at this point.", "Attribute isall not allowed on element div at this point.", "Attribute dmle_extension not allowed on element div at this point.", "Attribute icon not allowed on element div at this point.", "Attribute surround not allowed on element div at this point.", "Attribute runtime_url not allowed on element a at this point.", "Attribute extractelementdata not allowed on element div at this point.", "Attribute wr not allowed on element div at this point.", "Attribute networks not allowed on element div at this point.", "Attribute adwords not allowed on element div at this point.", "Attribute dm_dont_rewrite_url not allowed on element a at this point.", "Attribute background-image\":\"\"}\" not allowed on element div at this point." ] } }, "^Attribute .+ is not serializable as XML 1\\.0.*$": { "quality": 1, "what": "Attribute is invalidly nonserializable", "complaints": { "countTotal": 4, "texts": [ "Attribute dm:templateorder is not serializable as XML 1.0.", "Attribute background-image\":\"\"}\" is not serializable as XML 1.0." ] } }, "^Bad value .* for attribute .+ on element .+$": { "quality": 1, "what": "Attribute on this element has an invalid value", "complaints": { "countTotal": 8, "texts": [ "Bad value page for attribute type on element a: Subtype missing.", "Bad value true for attribute allowfullscreen on element iframe.", "Bad value url for attribute type on element a: Subtype missing.", "Bad value for attribute href on element link: Illegal character in query: | is not allowed." ] } } } } }, "targetEmpty": { "score": 20, "maxCount": 5, "weight": 4, "tools": { "nuVal": { "Bad value for attribute target on element a: Browsing context name must be at least one character long.": { "quality": 1, "what": "target attribute on an a element is empty", "complaints": { "countTotal": 5, "texts": [ "Bad value for attribute target on element a: Browsing context name must be at least one character long." ] } } } } }, "imageNoSource": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "Element img is missing required attribute src.": { "quality": 1, "what": "img element has no src attribute", "complaints": { "countTotal": 4, "texts": [ "Element img is missing required attribute src." ] } } } } }, "parentBad": { "score": 60, "maxCount": 15, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 15, "texts": [ "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "sourceEmpty": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "nuVal": { "^Bad value for attribute src on element .+: Must be non-empty.*$": { "quality": 1, "what": "src attribute is empty", "complaints": { "countTotal": 1, "texts": [ "Bad value for attribute src on element iframe: Must be non-empty." ] } } } } }, "parseError": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "nuVal": { "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.": { "quality": 1, "what": "Attribute name includes a double quotation mark", "complaints": { "countTotal": 4, "texts": [ "Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier." ] } }, "The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.": { "quality": 1, "what": "Comment contains --", "complaints": { "countTotal": 1, "texts": [ "The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment." ] } } } } }, "docType": { "score": 10, "maxCount": 1, "weight": 10, "tools": { "nuVal": { "Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>.": { "quality": 1, "what": "Page does not start with <!DOCTYPE html>", "complaints": { "countTotal": 1, "texts": [ "Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>." ] } } } } }, "skipRepeatedContent": { "score": 3, "maxCount": 1, "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" ] } } } } }, "iframeTitleBad": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R10": { "quality": 1, "what": "iframe elements with identical accessible names have different purposes", "complaints": { "countTotal": 2, "texts": [ "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources." ] } } } } }, "errorReferenceBad": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 10, "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": 36, "maxCount": 36, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 36, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "sectionHeadingless": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 3, "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" ] } } } } }, "siteNavigation": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T15": { "quality": 1, "what": "link element and navigation tools not used", "complaints": { "countTotal": 11, "texts": [ "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages." ] } } } } }, "labelConfusionRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T17": { "quality": 1, "what": "label not positioned to maximize the predictability of the relationship", "complaints": { "countTotal": 4, "texts": [ "This technique checks the correct position of labels in forms" ] } } } } }, "tabFocusability": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T24": { "quality": 1, "what": "Script removes the focus when focus is received", "complaints": { "countTotal": 10, "texts": [ "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting." ] } } }, "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 1, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableRole": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-WCAG-T26": { "quality": 1, "what": "Script makes a div or span a user interface control without providing a role for the control", "complaints": { "countTotal": 1, "texts": [ "This failure demonstrates how using generic HTML elements to create user interface controls can make the controls inaccessible to assistive technology." ] } } } } }, "textAlternativeRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 1, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } } } }, "fontSizeAbsolute": { "score": 100, "maxCount": 50, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 50, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "justificationRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T29": { "quality": 1, "what": "Alignment either to the left or right is not specified in CSS", "complaints": { "countTotal": 2, "texts": [ "This technique describes how to align blocks of text either left or right by setting the CSS text-align property." ] } } } } }, "colorMissing": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 1, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "noHeading": { "score": 48, "maxCount": 16, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 16, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "boxSizeAbsolute": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 1, "texts": [ "At least one width attribute of an HTML element is expressed in absolute values" ] } } } } }, "pseudoListRisk": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "qualWeb": { "QW-BP23": { "quality": 1, "what": "List item is used nonsemantically", "complaints": { "countTotal": 9, "texts": [ "Ensures <li> elements are used semantically" ] } } } } }, "listChild": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-BP24": { "quality": 1, "what": "ul or ol element has a child other than li, script, or template", "complaints": { "countTotal": 1, "texts": [ "Ensures that lists are structured correctly. <ul> and <ol> must only directly contain <li>, <script> or <template> elements" ] } } } } }, "mainNotTop": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-BP27": { "quality": 1, "what": "main landmark is not at the top level", "complaints": { "countTotal": 1, "texts": [ "Ensures the main landmark is at top level" ] } } } } }, "linkVague": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "tenon": { "73": { "quality": 1, "what": "Link text is too generic to communicate the purpose or destination", "complaints": { "countTotal": 4, "texts": [ "This link text is uninformative." ] } } } } }, "linkTextsSame": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 4, "texts": [ "These links have the same text but different destinations." ] } } } } }, "leadingClipsText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 1, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 4, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allCaps": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 11, "texts": [ "This long string of text is in all caps." ] } } } } }, "linkForcesNewWindow": { "score": 27, "maxCount": 9, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 9, "texts": [ "This link opens in a new window without user control." ] } } } } }, "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" ] } } } } }, "focusableOperable": { "score": 21, "maxCount": 7, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 7, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 10, "maxCount": 5, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 5, "texts": [ "Hovering over element has unexpected effects" ] } } } } }, "labelClash": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 6, "texts": [ "Element BUTTON is unlabeled" ] } } } } }, "linkIndication": { "score": 32, "maxCount": 16, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 16, "texts": [ "Link is inline but has no underline" ] } } } } }, "menuNavigation": { "score": 36, "maxCount": 18, "weight": 2, "tools": { "testaro": { "menuNav": { "quality": 1, "what": "Nonstandard keyboard navigation among focusable menu items", "complaints": { "countTotal": 18, "texts": [ "Menu item responds nonstandardly to ArrowRight, ArrowLeft, End", "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home, End", "Menu item responds nonstandardly to ArrowRight, ArrowLeft, Home" ] } } } } }, "inconsistentStyles": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 6, "texts": [ "In-line links have 3 different styles", "Links in columns have 2 different styles", "Buttons have 2 different styles", "Level-3 headings have 2 different styles", "Level-4 headings have 2 different styles" ] } } } } }, "zIndexNotZero": { "score": 14, "maxCount": 14, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 14, "texts": [ "DIV element has a non-default Z index", "SPAN element has a non-default Z index" ] } } } } }, "linkPair": { "score": 16, "maxCount": 8, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 8, "texts": [ "Redundant link" ] } } } } }, "noScriptRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 1, "texts": [ "Noscript element" ] } } } } } } } } }