Accessibility digest
Page | Candidate Laurie Davies (R) |
---|---|
URL | https://www.daviesforca.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 968 |
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 Laurie Davies (R) at https://www.daviesforca.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 968, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 968 | Sum of the component scores |
issue | 855 | Severity and number of reported defects |
tool | 99 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 14 | 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 |
---|---|
focusIndication | 96 |
linkIndication | 88 |
attributeBad | 80 |
parentBad | 72 |
textContrastAA | 60 |
linkForcesNewWindow | 39 |
slashParseRisk | 34 |
hoverSurprise | 30 |
imageNoSource | 28 |
svgImageNoText | 24 |
focusableOperable | 21 |
targetSize | 18 |
errorReferenceBad | 16 |
zIndexNotZero | 16 |
typeRedundant | 15 |
metaBad | 12 |
noHeading | 12 |
leadingClipsText | 12 |
hiddenContentRisk | 10 |
navConfusion | 9 |
navNoText | 9 |
obsolete | 9 |
fontSmall | 9 |
leadingInsufficient | 8 |
linkWindowSurpriseRisk | 8 |
contrastAAA | 8 |
figureNoText | 8 |
inconsistentStyles | 7 |
contrastRisk | 6 |
sectionHeadingless | 6 |
skipRepeatedContent | 6 |
boxSizeAbsolute | 6 |
repeatedContentRisk | 5 |
cssBansRotate | 4 |
decorativeImageRisk | 4 |
headingStructure | 4 |
duplicateAttribute | 4 |
allCaps | 4 |
linkPair | 4 |
autocompleteBad | 3 |
h1Missing | 3 |
landmarkConfusion | 3 |
visibleLabelNotName | 3 |
horizontalScrolling | 3 |
linkVague | 3 |
contentBeyondLandmarks | 2 |
pseudoNavList | 2 |
scrollRisk | 2 |
roleRedundant | 2 |
articleHeadingless | 2 |
mainNone | 2 |
legendMissing | 2 |
textAlternativeRisk | 2 |
tabFocusability | 2 |
labelClash | 2 |
noScriptRisk | 2 |
tabIndexPositive | 1 |
autocompleteRisk | 1 |
autocompleteNone | 1 |
visibleBulk | 1 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue focusIndication
WCAG: 2.4.7
Score: 96
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 24
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Issue linkIndication
WCAG: 1.3.3
Score: 88
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 44
Complaint specifics
- Link is inline but has no underline
Issue attributeBad
WCAG: 1.3.1
Score: 80
Complaints by ibm
Rule aria_attribute_valid
aria_attribute_valid
Description: ARIA attribute is invalid for the role of its element
Count of instances: 2
Complaint specifics
- The ARIA attributes "aria-label" are not valid for the element <label> with ARIA role "none"
Complaints by nuVal
Rule ^Attribute .+ not allowed here.*$
^Attribute .+ not allowed here.*$
Description: Attribute not allowed here
Count of instances: 4
Complaint specifics
- Attribute xmlns:og not allowed here.
- Attribute xmlns:fb not allowed here.
Rule ^Attribute .+ is not serializable as XML 1\.0.*$
Description: Attribute is invalidly nonserializable
Count of instances: 4
Complaint specifics
- Attribute with the local name xmlns:og is not serializable as XML 1.0.
- Attribute with the local name xmlns:fb is not serializable as XML 1.0.
Rule ^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 4
Complaint specifics
- Attribute x-autocompletetype not allowed on element input at this point.
Rule The itemprop attribute was specified, but the element is not a property of any item.
Description: itemprop attribute is on an element that is not a property of an item
Count of instances: 8
Complaint specifics
- The itemprop attribute was specified, but the element is not a property of any item.
Issue parentBad
WCAG: 1.3.1
Score: 72
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: 18
Complaint specifics
- Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
- Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
- Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)
Issue textContrastAA
WCAG: 1.4.3
Score: 60
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 15
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.14 (foreground color: #1466cc, background color: #fcdf3f, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 8
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 4
Complaint specifics
- Very low contrast
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 39
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 13
Complaint specifics
- This link opens in a new window without user control.
Issue slashParseRisk
WCAG: 4.1
Score: 34
Complaints by nuVal
Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Description: Void element has a useless trailing slash.
Count of instances: 34
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue hoverSurprise
WCAG: 1.4.13
Score: 30
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 15
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
Issue imageNoSource
WCAG: 1.3.1
Score: 28
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: 7
Complaint specifics
- Element img is missing required attribute src.
Issue svgImageNoText
WCAG: 1.1.1
Score: 24
Complaints by continuum
Rule 123
123
Description: svg element has no machanism allowing an accessible name to be calculated
Count of instances: 6
Complaint specifics
- This svg element does not have a mechanism that allows an accessible name value to be calculated
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 targetSize
WCAG: 2.5.5
Score: 18
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 6
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue errorReferenceBad
WCAG: 3.3.1
Score: 16
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 4
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue zIndexNotZero
WCAG: 1.4
Score: 16
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 16
Complaint specifics
- DIV element has a non-default Z index
- HEADER element has a non-default Z index
- A element has a non-default Z index
- MAIN element has a non-default Z index
- FOOTER element has a non-default Z index
Issue typeRedundant
WCAG: 1.3.1
Score: 15
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: 14
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: 1
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Issue metaBad
WCAG: 1.3.1
Score: 12
Complaints by nuVal
Rule A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
Description: meta element with http-equiv="X-UA-Compatible" has no content="IE=edge"
Count of instances: 2
Complaint specifics
- A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
Rule ^Bad value .+ for attribute .+ on element meta.*$
Description: Attribute of a meta element has an invalid value
Count of instances: 2
Complaint specifics
- Bad value Accept-CH for attribute http-equiv on element meta.
Issue noHeading
WCAG: 1.3.1
Score: 12
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 4
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue leadingClipsText
WCAG: 1.4.8
Score: 12
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 3
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue hiddenContentRisk
WCAG: 4.1
Score: 10
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 10
Complaint specifics
- Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.
Issue navConfusion
WCAG: 1.3.6
Score: 9
Complaints by continuum
Rule 531
531
Description: nav element has an accessible name that is non-unique among the nav elements
Count of instances: 3
Complaint specifics
- This nav does not have a unique accessible name as required when two or more nav elements are present
Complaints by ibm
Rule aria_navigation_label_unique
aria_navigation_label_unique
Description: Multiple elements with the navigation role do not have unique labels
Count of instances: 3
Complaint specifics
- Multiple elements with "navigation" role do not have unique labels
Issue navNoText
WCAG: 1.3.6
Score: 9
Complaints by continuum
Rule 533
533
Description: nav element is not the only nav element but has no accessible name
Count of instances: 3
Complaint specifics
- This nav does not have an accessible name as required when two or more nav elements are present
Issue obsolete
WCAG: 4.1
Score: 9
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 2
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
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: 3
Complaint specifics
- The charset attribute on the script element is obsolete.
Issue fontSmall
WCAG: 1.4
Score: 9
Complaints by tenon
Rule 134
134
Description: Text is very small
Count of instances: 3
Complaint specifics
- Very small text found.
Complaints by wave
Rule text_small
text_small
Description: Text is very small
Count of instances: 1
Complaint specifics
- Very small text
Issue leadingInsufficient
WCAG: 1.4.8
Score: 8
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 4
Complaint specifics
- Paragraphs of text have sufficient line height
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 8
Complaints by htmlcs
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Description: Link text may fail to indicate that the link will open in a new window
Count of instances: 8
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue contrastAAA
WCAG: 1.4.6
Score: 8
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 4.15:1. Recommendation: change text colour to #004397.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 8
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: 1
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue figureNoText
WCAG: 1.1.1
Score: 8
Complaints by ibm
Rule figure_label_exists
figure_label_exists
Description: figure element has no associated label
Count of instances: 2
Complaint specifics
- The <figure> element does not have an associated label
Issue inconsistentStyles
WCAG: 3.2.4
Score: 7
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 7
Complaint specifics
- In-line links have 7 different styles
- Level-3 headings have 2 different styles
Issue contrastRisk
WCAG: 1.4.3
Score: 6
Complaints by htmlcs
Rule AAA.1_4_6.G17.Abs
AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 5
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Rule AAA.1_4_6.G17.BgImage
Description: Contrast between the text and its background image may be less than 7:1
Count of instances: 1
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 6
Complaints by nuVal
Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Description: section has no heading
Count of instances: 6
Complaint specifics
- Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 6
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 2
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 5
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Rule QW-BP17
Description: No link at the beginning of a block of repeated content goes to the end of the block
Count of instances: 2
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.
Issue 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 decorativeImageRisk
WCAG: 1.1.1
Score: 4
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 4
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h3 element should be an h1 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 duplicateAttribute
WCAG: 4.1.1
Score: 4
Complaints by nuVal
Rule ^Duplicate attribute.*$
^Duplicate attribute.*$
Description: Source code of the element contains 2 or more of the same attribute
Count of instances: 2
Complaint specifics
- Duplicate attribute alt.
Complaints by testaro
Rule dupAtt
dupAtt
Description: Source code of the element contains 2 or more of the same attribute
Count of instances: 2
Complaint specifics
- Element IMG has 2 attributes with the same name
Issue allCaps
WCAG: 3.1.5
Score: 4
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 4
Complaint specifics
- This long string of text is in all caps.
Issue linkPair
WCAG: 2.4.4
Score: 4
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 2
Complaint specifics
- Redundant link
Issue autocompleteBad
WCAG: 1.3.5
Score: 3
Complaints by alfa
Rule r10
r10
Description: Autocomplete attribute has no valid value
Count of instances: 1
Complaint specifics
- autocomplete attributes have a valid value
Complaints by ibm
Rule input_autocomplete_valid
input_autocomplete_valid
Description: autocomplete attribute has an incorrect value
Count of instances: 1
Complaint specifics
- The 'autocomplete' attribute has an incorrect value
Complaints by qualWeb
Rule QW-ACT-R24
QW-ACT-R24
Description: autocomplete attribute has no valid value
Count of instances: 1
Complaint specifics
- This rule checks that the HTML autocomplete attribute has a correct value.
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue landmarkConfusion
WCAG: 1.3.6
Score: 3
Complaints by axe
Rule landmark-unique
landmark-unique
Description: Landmark has a role and an accessible name that are identical to another
Count of instances: 1
Complaint specifics
- Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Complaints by ibm
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 1
Complaint specifics
- Multiple "navigation" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue visibleLabelNotName
WCAG: 2.5.3
Score: 3
Complaints by htmlcs
Rule AAA.2_5_3.F96
AAA.2_5_3.F96
Description: Visible label is not in the accessible name
Count of instances: 1
Complaint specifics
- Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.
Complaints by ibm
Rule label_name_visible
label_name_visible
Description: Accessible name does not match or contain the visible label text
Count of instances: 1
Complaint specifics
- Accessible name does not match or contain the visible label text
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue linkVague
WCAG: 2.4.4
Score: 3
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 1
Complaint specifics
- This link text is uninformative.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 2
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 1
Complaint specifics
- Perceivable text content is included in a landmark
Issue pseudoNavList
WCAG: 1.3.1
Score: 2
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.
Issue scrollRisk
WCAG: 1.4.10
Score: 2
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: 2
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered 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: 1
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 roleRedundant
WCAG: 4.1.2
Score: 2
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 "main" is redundant with the implicit role of the element <main>
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: 2
Complaint specifics
- The main role is unnecessary for element main.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 1
Complaint specifics
- MAIN elements have redundant explicit role main (count: 1)
Issue articleHeadingless
WCAG: 1.3.1
Score: 2
Complaints by nuVal
Rule Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.
Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.
Description: article has no heading
Count of instances: 2
Complaint specifics
- Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue legendMissing
WCAG: 4.1.2
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T3
QW-WCAG-T3
Description: Description for a group of form controls using fieldset and legend elements is not provided
Count of instances: 1
Complaint specifics
- This technique checks the correct use of the description element for form controls
Issue textAlternativeRisk
WCAG: 1
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 2
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 tabFocusability
WCAG: 2.1.1
Score: 2
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 labelClash
WCAG: 1.3.1
Score: 2
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 1
Complaint specifics
- Element INPUT has clashing labels of types: aria-label, label
Issue noScriptRisk
WCAG: 4.1
Score: 2
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 2
Complaint specifics
- Noscript element
Issue tabIndexPositive
WCAG: 2.4.3
Score: 1
Complaints by axe
Rule tabindex
tabindex
Description: Positive tabIndex risks creating a confusing focus order
Count of instances: 1
Complaint specifics
- Elements should not have tabindex greater than zero; Element has a tabindex greater than 0
Complaints by wave
Rule tabindex
tabindex
Description: tabIndex value positive
Count of instances: 1
Complaint specifics
- Tabindex
Issue autocompleteRisk
WCAG: 1.3.5
Score: 1
Complaints by htmlcs
Rule AAA.1_3_5.H98
AAA.1_3_5.H98
Description: Element contains a potentially faulty value in its autocomplete attribute
Count of instances: 1
Complaint specifics
- This element contains a potentially faulty value in its autocomplete attribute: false.
Issue autocompleteNone
WCAG: 1.3.5
Score: 1
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 1
Complaint specifics
- Input is missing the required autocomplete attribute with value email
Issue visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
Complete report
{ "id": "18ixx-ts27-caAD74-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687109854420, "endTime": 1687109854948 }, { "type": "url", "which": "https://www.daviesforca.com/", "what": "Candidate Laurie Davies (R)", "startTime": 1687109854948, "result": { "url": "https://www.daviesforca.com/" }, "endTime": 1687109856711 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687109856711, "url": "https://www.daviesforca.com/", "endTime": 1687109858573 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687109858574, "url": "https://www.daviesforca.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 945564, 945564, 945564, 945564, 945564 ], "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": 1687109872048 }, { "type": "launch", "which": "chromium", "startTime": 1687109872049, "endTime": 1687109872605 }, { "type": "url", "which": "https://www.daviesforca.com/", "what": "Candidate Laurie Davies (R)", "startTime": 1687109872605, "result": { "url": "https://www.daviesforca.com/" }, "endTime": 1687109873790 }, { "type": "test", "which": "alfa", "startTime": 1687109873790, "url": "https://www.daviesforca.com/", "what": "alfa", "result": { "totals": { "failures": 7, "warnings": 0 }, "items": [ { "index": 3, "verdict": "failed", "rule": { "ruleID": "r10", "ruleSummary": "autocomplete attributes have a valid value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r10", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#identify-input-purpose", "chapter": "1.3.5", "title": "Identify Input Purpose" } ] }, "target": { "type": "attribute", "tagName": "autocomplete", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]/@autocomplete", "codeLines": [ "autocomplete=\"false\"" ] } }, { "index": 250, "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]/a[1]/span[1]/div[1]/span[1]/text()[1]", "codeLines": [ "0" ] } }, { "index": 307, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 483, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.363636s;\">", " Laurie, like so many Californians, wasn’t born here. She visited California multiple times as a child, and it was during those trips she knew she wanted to live here as soon as she could. Laurie was born in Wisconsin, where she and her three brothers and one sister were raised by her parents Richa...", "</p>" ] } }, { "index": 484, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.472727s;\">", " Info@daviesforca.com", " <br>", " For Press Inquiries, Call (949) 433-5865", "</p>" ] } }, { "index": 485, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]", "codeLines": [ "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.490909s;\">", " Paid for by Laurie Davies for Assembly 2024", " <br>", " FPPC # 1456600", "</p>" ] } }, { "index": 486, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.581818s;\" class=\"sqsrte-small preFade\">", " Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600", "</p>" ] } } ], "success": true }, "standardResult": { "totals": [ 0, 0, 0, 7 ], "instances": [ { "ruleID": "r10", "what": "autocomplete attributes have a valid value", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]/@autocomplete" }, "excerpt": "autocomplete=\"false\"" }, { "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]/a[1]/span[1]/div[1]/span[1]/text()[1]" }, "excerpt": "0" }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.363636s;\"> Laurie, like so many Californians, wasn’t born here. She vi ... it was during those trips she knew she wanted to live here as soon as she could. Laurie was born in Wisconsin, where she and her three brothers and one sister were raised by her parents Richa... </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.472727s;\"> Info@daviesforca.com <br> For Press Inquiries, Call (949) 433-5865 </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.490909s;\"> Paid for by Laurie Davies for Assembly 2024 <br> FPPC # 1456600 </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.581818s;\" class=\"sqsrte-small preFade\"> Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600 </p>" } ] }, "endTime": 1687109878558 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687109878558, "url": "https://www.daviesforca.com/", "what": "Axe", "result": { "totals": { "rulesNA": 52, "rulesPassed": 45, "rulesWarned": 3, "rulesViolated": 3, "warnings": { "minor": 10, "moderate": 0, "serious": 15, "critical": 0 }, "violations": { "minor": 0, "moderate": 1, "serious": 2, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T17:37:59.009Z", "url": "https://www.daviesforca.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "14.3pt (19.072px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"/\" data-animation-role=\"header-element\" aria-current=\"page\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0363636s;\">\n Welcome\n </a>", "target": [ ".fadeIn[aria-current=\"page\"][href=\"/\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/\" data-animation-role=\"header-element\" aria-current=\"page\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0363636s;\">\n Welcome\n </a>", "target": [ ".fadeIn[aria-current=\"page\"][href=\"/\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.2pt (17.536px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Name</span>", "target": [ ".pDrrGovH4WPE4ap28zXo > span:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"description required\">(required)</span>", "target": [ ".pDrrGovH4WPE4ap28zXo > .description.required" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"caption-text\">First Name</span>", "target": [ ".first-name > .LvAkJ9xQ71AovsTYPLTr.caption > .MfnwQy4_XQLiRazGqdSh > .jIeelEX_Jazwo5nA7MN4 > .caption-text" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-fname-field\" name=\"fname\" type=\"text\" value=\"\">", "target": [ "#name-yui_3_17_2_1_1553888888520_3744-fname-field" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"caption-text\">Last Name</span>", "target": [ ".last-name > .LvAkJ9xQ71AovsTYPLTr.caption > .MfnwQy4_XQLiRazGqdSh > .jIeelEX_Jazwo5nA7MN4 > .caption-text" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-lname-field\" name=\"lname\" type=\"text\" value=\"\">", "target": [ "#name-yui_3_17_2_1_1553888888520_3744-lname-field" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.2pt (17.536px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Email</span>", "target": [ ".ORJvfAX1j_0GYzxaesgd.title[aria-label=\"Email\"] > .V_yH0Ko5JiN5z1pCuJtb > .xHXC4uuk1CR_E981Erer > span:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"description required\">(required)</span>", "target": [ ".ORJvfAX1j_0GYzxaesgd.title[aria-label=\"Email\"] > .V_yH0Ko5JiN5z1pCuJtb > .xHXC4uuk1CR_E981Erer > .description.required" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.2pt (17.536px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">", "target": [ "#email-yui_3_17_2_1_1553888888520_3745-field" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.2pt (17.536px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Message</span>", "target": [ "label[aria-label=\"Text Area\"] > .V_yH0Ko5JiN5z1pCuJtb > .xHXC4uuk1CR_E981Erer > span:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"description required\">(required)</span>", "target": [ "label[aria-label=\"Text Area\"] > .V_yH0Ko5JiN5z1pCuJtb > .xHXC4uuk1CR_E981Erer > .description.required" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.2pt (17.536px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<textarea id=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-invalid=\"false\" class=\"N6XNqaZKAVtWxncrvkab\" placeholder=\"\"></textarea>", "target": [ "#textarea-yui_3_17_2_1_1553888888520_3747-field" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.2pt (17.6px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Send\">", "target": [ ".button" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "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": "<div id=\"floatingCart\" class=\"floating-cart hidden\">", "target": [ "#floatingCart" ], "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=\"header-burger menu-overlay-has-visible-non-navigation-items preFade\" data-animation-role=\"header-element\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.145455s;\">", "target": [ ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>", "target": [ ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > button > .js-header-burger-close-title.visually-hidden[hidden=\"\"]" ], "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=\"header-display-mobile\" data-content-field=\"site-title\">", "target": [ ".header-display-mobile" ], "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=\"header-burger menu-overlay-has-visible-non-navigation-items preFade\" data-animation-role=\"header-element\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.309091s;\">", "target": [ ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>", "target": [ ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > button > .js-header-burger-close-title.visually-hidden[hidden=\"\"]" ], "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=\"header-menu header-menu--folder-list\n \n \n \n \n \n \" data-current-styles=\"{\n"layout": "navRight",\n"action": {\n"href": "https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99",\n"buttonText": "DONATE TODAY",\n"newWindow": true\n},\n"showSocial": true,\n"socialOptions": {\n"socialBorderShape": "none",\n"socialBorderStyle": "outline",\n"socialBorderThickness": {\n"unit": "px",\n"value": 1.0\n}\n},\n"sectionTheme": "",\n"menuOverlayAnimation": "fade",\n"cartStyle": "cart",\n"cartText": "Cart",\n"showEmptyCartState": true,\n"cartOptions": {\n"iconType": "solid-7",\n"cartBorderShape": "none",\n"cartBorderStyle": "outline",\n"cartBorderThickness": {\n"unit": "px",\n"value": 1.0\n}\n},\n"showButton": true,\n"showCart": false,\n"showAccountLogin": true,\n"headerStyle": "solid",\n"languagePicker": {\n"enabled": false,\n"iconEnabled": false,\n"iconType": "globe",\n"flagShape": "shiny",\n"languageFlags": [ ]\n},\n"mobileOptions": {\n"layout": "logoLeftNavRight",\n"menuIcon": "doubleLineHamburger",\n"menuIconOptions": {\n"style": "doubleLineHamburger",\n"thickness": {\n"unit": "px",\n"value": 1.0\n}\n}\n},\n"dynamicOptions": {\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n}\n},\n"solidOptions": {\n"headerOpacity": {\n"unit": "%",\n"value": 100.0\n},\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n},\n"dropShadow": {\n"enabled": false,\n"blur": {\n"unit": "px",\n"value": 30.0\n},\n"spread": {\n"unit": "px",\n"value": 0.0\n},\n"distance": {\n"unit": "px",\n"value": 0.0\n}\n},\n"blurBackground": {\n"enabled": false,\n"blurRadius": {\n"unit": "px",\n"value": 12.0\n}\n}\n},\n"gradientOptions": {\n"gradientType": "faded",\n"headerOpacity": {\n"unit": "%",\n"value": 90.0\n},\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n},\n"dropShadow": {\n"enabled": false,\n"blur": {\n"unit": "px",\n"value": 30.0\n},\n"spread": {\n"unit": "px",\n"value": 0.0\n},\n"distance": {\n"unit": "px",\n"value": 0.0\n}\n},\n"blurBackground": {\n"enabled": false,\n"blurRadius": {\n"unit": "px",\n"value": 12.0\n}\n}\n},\n"showPromotedElement": false\n}\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 150.172px;\">", "target": [ ".header-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\">", "target": [ "img[data-image-dimensions=\"2000x1125\"]" ], "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 class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\">", "target": [ "img[data-image-dimensions=\"2000x500\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" style=\"display:none\" data-usage=\"social-icons-svg\">", "target": [ ":root" ], "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:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109873293_75\">", "target": [ "#yui_3_17_2_1_1687109873293_75" ], "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": "#1466cc", "bgColor": "#fcdf3f", "contrastRatio": 4.14, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\">\n DONATE TODAY\n </a>", "target": [ ".header-actions-action--cta.header-actions-action.fadeIn > .btn--border.theme-btn--primary-inverse.btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.14 (foreground color: #1466cc, background color: #fcdf3f, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\">\n DONATE TODAY\n </a>", "target": [ ".header-actions-action--cta.header-actions-action.fadeIn > .btn--border.theme-btn--primary-inverse.btn" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.14 (foreground color: #1466cc, background color: #fcdf3f, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ] }, { "id": "landmark-unique", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "help": "Ensures landmarks are unique", "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI", "nodes": [ { "any": [ { "id": "landmark-is-unique", "data": { "role": "navigation", "accessibleText": null }, "relatedNodes": [ { "html": "<nav class=\"sqs-svg-icon--list\">", "target": [ ".social-icon-alignment-left > .sqs-svg-icon--list" ] }, { "html": "<nav class=\"sqs-svg-icon--list\">", "target": [ ".social-icon-alignment-center > .sqs-svg-icon--list" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<nav class=\"header-nav-list\">", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ] }, { "id": "tabindex", "impact": "serious", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures tabindex attribute values are not greater than 0", "help": "Elements should not have tabindex greater than zero", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/tabindex?application=axeAPI", "nodes": [ { "any": [ { "id": "tabindex", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element has a tabindex greater than 0" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n Skip to Content\n </a>", "target": [ ".header-skip-link" ], "failureSummary": "Fix any of the following:\n Element has a tabindex greater than 0" } ] } ] }, "success": true }, "standardResult": { "totals": [ 10, 15, 1, 2 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".fadeIn[aria-current=\"page\"][href=\"/\"]" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\" aria-current=\"page\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0363636s;\"> Welcome </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".pDrrGovH4WPE4ap28zXo > span:nth-child(1)" }, "excerpt": "<span>Name</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".pDrrGovH4WPE4ap28zXo > .description.required" }, "excerpt": "<span class=\"description required\">(required)</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".first-name > .LvAkJ9xQ71AovsTYPLTr.caption > .MfnwQy4_XQLiRazGqdSh > .jIeelEX_Jazwo5nA7MN4 > .caption-text" }, "excerpt": "<span class=\"caption-text\">First Name</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "INPUT", "id": "name-yui_3_17_2_1_1553888888520_3744-fname-field", "location": { "doc": "dom", "type": "selector", "spec": "#name-yui_3_17_2_1_1553888888520_3744-fname-field" }, "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-fname-field\" name=\"fname\" type=\"text\" value=\"\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".last-name > .LvAkJ9xQ71AovsTYPLTr.caption > .MfnwQy4_XQLiRazGqdSh > .jIeelEX_Jazwo5nA7MN4 > .caption-text" }, "excerpt": "<span class=\"caption-text\">Last Name</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "INPUT", "id": "name-yui_3_17_2_1_1553888888520_3744-lname-field", "location": { "doc": "dom", "type": "selector", "spec": "#name-yui_3_17_2_1_1553888888520_3744-lname-field" }, "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-lname-field\" name=\"lname\" type=\"text\" value=\"\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".ORJvfAX1j_0GYzxaesgd.title[aria-label=\"Email\"] > .V_yH0Ko5JiN5z1pCuJtb > .xHXC4uuk1CR_E981Erer > span:nth-child(1)" }, "excerpt": "<span>Email</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".ORJvfAX1j_0GYzxaesgd.title[aria-label=\"Email\"] > .V_yH0Ko5JiN5z1pCuJtb > .xHXC4uuk1CR_E981Erer > .description.required" }, "excerpt": "<span class=\"description required\">(required)</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "dom", "type": "selector", "spec": "#email-yui_3_17_2_1_1553888888520_3745-field" }, "excerpt": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "label[aria-label=\"Text Area\"] > .V_yH0Ko5JiN5z1pCuJtb > .xHXC4uuk1CR_E981Erer > span:nth-child(1)" }, "excerpt": "<span>Message</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "label[aria-label=\"Text Area\"] > .V_yH0Ko5JiN5z1pCuJtb > .xHXC4uuk1CR_E981Erer > .description.required" }, "excerpt": "<span class=\"description required\">(required)</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "textarea-yui_3_17_2_1_1553888888520_3747-field", "location": { "doc": "dom", "type": "selector", "spec": "#textarea-yui_3_17_2_1_1553888888520_3747-field" }, "excerpt": "<textarea id=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-invalid=\"false\" class=\"N6XNqaZKAVtWxncrvkab\" placeholder=\"\"></textarea>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".button" }, "excerpt": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Send\">" }, { "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": "floatingCart", "location": { "doc": "dom", "type": "selector", "spec": "#floatingCart" }, "excerpt": "<div id=\"floatingCart\" class=\"floating-cart hidden\">" }, { "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": ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]" }, "excerpt": "<div class=\"header-burger menu-overlay-has-visible-non-navigation-items preFade\" data-animation-role=\"header-element\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.145455s;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > button > .js-header-burger-close-title.visually-hidden[hidden=\"\"]" }, "excerpt": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-mobile" }, "excerpt": "<div class=\"header-display-mobile\" data-content-field=\"site-title\">" }, { "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": ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]" }, "excerpt": "<div class=\"header-burger menu-overlay-has-visible-non-navigation-items preFade\" data-animation-role=\"header-element\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.309091s;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > button > .js-header-burger-close-title.visually-hidden[hidden=\"\"]" }, "excerpt": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-menu" }, "excerpt": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{ "layout": "navRight", "action": { "href": "https://www.efundraisingconnections.co ... px", "value": 12.0 } } }, "showPromotedElement": false }\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 150.172px;\">" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "img[data-image-dimensions=\"2000x1125\"]" }, "excerpt": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\">" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "img[data-image-dimensions=\"2000x500\"]" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image=\"https:/ ... eb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ":root" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" style=\"display:none\" data-usage=\"social-icons-svg\">" }, { "ruleID": "css-orientation-lock", "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined", "ordinalSeverity": 1, "tagName": "HTML", "id": "yui_3_17_2_1_1687109873293_75", "location": { "doc": "dom", "type": "selector", "spec": "#yui_3_17_2_1_1687109873293_75" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantg ... tions csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109873293_75\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.14 (foreground color: #1466cc, background color: #fcdf3f, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-actions-action--cta.header-actions-action.fadeIn > .btn--border.theme-btn--primary-inverse.btn" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </a>" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list" }, "excerpt": "<nav class=\"header-nav-list\">" }, { "ruleID": "tabindex", "what": "Elements should not have tabindex greater than zero; Element has a tabindex greater than 0", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-skip-link" }, "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>" } ] }, "endTime": 1687109879048 }, { "type": "launch", "which": "chromium", "startTime": 1687109879048, "endTime": 1687109879575 }, { "type": "url", "which": "https://www.daviesforca.com/", "what": "Candidate Laurie Davies (R)", "startTime": 1687109879576, "result": { "url": "https://www.daviesforca.com/" }, "endTime": 1687109880642 }, { "type": "test", "which": "continuum", "startTime": 1687109880642, "url": "https://www.daviesforca.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#facebook-unauth-icon\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(6)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"23 23 64 64\"]", "attNo": 1 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#twitter-unauth-icon\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(6)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"23 23 64 64\"]", "attNo": 1 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#facebook-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#facebook-unauth-mask\" class=\"sqs-use--mask\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[class=\"sqs-svg-icon--social\"][viewbox=\"0 0 64 64\"]", "attNo": 2 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[class=\"sqs-svg-icon--social\"][viewbox=\"0 0 64 64\"]", "attNo": 2 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#facebook-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#facebook-unauth-mask\" class=\"sqs-use--mask\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[class=\"sqs-svg-icon--social\"][viewbox=\"0 0 64 64\"]", "attNo": 2 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[class=\"sqs-svg-icon--social\"][viewbox=\"0 0 64 64\"]", "attNo": 2 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"header-nav-list\"><div class=\"header-nav-item header-nav-item--collection header-nav-item--active header-nav-item--homepage\"><a style=\"transition-timing-function: ease; transition-duration: ... =\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.109091s;\" class=\"preFade fadeIn\" data-animation-role=\"header-element\" href=\"/in-the-news\">In The News</a></div></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"header-nav-list\"]", "attNo": 1 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"sqs-svg-icon--list\"><a aria-label=\"Facebook\" class=\"sqs-svg-icon--wrapper facebook-unauth\" target=\"_blank\" href=\"https://www.facebook.com/DaviesforCA\"><div><svg viewbox=\"0 0 64 64\" class=\" ... ox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg></div></a></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "nav[class=\"sqs-svg-icon--list\"]", "attNo": 1 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"sqs-svg-icon--list\"><a aria-label=\"Facebook\" class=\"sqs-svg-icon--wrapper facebook-unauth\" target=\"_blank\" href=\"https://www.facebook.com/DaviesforCA\"><div><svg viewbox=\"0 0 64 64\" class=\" ... ox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg></div></a></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "nav[class=\"sqs-svg-icon--list\"]", "attNo": 1 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav class=\"header-nav-list\"><div class=\"header-nav-item header-nav-item--collection header-nav-item--active header-nav-item--homepage\"><a style=\"transition-timing-function: ease; transition-duration: ... =\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.109091s;\" class=\"preFade fadeIn\" data-animation-role=\"header-element\" href=\"/in-the-news\">In The News</a></div></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"header-nav-list\"]", "attNo": 1 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav class=\"sqs-svg-icon--list\"><a aria-label=\"Facebook\" class=\"sqs-svg-icon--wrapper facebook-unauth\" target=\"_blank\" href=\"https://www.facebook.com/DaviesforCA\"><div><svg viewbox=\"0 0 64 64\" class=\" ... ox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg></div></a></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "nav[class=\"sqs-svg-icon--list\"]", "attNo": 1 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav class=\"sqs-svg-icon--list\"><a aria-label=\"Facebook\" class=\"sqs-svg-icon--wrapper facebook-unauth\" target=\"_blank\" href=\"https://www.facebook.com/DaviesforCA\"><div><svg viewbox=\"0 0 64 64\" class=\" ... ox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg></div></a></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "nav[class=\"sqs-svg-icon--list\"]", "attNo": 1 } } ], "standardResult": { "totals": [ 0, 0, 0, 12 ], "instances": [ { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(6)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#facebook-unauth-icon\"></use></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(6)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#twitter-unauth-icon\"></use></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#facebook-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#facebook-unauth-mask\" class=\"sqs-use--mask\"></use></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#facebook-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#facebook-unauth-mask\" class=\"sqs-use--mask\"></use></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"header-nav-list\"><div class=\"header-nav-item header-nav-item--collection header-nav-item--active header-nav-item--homepage\"><a style=\"transition-timing-function: ease; transition-duration: ... =\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.109091s;\" class=\"preFade fadeIn\" data-animation-role=\"header-element\" href=\"/in-the-news\">In The News</a></div></nav>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<nav class=\"sqs-svg-icon--list\"><a aria-label=\"Facebook\" class=\"sqs-svg-icon--wrapper facebook-unauth\" target=\"_blank\" href=\"https://www.facebook.com/DaviesforCA\"><div><svg viewbox=\"0 0 64 64\" class=\" ... ox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg></div></a></nav>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<nav class=\"sqs-svg-icon--list\"><a aria-label=\"Facebook\" class=\"sqs-svg-icon--wrapper facebook-unauth\" target=\"_blank\" href=\"https://www.facebook.com/DaviesforCA\"><div><svg viewbox=\"0 0 64 64\" class=\" ... ox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg></div></a></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"header-nav-list\"><div class=\"header-nav-item header-nav-item--collection header-nav-item--active header-nav-item--homepage\"><a style=\"transition-timing-function: ease; transition-duration: ... =\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.109091s;\" class=\"preFade fadeIn\" data-animation-role=\"header-element\" href=\"/in-the-news\">In The News</a></div></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<nav class=\"sqs-svg-icon--list\"><a aria-label=\"Facebook\" class=\"sqs-svg-icon--wrapper facebook-unauth\" target=\"_blank\" href=\"https://www.facebook.com/DaviesforCA\"><div><svg viewbox=\"0 0 64 64\" class=\" ... ox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg></div></a></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<nav class=\"sqs-svg-icon--list\"><a aria-label=\"Facebook\" class=\"sqs-svg-icon--wrapper facebook-unauth\" target=\"_blank\" href=\"https://www.facebook.com/DaviesforCA\"><div><svg viewbox=\"0 0 64 64\" class=\" ... ox=\"0 0 64 64\" class=\"sqs-svg-icon--social\"><use xlink:href=\"#twitter-unauth-icon\" class=\"sqs-use--icon\"></use><use xlink:href=\"#twitter-unauth-mask\" class=\"sqs-use--mask\"></use></svg></div></a></nav>" } ] }, "endTime": 1687109880880 }, { "type": "launch", "which": "chromium", "startTime": 1687109880880, "endTime": 1687109881363 }, { "type": "url", "which": "https://www.daviesforca.com/", "what": "Candidate Laurie Davies (R)", "startTime": 1687109881364, "result": { "url": "https://www.daviesforca.com/" }, "endTime": 1687109882452 }, { "type": "test", "which": "htmlcs", "startTime": 1687109882452, "url": "https://www.daviesforca.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h3", "id": "", "code": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.345455s;\" class=\"preFade\">...</h3>" } ], "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.": [ { "tagName": "h3", "id": "", "code": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.345455s;\" class=\"preFade\">...</h3>" } ] }, "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 4.15:1. Recommendation: change text colour to #004397.": [ { "tagName": "a", "id": "", "code": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/legislation\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/meet\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">...</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:1. Recommendation: change text colour to #595959.": [ { "tagName": "noscript", "id": "", "code": "<noscript>...</noscript>" }, { "tagName": "p", "id": "", "code": "<p style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.581818s;\" class=\"sqsrte-small preFade\">...</p>" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\">" }, { "tagName": "img", "id": "", "code": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image-dimensions=\"1920x1080\" data-image-focal-point=\"0.23829667230682458,0.4640290018126133\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 23.8297% 46.4029%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"1.8\" data-image-resolution=\"1500w\">" }, { "tagName": "img", "id": "", "code": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\">" }, { "tagName": "img", "id": "", "code": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" data-image-dimensions=\"2000x1428\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221a2dfbcc3a24666836e70\" data-type=\"image\" style=\"left: 0%; top: -0.0410256%; width: 100%; height: 100.082%; position: absolute;\" data-image-resolution=\"500w\" src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png?format=500w\">" } ] }, "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=\"header-actions-action header-actions-action--social\">...</div>" } ] }, "AAA.1_3_5.H98": { "This element contains a potentially faulty value in its autocomplete attribute: false.": [ { "tagName": "input", "id": "#email-yui_3_17_2_1_1553888888520_3745-field", "code": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">" } ] }, "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": "#floatingCart", "code": "<div id=\"floatingCart\" class=\"floating-cart hidden\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"header-menu header-menu--folder-list\n \n \n \n \n \n \" data-current-styles=\"{\n"layout": "navRight",\n"action": {\n"href": "https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99",\n"buttonText": "DONATE TODAY",\n"newWindow": true\n},\n"showSocial": true,\n"socialOptions": {\n"socialBorderShape": "none",\n"socialBorderStyle": "outline",\n"socialBorderThickness": {\n"unit": "px",\n"value": 1.0\n}\n},\n"sectionTheme": "",\n"menuOverlayAnimation": "fade",\n"cartStyle": "cart",\n"cartText": "Cart",\n"showEmptyCartState": true,\n"cartOptions": {\n"iconType": "solid-7",\n"cartBorderShape": "none",\n"cartBorderStyle": "outline",\n"cartBorderThickness": {\n"unit": "px",\n"value": 1.0\n}\n},\n"showButton": true,\n"showCart": false,\n"showAccountLogin": true,\n"headerStyle": "solid",\n"languagePicker": {\n"enabled": false,\n"iconEnabled": false,\n"iconType": "globe",\n"flagShape": "shiny",\n"languageFlags": [ ]\n},\n"mobileOptions": {\n"layout": "logoLeftNavRight",\n"menuIcon": "doubleLineHamburger",\n"menuIconOptions": {\n"style": "doubleLineHamburger",\n"thickness": {\n"unit": "px",\n"value": 1.0\n}\n}\n},\n"dynamicOptions": {\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n}\n},\n"solidOptions": {\n"headerOpacity": {\n"unit": "%",\n"value": 100.0\n},\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n},\n"dropShadow": {\n"enabled": false,\n"blur": {\n"unit": "px",\n"value": 30.0\n},\n"spread": {\n"unit": "px",\n"value": 0.0\n},\n"distance": {\n"unit": "px",\n"value": 0.0\n}\n},\n"blurBackground": {\n"enabled": false,\n"blurRadius": {\n"unit": "px",\n"value": 12.0\n}\n}\n},\n"gradientOptions": {\n"gradientType": "faded",\n"headerOpacity": {\n"unit": "%",\n"value": 90.0\n},\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n},\n"dropShadow": {\n"enabled": false,\n"blur": {\n"unit": "px",\n"value": 30.0\n},\n"spread": {\n"unit": "px",\n"value": 0.0\n},\n"distance": {\n"unit": "px",\n"value": 0.0\n}\n},\n"blurBackground": {\n"enabled": false,\n"blurRadius": {\n"unit": "px",\n"value": 12.0\n}\n}\n},\n"showPromotedElement": false\n}\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 150.172px;\">...</div>" } ] }, "AAA.1_4_6.G17.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [ { "tagName": "a", "id": "", "code": "<a class=\"header-nav-folder-title preFade fadeIn\" href=\"/about-laurie\" tabindex=\"-1\" data-animation-role=\"header-element\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0545455s;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/gallery\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0909091s;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/in-the-news\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.109091s;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/legislation\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0727273s;\">...</a>" }, { "tagName": "span", "id": "", "code": "<span class=\"header-nav-folder-item-content\">...</span>" } ] }, "AAA.1_4_6.G17.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"/\" data-animation-role=\"header-element\" aria-current=\"page\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0363636s;\">...</a>" } ] }, "AAA.2_5_3.F96": { "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.": [ { "tagName": "label", "id": "", "code": "<label aria-label=\"Email\" for=\"email-yui_3_17_2_1_1553888888520_3745-field\" class=\"title ORJvfAX1j_0GYzxaesgd\">...</label>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"Facebook\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 23, 0, 0, 7 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image=\"https://images.squarespace-cdn. ... classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 23.8297% 46.4029%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"1.8\" data-image-resolution=\"1500w\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image=\"https:/ ... eb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" data-image=\" ... data-image-resolution=\"500w\" src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png?format=500w\">" }, { "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=\"header-actions-action header-actions-action--social\">...</div>" }, { "ruleID": "AAA.1_3_5.H98", "what": "This element contains a potentially faulty value in its autocomplete attribute: false.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">" }, { "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": "floatingCart", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"floatingCart\" class=\"floating-cart hidden\">...</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=\"header-menu header-menu--folder-list \" data-current-styles=\"{ "layout": "navRight", "action": { "href": "https://www.efundraisingconnections.co ... "value": 12.0 } } }, "showPromotedElement": false }\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 150.172px;\">...</div>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"header-nav-folder-title preFade fadeIn\" href=\"/about-laurie\" tabindex=\"-1\" data-animation-role=\"header-element\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0545455s;\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/gallery\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0909091s;\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/in-the-news\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.109091s;\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/legislation\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0727273s;\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"header-nav-folder-item-content\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\" aria-current=\"page\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0363636s;\">...</a>" }, { "ruleID": "AAA.2_5_3.F96", "what": "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label aria-label=\"Email\" for=\"email-yui_3_17_2_1_1553888888520_3745-field\" class=\"title ORJvfAX1j_0GYzxaesgd\">...</label>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"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 class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"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 class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" 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://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"Facebook\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.345455s;\" class=\"preFade\">...</h3>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.345455s;\" class=\"preFade\">...</h3>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.15:1. Recommendation: change text colour to #004397.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.15:1. Recommendation: change text colour to #004397.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/legislation\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.15:1. Recommendation: change text colour to #004397.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/meet\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">...</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:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<noscript>...</noscript>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.581818s;\" class=\"sqsrte-small preFade\">...</p>" } ] }, "endTime": 1687109882655 }, { "type": "launch", "which": "chromium", "startTime": 1687109882656, "endTime": 1687109883138 }, { "type": "url", "which": "https://www.daviesforca.com/", "what": "Candidate Laurie Davies (R)", "startTime": 1687109883138, "result": { "url": "https://www.daviesforca.com/" }, "endTime": 1687109884210 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687109884210, "url": "https://www.daviesforca.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 8, "recommendation": 5, "ignored": 0 }, "items": [ { "ruleId": "label_name_visible", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]", "aria": "/document[1]/main[1]/article[1]/form[1]/textbox[1]" }, "message": "Accessible name does not match or contain the visible label text", "bounds": { "left": 417, "top": 1796, "height": 46, "width": 367 }, "snippet": "<input value=\"\" type=\"email\" placeholder=\"\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"false\" aria-required=\"true\" aria-label=\"Email\" aria-invalid=\"false\">", "level": "violation" }, { "ruleId": "input_autocomplete_valid", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]", "aria": "/document[1]/main[1]/article[1]/form[1]/textbox[1]" }, "message": "The 'autocomplete' attribute has an incorrect value", "bounds": { "left": 417, "top": 1796, "height": 46, "width": 367 }, "snippet": "<input value=\"\" type=\"email\" placeholder=\"\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"false\" aria-required=\"true\" aria-label=\"Email\" aria-invalid=\"false\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]", "aria": "/document[1]/main[1]/article[1]/navigation[2]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 112, "top": 2249, "height": 58, "width": 576 }, "snippet": "<nav class=\"sqs-svg-icon--list\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]", "aria": "/document[1]/main[1]/article[1]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 16, "top": 1928, "height": 31, "width": 301 }, "snippet": "<nav class=\"sqs-svg-icon--list\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 57, "top": 16, "height": 72, "width": 475 }, "snippet": "<nav class=\"header-nav-list\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 57, "top": 16, "height": 72, "width": 475 }, "snippet": "<nav class=\"header-nav-list\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[2]/label[1]", "aria": "/document[1]/main[1]/article[1]/form[1]" }, "message": "The ARIA attributes \"aria-label\" are not valid for the element <label> with ARIA role \"none\"", "bounds": { "left": 417, "top": 1860, "height": 49, "width": 367 }, "snippet": "<label class=\"title ORJvfAX1j_0GYzxaesgd\" for=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-label=\"Text Area\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[1]/label[1]", "aria": "/document[1]/main[1]/article[1]/form[1]" }, "message": "The ARIA attributes \"aria-label\" are not valid for the element <label> with ARIA role \"none\"", "bounds": { "left": 417, "top": 1747, "height": 49, "width": 367 }, "snippet": "<label class=\"title ORJvfAX1j_0GYzxaesgd\" for=\"email-yui_3_17_2_1_1553888888520_3745-field\" aria-label=\"Email\">", "level": "violation" }, { "ruleId": "figure_label_exists", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]", "aria": "/document[1]/main[1]/article[1]/figure[2]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 16, "top": 1306, "height": 131, "width": 768 }, "snippet": "<figure id=\"yui_3_17_2_1_1687109883749_91\" style=\"max-width:2000px;\" class=\"\n sqs-block-image-figure\n intrinsic\n \">", "level": "recommendation" }, { "ruleId": "figure_label_exists", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]", "aria": "/document[1]/main[1]/article[1]/figure[1]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 16, "top": 627, "height": 215, "width": 301 }, "snippet": "<figure id=\"yui_3_17_2_1_1687109883749_67\" style=\"max-width:2000px;\" class=\"\n sqs-block-image-figure\n intrinsic\n \">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[4]", "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=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" http-equiv=\"Accept-CH\">", "level": "recommendation" }, { "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=\"IE=edge,chrome=1\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]", "aria": "/document[1]/main[1]" }, "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "bounds": { "left": 0, "top": 0, "height": 2443, "width": 800 }, "snippet": "<main role=\"main\" class=\"container\" id=\"page\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 5, 0, 8 ], "instances": [ { "ruleID": "label_name_visible", "what": "Accessible name does not match or contain the visible label text", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input value=\"\" type=\"email\" placeholder=\"\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"false\" aria-required=\"true\" aria-label=\"Email\" aria-invalid=\"false\">" }, { "ruleID": "input_autocomplete_valid", "what": "The 'autocomplete' attribute has an incorrect value", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input value=\"\" type=\"email\" placeholder=\"\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"false\" aria-required=\"true\" aria-label=\"Email\" aria-invalid=\"false\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav class=\"sqs-svg-icon--list\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav class=\"sqs-svg-icon--list\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/nav[1]" }, "excerpt": "<nav class=\"header-nav-list\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/nav[1]" }, "excerpt": "<nav class=\"header-nav-list\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-label\" are not valid for the element <label> with ARIA role \"none\"", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[2]/label[1]" }, "excerpt": "<label class=\"title ORJvfAX1j_0GYzxaesgd\" for=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-label=\"Text Area\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-label\" are not valid for the element <label> with ARIA role \"none\"", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/form[1]/div[2]/div[1]/label[1]" }, "excerpt": "<label class=\"title ORJvfAX1j_0GYzxaesgd\" for=\"email-yui_3_17_2_1_1553888888520_3745-field\" aria-label=\"Email\">" }, { "ruleID": "figure_label_exists", "what": "The <figure> element does not have an associated label", "ordinalSeverity": 1, "tagName": "FIGURE", "id": "yui_3_17_2_1_1687109883749_91", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]" }, "excerpt": "<figure id=\"yui_3_17_2_1_1687109883749_91\" style=\"max-width:2000px;\" class=\" sqs-block-image-figure intrinsic \">" }, { "ruleID": "figure_label_exists", "what": "The <figure> element does not have an associated label", "ordinalSeverity": 1, "tagName": "FIGURE", "id": "yui_3_17_2_1_1687109883749_67", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]" }, "excerpt": "<figure id=\"yui_3_17_2_1_1687109883749_67\" style=\"max-width:2000px;\" class=\" sqs-block-image-figure intrinsic \">" }, { "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[4]" }, "excerpt": "<meta content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" http-equiv=\"Accept-CH\">" }, { "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=\"IE=edge,chrome=1\" http-equiv=\"X-UA-Compatible\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "ordinalSeverity": 1, "tagName": "MAIN", "id": "page", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]" }, "excerpt": "<main role=\"main\" class=\"container\" id=\"page\">" } ] }, "endTime": 1687109886901 }, { "type": "launch", "which": "chromium", "startTime": 1687109886901, "endTime": 1687109887418 }, { "type": "url", "which": "https://www.daviesforca.com/", "what": "Candidate Laurie Davies (R)", "startTime": 1687109887418, "result": { "url": "https://www.daviesforca.com/" }, "endTime": 1687109888503 }, { "type": "test", "which": "nuVal", "startTime": 1687109888503, "url": "https://www.daviesforca.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 1, "lastColumn": 654, "firstColumn": 16, "message": "Attribute xmlns:og not allowed here.", "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n5-loading wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head>", "hiliteStart": 10, "hiliteLength": 639 }, { "type": "info", "lastLine": 1, "lastColumn": 654, "firstColumn": 16, "subType": "warning", "message": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n5-loading wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head>", "hiliteStart": 10, "hiliteLength": 639 }, { "type": "error", "lastLine": 1, "lastColumn": 654, "firstColumn": 16, "message": "Attribute xmlns:fb not allowed here.", "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n5-loading wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head>", "hiliteStart": 10, "hiliteLength": 639 }, { "type": "info", "lastLine": 1, "lastColumn": 654, "firstColumn": 16, "subType": "warning", "message": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n5-loading wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head>", "hiliteStart": 10, "hiliteLength": 639 }, { "type": "error", "lastLine": 2, "lastColumn": 66, "firstColumn": 5, "message": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "extract": "head>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "error", "lastLine": 8, "lastColumn": 83, "firstColumn": 1, "message": "Bad value Accept-CH for attribute http-equiv on element meta.", "extract": "s</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\"><link ", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "info", "lastLine": 28, "lastColumn": 778, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "cdn.com\">\n<script type=\"text/javascript\" src=\"//use.typekit.net/ik/jXV9tGQFiktlfJKJPHK-2x8oiLcuYLgHrKe0bBMAF2jfez92fFHN4UJLFRbh52jhWDmcFQmqFAbo5eIojQjXFDFqZ26aFDShwU7eMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0deBuSc88ZeBh-AmDFDw0SaBujW48Sagyjh90jhNlOfG0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1Oco8ifUySkolZPUqjWZTZWFcda4RjPoRdhXCdeBuSc88ZeBh-AmDFDw0SaBujW48Sagyjh90jhNlOeUzjhBC-eNDifUDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80Zko0ZWbCiaiaOcBDOcu8OYiaikoqjWZTZWFcda4RjPoRdhXCiaiaOcUyiW4TZAsyic88SDSDO1FUiABkZWF3jAF8OcFzdPUaiaS0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPJ--WsROABhjAoXOAiyScs8OAizieyTjku3Scv7f6KXC3JbMg62JMJ7f6KuC3JbMg6BJMJ7f6KDC3JbMg6YJMHbMix6_zGB.js\"></scri", "hiliteStart": 10, "hiliteLength": 778 }, { "type": "info", "lastLine": 29, "lastColumn": 23, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "</script>\n<style type=\"text/css\">@font-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 29, "lastColumn": 1421, "firstColumn": 1391, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ";}</style><script type=\"text/javascript\">try{Ty", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 30, "lastColumn": 150, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri", "hiliteStart": 10, "hiliteLength": 150 }, { "type": "info", "lastLine": 31, "lastColumn": 130, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 32, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\">SQUARE", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 62, "lastColumn": 178, "firstColumn": 9, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "}\n</style><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-83962\" src=\"https://assets.squarespace.com/universal/scripts-compressed/83962-72fff975d23656cfcfa05-min.en-US.js\"></scri", "hiliteStart": 10, "hiliteLength": 170 }, { "type": "info", "lastLine": 62, "lastColumn": 357, "firstColumn": 188, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-20324\" src=\"https://assets.squarespace.com/universal/scripts-compressed/20324-2836ea3672a389c9a11f6-min.en-US.js\"></scri", "hiliteStart": 10, "hiliteLength": 170 }, { "type": "info", "lastLine": 62, "lastColumn": 713, "firstColumn": 530, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "n-US.css\"><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-37737\" src=\"https://assets.squarespace.com/universal/scripts-compressed/async-visitor-forms-7c4ecb530339d9b8092f0-min.en-US.js\"></scri", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "error", "lastLine": 93, "lastColumn": 58, "firstColumn": 15, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"legacy-cart icon-cart-quantity\">\n ", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 271, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "a>\n \n\n\n<style>\n @", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 566, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " \n\n\n<style>\n .to", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 579, "lastColumn": 28, "firstColumn": 5, "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "extract": "span>\n <div class=\"burger-box\">\n ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "error", "lastLine": 804, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " \n\n\n<style>\n .to", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 817, "lastColumn": 28, "firstColumn": 5, "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "extract": "span>\n <div class=\"burger-box\">\n ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 1097, "lastColumn": 52, "firstColumn": 7, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": ">\n\n\n <main id=\"page\" class=\"container\" role=\"main\">\n ", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "error", "lastLine": 1287, "lastColumn": 1771, "firstColumn": 3, "message": "Element img is missing required attribute src.", "extract": "\n\n \n \n <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image-dimensions=\"1920x1080\" data-image-focal-point=\"0.23829667230682458,0.4640290018126133\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 23.8297% 46.4029%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"1.8\" data-image-resolution=\"1500w\">\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 1769 }, { "type": "info", "lastLine": 1199, "firstLine": 1110, "lastColumn": 126, "firstColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": " \n\n\n \n\n\n<section data-test=\"page-section\" data-section-theme=\"black\" class=\"page-section \n \n layout-engine-section\n \n background-width--full-bleed\n \n section-height--large\n \n \n content-width--medium\n \n horizontal-alignment--center\n vertical-alignment--middle\n \n has-background\n \n \n black\" data-section-id=\"5f55d5d98a9a6473dd877791\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n"backgroundImage": {\n"id": "6272f89b4e2d884518f92092",\n"recordType": 2,\n"addedOn": 1651701915747,\n"updatedOn": 1651701945221,\n"workflowState": 1,\n"publishOn": 1651701915747,\n"authorId": "5201381be4b0afc787504678",\n"systemDataId": "6c755537-a1e5-4942-b5aa-76dd5c43c826",\n"systemDataVariants": "1920x1080,100w,300w,500w,750w,1000w,1500w",\n"systemDataSourceType": "PNG",\n"filename": "Davies Banner (6).png",\n"mediaFocalPoint": {\n"x": 0.23829667230682458,\n"y": 0.4640290018126133,\n"source": 3\n},\n"colorData": {\n"topLeftAverage": "3f6f9d",\n"topRightAverage": "5d83ab",\n"bottomLeftAverage": "727677",\n"bottomRightAverage": "666b60",\n"centerAverage": "7e9eae",\n"suggestedBgColor": "7b7f8d"\n},\n"urlId": "gtw8kft72tok6svbvok5yvcrmnyw7m",\n"title": "",\n"body": null,\n"likeCount": 0,\n"commentCount": 0,\n"publicCommentCount": 0,\n"commentState": 2,\n"unsaved": false,\n"author": {\n"id": "5201381be4b0afc787504678",\n"displayName": "Tim Kearns",\n"firstName": "Tim",\n"lastName": "Kearns",\n"websiteUrl": "",\n"bio": ""\n},\n"assetUrl": "https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png",\n"contentType": "image/png",\n"items": [ ],\n"pushedServices": { },\n"pendingPushedServices": { },\n"recordTypeLabel": "image",\n"originalSize": "1920x1080"\n},\n"imageOverlayOpacity": 0.0,\n"backgroundWidth": "background-width--full-bleed",\n"sectionHeight": "section-height--large",\n"customSectionHeight": 100,\n"horizontalAlignment": "horizontal-alignment--center",\n"verticalAlignment": "vertical-alignment--middle",\n"contentWidth": "content-width--medium",\n"sectionTheme": "black",\n"sectionAnimation": "none",\n"backgroundMode": "image"\n}\" data-current-context=\"{\n"video": {\n"playbackSpeed": 0.5,\n"filter": 1,\n"filterStrength": 0,\n"zoom": 0,\n"videoSourceProvider": "none"\n},\n"backgroundImageId": null,\n"backgroundMediaEffect": null,\n"divider": null,\n"typeName": "page"\n}\" data-animation=\"none\" style=\"padding-top: 150.172px;\" data-controllers-bound=\"SectionWrapperController\" data-active=\"true\">\n <di", "hiliteStart": 10, "hiliteLength": 3477 }, { "type": "info", "lastLine": 1451, "lastColumn": 200, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" alt=\"\" /></nosc", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "error", "lastLine": 1615, "lastColumn": 399, "firstColumn": 3, "message": "Element img is missing required attribute src.", "extract": "\n\n \n \n <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\">\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 397 }, { "type": "info", "lastLine": 1705, "lastColumn": 193, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" alt=\"\" /></nosc", "hiliteStart": 10, "hiliteLength": 165 }, { "type": "error", "lastLine": 1705, "lastColumn": 693, "firstColumn": 205, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\">\n ", "hiliteStart": 10, "hiliteLength": 489 }, { "type": "info", "lastLine": 1598, "firstLine": 1508, "lastColumn": 136, "firstColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": " \n\n\n \n\n\n<section data-test=\"page-section\" data-section-theme=\"black\" class=\"page-section \n \n layout-engine-section\n \n background-width--full-bleed\n \n \n \n \n \n content-width--wide\n \n horizontal-alignment--center\n vertical-alignment--middle\n \n has-background\n \n \n black\" data-section-id=\"5f55e79b36732345b4f1997d\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n"backgroundImage": {\n"id": "6221a33995d2641c7126e589",\n"recordType": 2,\n"addedOn": 1646371641703,\n"updatedOn": 1646371641760,\n"workflowState": 1,\n"publishOn": 1646371641703,\n"authorId": "5201381be4b0afc787504678",\n"systemDataId": "15c2160f-daca-4eec-8660-97f067124788",\n"systemDataVariants": "2000x1125,100w,300w,500w,750w,1000w,1500w",\n"systemDataSourceType": "PNG",\n"filename": "PROVEN LEADERSHIP (1).png",\n"mediaFocalPoint": {\n"x": 0.5,\n"y": 0.5,\n"source": 3\n},\n"colorData": {\n"topLeftAverage": "4b76b0",\n"topRightAverage": "7b94b0",\n"bottomLeftAverage": "445e73",\n"bottomRightAverage": "706657",\n"centerAverage": "7b827c",\n"suggestedBgColor": "396cb2"\n},\n"urlId": "iz95f394vh6lkcphauk3w2rj27hn7o",\n"title": "",\n"body": null,\n"likeCount": 0,\n"commentCount": 0,\n"publicCommentCount": 0,\n"commentState": 2,\n"unsaved": false,\n"author": {\n"id": "5201381be4b0afc787504678",\n"displayName": "Tim Kearns",\n"firstName": "Tim",\n"lastName": "Kearns",\n"websiteUrl": "",\n"bio": ""\n},\n"assetUrl": "https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png",\n"contentType": "image/png",\n"items": [ ],\n"pushedServices": { },\n"pendingPushedServices": { },\n"recordTypeLabel": "image",\n"originalSize": "2000x1125"\n},\n"imageOverlayOpacity": 0.71,\n"backgroundWidth": "background-width--full-bleed",\n"sectionHeight": "section-height--custom",\n"customSectionHeight": 55,\n"horizontalAlignment": "horizontal-alignment--center",\n"verticalAlignment": "vertical-alignment--middle",\n"contentWidth": "content-width--wide",\n"sectionTheme": "black",\n"sectionAnimation": "none",\n"backgroundMode": "image"\n}\" data-current-context=\"{\n"video": {\n"playbackSpeed": 0.5,\n"filter": 1,\n"filterStrength": 0,\n"zoom": 0,\n"videoSourceProvider": "none"\n},\n"backgroundImageId": null,\n"backgroundMediaEffect": null,\n"divider": null,\n"typeName": "page"\n}\" data-animation=\"none\" style=\"min-height: 55vh;\" data-controllers-bound=\"SectionWrapperController\" id=\"yui_3_17_2_1_1687109888025_98\">\n <di", "hiliteStart": 10, "hiliteLength": 3447 }, { "type": "error", "lastLine": 1819, "lastColumn": 9, "firstColumn": 3, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ular \">\n <style>\n #", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 1918, "lastColumn": 194, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\">\n ", "hiliteStart": 10, "hiliteLength": 174 }, { "type": "error", "lastLine": 1924, "lastColumn": 190, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\">\n ", "hiliteStart": 10, "hiliteLength": 170 }, { "type": "error", "lastLine": 2162, "lastColumn": 9, "firstColumn": 3, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ckout\">\n <style>\n #", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "info", "lastLine": 1100, "lastColumn": 86, "firstColumn": 1, "subType": "warning", "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "extract": " \n<article class=\"sections\" id=\"sections\" data-page-sections=\"5f55d5d98a9a6473dd87778f\">\n \n ", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 2214, "lastColumn": 37, "firstColumn": 7, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "in>\n <script type=\"text/javascript\">\n ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 2294, "firstLine": 2252, "lastColumn": 101, "firstColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": " \n\n\n \n\n\n<section data-test=\"page-section\" data-section-theme=\"dark\" class=\"page-section \n \n layout-engine-section\n \n background-width--full-bleed\n \n \n section-height--custom\n \n \n \n \n horizontal-alignment--center\n vertical-alignment--middle\n \n \n \n \n dark\" data-section-id=\"5f55d5f18a9a6473dd877a18\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n"imageOverlayOpacity": 0.15,\n"backgroundWidth": "background-width--full-bleed",\n"sectionHeight": "section-height--custom",\n"customSectionHeight": 10,\n"horizontalAlignment": "horizontal-alignment--center",\n"verticalAlignment": "vertical-alignment--middle",\n"contentWidth": "content-width--custom",\n"customContentWidth": 100,\n"sectionTheme": "dark",\n"sectionAnimation": "none",\n"backgroundMode": "image"\n}\" data-current-context=\"{\n"video": {\n"playbackSpeed": 0.5,\n"filter": 2,\n"filterStrength": 0,\n"zoom": 0,\n"videoSourceProvider": "none"\n},\n"backgroundImageId": null,\n"backgroundMediaEffect": null,\n"divider": null,\n"typeName": "page"\n}\" data-animation=\"none\" style=\"min-height: 10vh;\" data-controllers-bound=\"SectionWrapperController\">\n <di", "hiliteStart": 10, "hiliteLength": 1467 }, { "type": "info", "lastLine": 2339, "lastColumn": 179, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "div>\n\n <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.c8eeaec212bd3cf94137efde97e951ae.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 2344, "lastColumn": 169, "firstColumn": 146, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": ": none;\"><style id=\"smodernizrx\">@media", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "error", "lastLine": 2344, "lastColumn": 411, "firstColumn": 387, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": ": none;\"><style id=\"smodernizrxx\">@media", "hiliteStart": 10, "hiliteLength": 25 }, { "type": "error", "lastLine": 17, "lastColumn": 46, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "nt=\"434\">\n<meta itemprop=\"name\" content=\"Laurie Davies\">\n<meta", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "error", "lastLine": 18, "lastColumn": 59, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": " Davies\">\n<meta itemprop=\"url\" content=\"https://www.daviesforca.com\">\n<meta", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "error", "lastLine": 19, "lastColumn": 169, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "rca.com\">\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\">\n<link", "hiliteStart": 10, "hiliteLength": 169 }, { "type": "error", "lastLine": 21, "lastColumn": 162, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "t=1500w\">\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\">\n<meta", "hiliteStart": 10, "hiliteLength": 162 } ] }, "rawPage": { "messages": [ { "type": "error", "lastLine": 2, "firstLine": 1, "lastColumn": 114, "firstColumn": 16, "message": "Attribute xmlns:og not allowed here.", "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" >\n <he", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 2, "firstLine": 1, "lastColumn": 114, "firstColumn": 16, "subType": "warning", "message": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" >\n <he", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "error", "lastLine": 2, "firstLine": 1, "lastColumn": 114, "firstColumn": 16, "message": "Attribute xmlns:fb not allowed here.", "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" >\n <he", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 2, "firstLine": 1, "lastColumn": 114, "firstColumn": 16, "subType": "warning", "message": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" >\n <he", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "error", "lastLine": 4, "lastColumn": 66, "firstColumn": 5, "message": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "extract": "head>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 8, "lastColumn": 24, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " href=\"\">\n<meta charset=\"utf-8\" />\n<titl", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "error", "lastLine": 10, "lastColumn": 85, "firstColumn": 1, "message": "Bad value Accept-CH for attribute http-equiv on element meta.", "extract": "s</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link ", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 10, "lastColumn": 85, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link ", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 10, "lastColumn": 269, "firstColumn": 86, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-Model\" /><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/1599462286696-6RC50PONS0UPDHSP7JUW/favicon.ico?format=100w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "info", "lastLine": 11, "lastColumn": 58, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t=100w\"/>\n<link rel=\"canonical\" href=\"https://www.daviesforca.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 12, "lastColumn": 55, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ca.com\"/>\n<meta property=\"og:site_name\" content=\"Laurie Davies\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 55 }, { "type": "info", "lastLine": 13, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Davies\"/>\n<meta property=\"og:title\" content=\"Laurie Davies\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 14, "lastColumn": 63, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Davies\"/>\n<meta property=\"og:url\" content=\"https://www.daviesforca.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "info", "lastLine": 15, "lastColumn": 44, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ca.com\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 16, "lastColumn": 166, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ebsite\"/>\n<meta property=\"og:image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 166 }, { "type": "info", "lastLine": 17, "lastColumn": 48, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=1500w\"/>\n<meta property=\"og:image:width\" content=\"1117\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 18, "lastColumn": 48, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"1117\"/>\n<meta property=\"og:image:height\" content=\"434\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 19, "lastColumn": 47, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t=\"434\"/>\n<meta itemprop=\"name\" content=\"Laurie Davies\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "info", "lastLine": 20, "lastColumn": 60, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Davies\"/>\n<meta itemprop=\"url\" content=\"https://www.daviesforca.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 60 }, { "type": "info", "lastLine": 21, "lastColumn": 170, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ca.com\"/>\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 170 }, { "type": "info", "lastLine": 22, "lastColumn": 160, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=1500w\"/>\n<link rel=\"image_src\" href=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\" />\n<meta", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 23, "lastColumn": 163, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1500w\" />\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 163 }, { "type": "info", "lastLine": 24, "lastColumn": 52, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=1500w\"/>\n<meta name=\"twitter:title\" content=\"Laurie Davies\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 52 }, { "type": "info", "lastLine": 25, "lastColumn": 167, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Davies\"/>\n<meta name=\"twitter:image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 167 }, { "type": "info", "lastLine": 26, "lastColumn": 64, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=1500w\"/>\n<meta name=\"twitter:url\" content=\"https://www.daviesforca.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 27, "lastColumn": 45, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ca.com\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 28, "lastColumn": 38, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ummary\"/>\n<meta name=\"description\" content=\"\" />\n<link", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "info", "lastLine": 30, "lastColumn": 778, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "cdn.com\">\n<script type=\"text/javascript\" src=\"//use.typekit.net/ik/jXV9tGQFiktlfJKJPHK-2x8oiLcuYLgHrKe0bBMAF2jfez92fFHN4UJLFRbh52jhWDmcFQmqFAbo5eIojQjXFDFqZ26aFDShwU7eMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0deBuSc88ZeBh-AmDFDw0SaBujW48Sagyjh90jhNlOfG0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1Oco8ifUySkolZPUqjWZTZWFcda4RjPoRdhXCdeBuSc88ZeBh-AmDFDw0SaBujW48Sagyjh90jhNlOeUzjhBC-eNDifUDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80Zko0ZWbCiaiaOcBDOcu8OYiaikoqjWZTZWFcda4RjPoRdhXCiaiaOcUyiW4TZAsyic88SDSDO1FUiABkZWF3jAF8OcFzdPUaiaS0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPJ--WsROABhjAoXOAiyScs8OAizieyTjku3Scv7f6KXC3JbMg62JMJ7f6KuC3JbMg6BJMJ7f6KDC3JbMg6YJMHbMix6_zGB.js\"></scri", "hiliteStart": 10, "hiliteLength": 778 }, { "type": "info", "lastLine": 31, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\">try{Ty", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 32, "lastColumn": 150, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri", "hiliteStart": 10, "hiliteLength": 150 }, { "type": "info", "lastLine": 33, "lastColumn": 130, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 34, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\">SQUARE", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 42, "lastColumn": 18478, "firstColumn": 18282, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "}</script><link rel=\"stylesheet\" type=\"text/css\" href=\"https://static1.squarespace.com/static/versioned-site-css/5f55d5d98a9a6473dd877763/58/5c5a519771c10ba3470d8101/5f55d5d98a9a6473dd877772/1398/site.css\"/><scrip", "hiliteStart": 10, "hiliteLength": 197 }, { "type": "error", "lastLine": 98, "lastColumn": 58, "firstColumn": 15, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"legacy-cart icon-cart-quantity\">\n ", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 297, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "a>\n \n\n\n<style>\n @", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 655, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " \n\n\n<style>\n .to", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 672, "lastColumn": 28, "firstColumn": 5, "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "extract": "span>\n <div class=\"burger-box\">\n ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "error", "lastLine": 940, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " \n\n\n<style>\n .to", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 957, "lastColumn": 28, "firstColumn": 5, "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "extract": "span>\n <div class=\"burger-box\">\n ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 1272, "lastColumn": 52, "firstColumn": 7, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": ">\n\n\n <main id=\"page\" class=\"container\" role=\"main\">\n ", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "error", "lastLine": 1485, "lastColumn": 398, "message": "Duplicate attribute alt.", "extract": "0018126133\" alt=\"Davies Banner", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 1494, "firstLine": 1483, "lastColumn": 4, "firstColumn": 3, "message": "Element img is missing required attribute src.", "extract": "\n\n \n \n <img alt=\"\"\n \n data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image-dimensions=\"1920x1080\" data-image-focal-point=\"0.23829667230682458,0.4640290018126133\" alt=\"Davies Banner (6).png\" \n data-load=\"false\"\n \n srcset=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=original 2500w\"\n \n sizes=\"(max-width: 799px) 200vw, 100vw\" \n onLoad=\"positionImage(this); this.classList.add('loaded');\"\n loading=\"lazy\"\n \n />\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 1699 }, { "type": "info", "lastLine": 1494, "firstLine": 1483, "lastColumn": 4, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n\n \n \n <img alt=\"\"\n \n data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image-dimensions=\"1920x1080\" data-image-focal-point=\"0.23829667230682458,0.4640290018126133\" alt=\"Davies Banner (6).png\" \n data-load=\"false\"\n \n srcset=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=original 2500w\"\n \n sizes=\"(max-width: 799px) 200vw, 100vw\" \n onLoad=\"positionImage(this); this.classList.add('loaded');\"\n loading=\"lazy\"\n \n />\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 1699 }, { "type": "info", "lastLine": 1392, "firstLine": 1285, "lastColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": " \n\n\n \n\n\n<section\n data-test=\"page-section\"\n \n data-section-theme=\"black\"\n class='page-section \n \n layout-engine-section\n \n background-width--full-bleed\n \n section-height--large\n \n \n content-width--medium\n \n horizontal-alignment--center\n vertical-alignment--middle\n \n has-background\n \n \n black'\n \n data-section-id=\"5f55d5d98a9a6473dd877791\"\n \n data-controller=\"SectionWrapperController\"\n data-current-styles=\"{\n"backgroundImage": {\n"id": "6272f89b4e2d884518f92092",\n"recordType": 2,\n"addedOn": 1651701915747,\n"updatedOn": 1651701945221,\n"workflowState": 1,\n"publishOn": 1651701915747,\n"authorId": "5201381be4b0afc787504678",\n"systemDataId": "6c755537-a1e5-4942-b5aa-76dd5c43c826",\n"systemDataVariants": "1920x1080,100w,300w,500w,750w,1000w,1500w",\n"systemDataSourceType": "PNG",\n"filename": "Davies Banner (6).png",\n"mediaFocalPoint": {\n"x": 0.23829667230682458,\n"y": 0.4640290018126133,\n"source": 3\n},\n"colorData": {\n"topLeftAverage": "3f6f9d",\n"topRightAverage": "5d83ab",\n"bottomLeftAverage": "727677",\n"bottomRightAverage": "666b60",\n"centerAverage": "7e9eae",\n"suggestedBgColor": "7b7f8d"\n},\n"urlId": "gtw8kft72tok6svbvok5yvcrmnyw7m",\n"title": "",\n"body": null,\n"likeCount": 0,\n"commentCount": 0,\n"publicCommentCount": 0,\n"commentState": 2,\n"unsaved": false,\n"author": {\n"id": "5201381be4b0afc787504678",\n"displayName": "Tim Kearns",\n"firstName": "Tim",\n"lastName": "Kearns",\n"websiteUrl": "",\n"bio": ""\n},\n"assetUrl": "https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png",\n"contentType": "image/png",\n"items": [ ],\n"pushedServices": { },\n"pendingPushedServices": { },\n"recordTypeLabel": "image",\n"originalSize": "1920x1080"\n},\n"imageOverlayOpacity": 0.0,\n"backgroundWidth": "background-width--full-bleed",\n"sectionHeight": "section-height--large",\n"customSectionHeight": 100,\n"horizontalAlignment": "horizontal-alignment--center",\n"verticalAlignment": "vertical-alignment--middle",\n"contentWidth": "content-width--medium",\n"sectionTheme": "black",\n"sectionAnimation": "none",\n"backgroundMode": "image"\n}\"\n data-current-context=\"{\n"video": {\n"playbackSpeed": 0.5,\n"filter": 1,\n"filterStrength": 0,\n"zoom": 0,\n"videoSourceProvider": "none"\n},\n"backgroundImageId": null,\n"backgroundMediaEffect": null,\n"divider": null,\n"typeName": "page"\n}\"\n data-animation=\"none\"\n \n \n \n \n \n \n>\n <di", "hiliteStart": 10, "hiliteLength": 3423 }, { "type": "info", "lastLine": 1713, "lastColumn": 200, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" alt=\"\" /></nosc", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "error", "lastLine": 1713, "lastColumn": 717, "firstColumn": 212, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" data-image-dimensions=\"2000x1428\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221a2dfbcc3a24666836e70\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 506 }, { "type": "info", "lastLine": 1713, "lastColumn": 717, "firstColumn": 212, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" data-image-dimensions=\"2000x1428\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221a2dfbcc3a24666836e70\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 506 }, { "type": "error", "lastLine": 1920, "lastColumn": 375, "message": "Duplicate attribute alt.", "extract": "t=\"0.5,0.5\" alt=\"PROVEN LEADER", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 1923, "firstLine": 1918, "lastColumn": 4, "firstColumn": 3, "message": "Element img is missing required attribute src.", "extract": "\n\n \n \n <img alt=\"\"\n \n data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" alt=\"PROVEN LEADERSHIP (1).png\" \n data-load=\"false\"\n \n />\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 452 }, { "type": "info", "lastLine": 1923, "firstLine": 1918, "lastColumn": 4, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n\n \n \n <img alt=\"\"\n \n data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" alt=\"PROVEN LEADERSHIP (1).png\" \n data-load=\"false\"\n \n />\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 452 }, { "type": "info", "lastLine": 2041, "lastColumn": 193, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" alt=\"\" /></nosc", "hiliteStart": 10, "hiliteLength": 165 }, { "type": "error", "lastLine": 2041, "lastColumn": 695, "firstColumn": 205, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 491 }, { "type": "info", "lastLine": 2041, "lastColumn": 695, "firstColumn": 205, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 491 }, { "type": "info", "lastLine": 1898, "firstLine": 1790, "lastColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": " \n\n\n \n\n\n<section\n data-test=\"page-section\"\n \n data-section-theme=\"black\"\n class='page-section \n \n layout-engine-section\n \n background-width--full-bleed\n \n \n \n \n \n content-width--wide\n \n horizontal-alignment--center\n vertical-alignment--middle\n \n has-background\n \n \n black'\n \n data-section-id=\"5f55e79b36732345b4f1997d\"\n \n data-controller=\"SectionWrapperController\"\n data-current-styles=\"{\n"backgroundImage": {\n"id": "6221a33995d2641c7126e589",\n"recordType": 2,\n"addedOn": 1646371641703,\n"updatedOn": 1646371641760,\n"workflowState": 1,\n"publishOn": 1646371641703,\n"authorId": "5201381be4b0afc787504678",\n"systemDataId": "15c2160f-daca-4eec-8660-97f067124788",\n"systemDataVariants": "2000x1125,100w,300w,500w,750w,1000w,1500w",\n"systemDataSourceType": "PNG",\n"filename": "PROVEN LEADERSHIP (1).png",\n"mediaFocalPoint": {\n"x": 0.5,\n"y": 0.5,\n"source": 3\n},\n"colorData": {\n"topLeftAverage": "4b76b0",\n"topRightAverage": "7b94b0",\n"bottomLeftAverage": "445e73",\n"bottomRightAverage": "706657",\n"centerAverage": "7b827c",\n"suggestedBgColor": "396cb2"\n},\n"urlId": "iz95f394vh6lkcphauk3w2rj27hn7o",\n"title": "",\n"body": null,\n"likeCount": 0,\n"commentCount": 0,\n"publicCommentCount": 0,\n"commentState": 2,\n"unsaved": false,\n"author": {\n"id": "5201381be4b0afc787504678",\n"displayName": "Tim Kearns",\n"firstName": "Tim",\n"lastName": "Kearns",\n"websiteUrl": "",\n"bio": ""\n},\n"assetUrl": "https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png",\n"contentType": "image/png",\n"items": [ ],\n"pushedServices": { },\n"pendingPushedServices": { },\n"recordTypeLabel": "image",\n"originalSize": "2000x1125"\n},\n"imageOverlayOpacity": 0.71,\n"backgroundWidth": "background-width--full-bleed",\n"sectionHeight": "section-height--custom",\n"customSectionHeight": 55,\n"horizontalAlignment": "horizontal-alignment--center",\n"verticalAlignment": "vertical-alignment--middle",\n"contentWidth": "content-width--wide",\n"sectionTheme": "black",\n"sectionAnimation": "none",\n"backgroundMode": "image"\n}\"\n data-current-context=\"{\n"video": {\n"playbackSpeed": 0.5,\n"filter": 1,\n"filterStrength": 0,\n"zoom": 0,\n"videoSourceProvider": "none"\n},\n"backgroundImageId": null,\n"backgroundMediaEffect": null,\n"divider": null,\n"typeName": "page"\n}\"\n data-animation=\"none\"\n \n \n \n style=\"min-height: 55vh;\" \n \n \n>\n <di", "hiliteStart": 10, "hiliteLength": 3410 }, { "type": "error", "lastLine": 2190, "lastColumn": 9, "firstColumn": 3, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "lar \" >\n <style>\n #", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 2311, "firstLine": 2302, "lastColumn": 22, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input\n class=\"field-element field-control\"\n name=\"fname\"\n x-autocompletetype=\"given-name\"\n type=\"text\"\n spellcheck=\"false\"\n maxlength=\"30\"\n data-title=\"First\"\n aria-required=\"true\"\n />\n ", "hiliteStart": 10, "hiliteLength": 388 }, { "type": "info", "lastLine": 2311, "firstLine": 2302, "lastColumn": 22, "firstColumn": 21, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <input\n class=\"field-element field-control\"\n name=\"fname\"\n x-autocompletetype=\"given-name\"\n type=\"text\"\n spellcheck=\"false\"\n maxlength=\"30\"\n data-title=\"First\"\n aria-required=\"true\"\n />\n ", "hiliteStart": 10, "hiliteLength": 388 }, { "type": "error", "lastLine": 2326, "firstLine": 2317, "lastColumn": 22, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input\n class=\"field-element field-control\"\n name=\"lname\"\n x-autocompletetype=\"surname\"\n type=\"text\"\n spellcheck=\"false\"\n maxlength=\"30\"\n data-title=\"Last\"\n aria-required=\"true\"\n />\n ", "hiliteStart": 10, "hiliteLength": 384 }, { "type": "info", "lastLine": 2326, "firstLine": 2317, "lastColumn": 22, "firstColumn": 21, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <input\n class=\"field-element field-control\"\n name=\"lname\"\n x-autocompletetype=\"surname\"\n type=\"text\"\n spellcheck=\"false\"\n maxlength=\"30\"\n data-title=\"Last\"\n aria-required=\"true\"\n />\n ", "hiliteStart": 10, "hiliteLength": 384 }, { "type": "info", "lastLine": 2377, "firstLine": 2368, "lastColumn": 18, "firstColumn": 17, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <input\n class=\"field-element\"\n id=\"email-yui_3_17_2_1_1553888888520_3745-field\"\n name=\"email\"\n type=\"email\"\n autocomplete=\"email\"\n spellcheck=\"false\"\n \n aria-required=\"true\"\n />\n ", "hiliteStart": 10, "hiliteLength": 344 }, { "type": "info", "lastLine": 2492, "firstLine": 2488, "lastColumn": 10, "firstColumn": 9, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ">\n <input\n class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\"\n type=\"submit\"\n value=\"Send\"\n />\n ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 2614, "lastColumn": 9, "firstColumn": 3, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "kout\" >\n <style>\n #", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "info", "lastLine": 1275, "lastColumn": 86, "firstColumn": 1, "subType": "warning", "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "extract": " \n<article class=\"sections\" id=\"sections\" data-page-sections=\"5f55d5d98a9a6473dd87778f\">\n \n ", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 2666, "lastColumn": 37, "firstColumn": 7, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "in>\n <script type=\"text/javascript\">\n ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 2764, "firstLine": 2704, "lastColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": " \n\n\n \n\n\n<section\n data-test=\"page-section\"\n \n data-section-theme=\"dark\"\n class='page-section \n \n layout-engine-section\n \n background-width--full-bleed\n \n \n section-height--custom\n \n \n \n \n horizontal-alignment--center\n vertical-alignment--middle\n \n \n \n \n dark'\n \n data-section-id=\"5f55d5f18a9a6473dd877a18\"\n \n data-controller=\"SectionWrapperController\"\n data-current-styles=\"{\n"imageOverlayOpacity": 0.15,\n"backgroundWidth": "background-width--full-bleed",\n"sectionHeight": "section-height--custom",\n"customSectionHeight": 10,\n"horizontalAlignment": "horizontal-alignment--center",\n"verticalAlignment": "vertical-alignment--middle",\n"contentWidth": "content-width--custom",\n"customContentWidth": 100,\n"sectionTheme": "dark",\n"sectionAnimation": "none",\n"backgroundMode": "image"\n}\"\n data-current-context=\"{\n"video": {\n"playbackSpeed": 0.5,\n"filter": 2,\n"filterStrength": 0,\n"zoom": 0,\n"videoSourceProvider": "none"\n},\n"backgroundImageId": null,\n"backgroundMediaEffect": null,\n"divider": null,\n"typeName": "page"\n}\"\n data-animation=\"none\"\n \n \n \n style=\"min-height: 10vh;\" \n \n \n>\n <di", "hiliteStart": 10, "hiliteLength": 1465 }, { "type": "info", "lastLine": 2818, "lastColumn": 179, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "div>\n\n <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.c8eeaec212bd3cf94137efde97e951ae.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 19, "lastColumn": 47, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "t=\"434\"/>\n<meta itemprop=\"name\" content=\"Laurie Davies\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "error", "lastLine": 20, "lastColumn": 60, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "Davies\"/>\n<meta itemprop=\"url\" content=\"https://www.daviesforca.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 60 }, { "type": "error", "lastLine": 21, "lastColumn": 170, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "ca.com\"/>\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 170 }, { "type": "error", "lastLine": 23, "lastColumn": 163, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "1500w\" />\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 163 } ] }, "success": true }, "standardResult": { "totals": [ 32, 0, 47, 0 ], "instances": [ { "ruleID": "Attribute xmlns:og not allowed here.", "what": "Attribute xmlns:og not allowed here.", "ordinalSeverity": 2, "tagName": "HTML", "id": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "line", "spec": "1" }, "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head>" }, { "ruleID": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "what": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "HTML", "id": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "line", "spec": "1" }, "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head>" }, { "ruleID": "Attribute xmlns:fb not allowed here.", "what": "Attribute xmlns:fb not allowed here.", "ordinalSeverity": 2, "tagName": "HTML", "id": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "line", "spec": "1" }, "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head>" }, { "ruleID": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "what": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "HTML", "id": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "line", "spec": "1" }, "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head>" }, { "ruleID": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "what": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "2" }, "excerpt": "head> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"> <" }, { "ruleID": "Bad value Accept-CH for attribute http-equiv on element meta.", "what": "Bad value Accept-CH for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "8" }, "excerpt": "s</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\"><link " }, { "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": "28" }, "excerpt": "cdn.com\"> <script type=\"text/javascript\" src=\"//use.typekit.net/ik/jXV9tGQFiktlfJKJPHK-2x8oiLcuYLgHrKe0bBMAF2jfez92fFHN4UJLFRbh52jhWDmcFQmqFAbo5eIojQjXFDFqZ26aFDShwU7eMkG0jAFu-WsoShFGZAsude80ZkoRdhXCH ... RjPoRdhXCiaiaOcUyiW4TZAsyic88SDSDO1FUiABkZWF3jAF8OcFzdPUaiaS0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPJ--WsROABhjAoXOAiyScs8OAizieyTjku3Scv7f6KXC3JbMg62JMJ7f6KuC3JbMg6BJMJ7f6KDC3JbMg6YJMHbMix6_zGB.js\"></scri" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "29" }, "excerpt": "</script> <style type=\"text/css\">@font-" }, { "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": "29" }, "excerpt": ";}</style><script type=\"text/javascript\">try{Ty" }, { "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": "30" }, "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.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": "31" }, "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.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": "32" }, "excerpt": "</script> <script type=\"text/javascript\">SQUARE" }, { "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": "62" }, "excerpt": "} </style><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-83962\" src=\"https://assets.squarespace.com/universal/scripts-compressed/83962-72fff975d23656cfcfa05-min.en-US.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": "62" }, "excerpt": "></script><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-20324\" src=\"https://assets.squarespace.com/universal/scripts-compressed/20324-2836ea3672a389c9a11f6-min.en-US.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": "62" }, "excerpt": "n-US.css\"><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-37737\" src=\"https://assets.squarespace.com/universal/scripts-compressed/async-visitor-forms-7c4ecb530339d9b8092f0-min.en-US.js\"></scri" }, { "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "93" }, "excerpt": " <div class=\"legacy-cart icon-cart-quantity\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "271" }, "excerpt": "a> <style> @" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "566" }, "excerpt": " <style> .to" }, { "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "579" }, "excerpt": "span> <div class=\"burger-box\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "804" }, "excerpt": " <style> .to" }, { "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "817" }, "excerpt": "span> <div class=\"burger-box\"> " }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "dom", "type": "line", "spec": "1097" }, "excerpt": "> <main id=\"page\" class=\"container\" role=\"main\"> " }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1287" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image=\"https://images.squarespace-cdn ... lassList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 23.8297% 46.4029%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"1.8\" data-image-resolution=\"1500w\"> " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1199" }, "excerpt": " <section data-test=\"page-section\" data-section-theme=\"black\" class=\"page-section layout-engine-section background-width--full-bleed section-height--large content-width--medium horizontal-alignment--c ... ll, "divider": null, "typeName": "page" }\" data-animation=\"none\" style=\"padding-top: 150.172px;\" data-controllers-bound=\"SectionWrapperController\" data-active=\"true\"> <di" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1451" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" alt=\"\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1615" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1705" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" alt=\"\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1705" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-imag ... b8d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\"> " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "yui_3_17_2_1_1687109888025_98", "location": { "doc": "dom", "type": "line", "spec": "1598" }, "excerpt": " <section data-test=\"page-section\" data-section-theme=\"black\" class=\"page-section layout-engine-section background-width--full-bleed content-width--wide horizontal-alignment--center vertical-alignment ... divider": null, "typeName": "page" }\" data-animation=\"none\" style=\"min-height: 55vh;\" data-controllers-bound=\"SectionWrapperController\" id=\"yui_3_17_2_1_1687109888025_98\"> <di" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1819" }, "excerpt": "ular \"> <style> #" }, { "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.", "what": "Attribute x-autocompletetype not allowed on element input at this point.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1918" }, "excerpt": " <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\"> " }, { "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.", "what": "Attribute x-autocompletetype not allowed on element input at this point.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1924" }, "excerpt": " <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "2162" }, "excerpt": "ckout\"> <style> #" }, { "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "sections", "location": { "doc": "dom", "type": "line", "spec": "1100" }, "excerpt": " <article class=\"sections\" id=\"sections\" data-page-sections=\"5f55d5d98a9a6473dd87778f\"> " }, { "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": "2214" }, "excerpt": "in> <script type=\"text/javascript\"> " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "line", "spec": "2294" }, "excerpt": " <section data-test=\"page-section\" data-section-theme=\"dark\" class=\"page-section layout-engine-section background-width--full-bleed section-height--custom horizontal-alignment--center vertical-alignme ... oundMediaEffect": null, "divider": null, "typeName": "page" }\" data-animation=\"none\" style=\"min-height: 10vh;\" data-controllers-bound=\"SectionWrapperController\"> <di" }, { "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": "2339" }, "excerpt": "div> <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.c8eeaec212bd3cf94137efde97e951ae.js\" type=\"text/javascript\"></scri" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "smodernizrx", "location": { "doc": "dom", "type": "line", "spec": "2344" }, "excerpt": ": none;\"><style id=\"smodernizrx\">@media" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "smodernizrxx", "location": { "doc": "dom", "type": "line", "spec": "2344" }, "excerpt": ": none;\"><style id=\"smodernizrxx\">@media" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "17" }, "excerpt": "nt=\"434\"> <meta itemprop=\"name\" content=\"Laurie Davies\"> <meta" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "18" }, "excerpt": " Davies\"> <meta itemprop=\"url\" content=\"https://www.daviesforca.com\"> <meta" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "19" }, "excerpt": "rca.com\"> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"> <link" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "21" }, "excerpt": "t=1500w\"> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"> <meta" }, { "ruleID": "Attribute xmlns:og not allowed here.", "what": "Attribute xmlns:og not allowed here.", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "2" }, "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he" }, { "ruleID": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "what": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "2" }, "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he" }, { "ruleID": "Attribute xmlns:fb not allowed here.", "what": "Attribute xmlns:fb not allowed here.", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "2" }, "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he" }, { "ruleID": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "what": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "2" }, "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he" }, { "ruleID": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "what": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "4" }, "excerpt": "head> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"> <" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": " href=\"\"> <meta charset=\"utf-8\" /> <titl" }, { "ruleID": "Bad value Accept-CH for attribute http-equiv on element meta.", "what": "Bad value Accept-CH for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "s</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "s</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "-Model\" /><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/1599462286696-6RC50PONS0UPDHSP7JUW/favicon.ico?format=100w\"/> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": "t=100w\"/> <link rel=\"canonical\" href=\"https://www.daviesforca.com\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "12" }, "excerpt": "ca.com\"/> <meta property=\"og:site_name\" content=\"Laurie Davies\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "13" }, "excerpt": "Davies\"/> <meta property=\"og:title\" content=\"Laurie Davies\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "14" }, "excerpt": "Davies\"/> <meta property=\"og:url\" content=\"https://www.daviesforca.com\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "15" }, "excerpt": "ca.com\"/> <meta property=\"og:type\" content=\"website\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "16" }, "excerpt": "ebsite\"/> <meta property=\"og:image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "17" }, "excerpt": "=1500w\"/> <meta property=\"og:image:width\" content=\"1117\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "18" }, "excerpt": "=\"1117\"/> <meta property=\"og:image:height\" content=\"434\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "19" }, "excerpt": "t=\"434\"/> <meta itemprop=\"name\" content=\"Laurie Davies\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": "Davies\"/> <meta itemprop=\"url\" content=\"https://www.daviesforca.com\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "21" }, "excerpt": "ca.com\"/> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "22" }, "excerpt": "=1500w\"/> <link rel=\"image_src\" href=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "23" }, "excerpt": "1500w\" /> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "24" }, "excerpt": "=1500w\"/> <meta name=\"twitter:title\" content=\"Laurie Davies\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "25" }, "excerpt": "Davies\"/> <meta name=\"twitter:image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "26" }, "excerpt": "=1500w\"/> <meta name=\"twitter:url\" content=\"https://www.daviesforca.com\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "27" }, "excerpt": "ca.com\"/> <meta name=\"twitter:card\" content=\"summary\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "28" }, "excerpt": "ummary\"/> <meta name=\"description\" content=\"\" /> <link" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "30" }, "excerpt": "cdn.com\"> <script type=\"text/javascript\" src=\"//use.typekit.net/ik/jXV9tGQFiktlfJKJPHK-2x8oiLcuYLgHrKe0bBMAF2jfez92fFHN4UJLFRbh52jhWDmcFQmqFAbo5eIojQjXFDFqZ26aFDShwU7eMkG0jAFu-WsoShFGZAsude80ZkoRdhXCH ... RjPoRdhXCiaiaOcUyiW4TZAsyic88SDSDO1FUiABkZWF3jAF8OcFzdPUaiaS0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPJ--WsROABhjAoXOAiyScs8OAizieyTjku3Scv7f6KXC3JbMg62JMJ7f6KuC3JbMg6BJMJ7f6KDC3JbMg6YJMHbMix6_zGB.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": "source", "type": "line", "spec": "31" }, "excerpt": "</script> <script type=\"text/javascript\">try{Ty" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "32" }, "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.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": "source", "type": "line", "spec": "33" }, "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.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": "source", "type": "line", "spec": "34" }, "excerpt": "</script> <script type=\"text/javascript\">SQUARE" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "}</script><link rel=\"stylesheet\" type=\"text/css\" href=\"https://static1.squarespace.com/static/versioned-site-css/5f55d5d98a9a6473dd877763/58/5c5a519771c10ba3470d8101/5f55d5d98a9a6473dd877772/1398/site.css\"/><scrip" }, { "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "98" }, "excerpt": " <div class=\"legacy-cart icon-cart-quantity\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "297" }, "excerpt": "a> <style> @" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "655" }, "excerpt": " <style> .to" }, { "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "672" }, "excerpt": "span> <div class=\"burger-box\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "940" }, "excerpt": " <style> .to" }, { "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "957" }, "excerpt": "span> <div class=\"burger-box\"> " }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "source", "type": "line", "spec": "1272" }, "excerpt": "> <main id=\"page\" class=\"container\" role=\"main\"> " }, { "ruleID": "Duplicate attribute alt.", "what": "Duplicate attribute alt.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "1485" }, "excerpt": "0018126133\" alt=\"Davies Banner" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1494" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image=\"https://images.squarespace-cdn ... 5537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onLoad=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1494" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/6c755537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png\" data-image=\"https://images.squarespace-cdn ... 5537-a1e5-4942-b5aa-76dd5c43c826/Davies+Banner+%286%29.png?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onLoad=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" /> " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "source", "type": "line", "spec": "1392" }, "excerpt": " <section data-test=\"page-section\" data-section-theme=\"black\" class='page-section layout-engine-section background-width--full-bleed section-height--large content-width--medium horizontal-alignment--c ... uot;: "none" }, "backgroundImageId": null, "backgroundMediaEffect": null, "divider": null, "typeName": "page" }\" data-animation=\"none\" > <di" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "1713" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" alt=\"\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1713" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" da ... /Untitled+design+-+2022-03-03T212536.154.png\" data-image-dimensions=\"2000x1428\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221a2dfbcc3a24666836e70\" data-type=\"image\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1713" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/f584243f-ac25-423a-9d88-ac230a5c87b6/Untitled+design+-+2022-03-03T212536.154.png\" da ... /Untitled+design+-+2022-03-03T212536.154.png\" data-image-dimensions=\"2000x1428\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221a2dfbcc3a24666836e70\" data-type=\"image\" /> " }, { "ruleID": "Duplicate attribute alt.", "what": "Duplicate attribute alt.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "1920" }, "excerpt": "t=\"0.5,0.5\" alt=\"PROVEN LEADER" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1923" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace ... 473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" alt=\"PROVEN LEADERSHIP (1).png\" data-load=\"false\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1923" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image=\"https://images.squarespace ... 473dd877763/15c2160f-daca-4eec-8660-97f067124788/PROVEN+LEADERSHIP+%281%29.png\" data-image-dimensions=\"2000x1125\" data-image-focal-point=\"0.5,0.5\" alt=\"PROVEN LEADERSHIP (1).png\" data-load=\"false\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2041" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" alt=\"\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "2041" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-imag ... d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "2041" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/b8ad1346-80f6-4e30-9c68-aeb8d4e23d16/2022+Legislative+Package+%281%29.png\" data-imag ... d4e23d16/2022+Legislative+Package+%281%29.png\" data-image-dimensions=\"2000x500\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"6221b80469da5a4e41773f16\" data-type=\"image\" /> " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "source", "type": "line", "spec": "1898" }, "excerpt": " <section data-test=\"page-section\" data-section-theme=\"black\" class='page-section layout-engine-section background-width--full-bleed content-width--wide horizontal-alignment--center vertical-alignment ... "backgroundImageId": null, "backgroundMediaEffect": null, "divider": null, "typeName": "page" }\" data-animation=\"none\" style=\"min-height: 55vh;\" > <di" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "2190" }, "excerpt": "lar \" > <style> #" }, { "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.", "what": "Attribute x-autocompletetype not allowed on element input at this point.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2311" }, "excerpt": " <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2311" }, "excerpt": " <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\" /> " }, { "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.", "what": "Attribute x-autocompletetype not allowed on element input at this point.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2326" }, "excerpt": " <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2326" }, "excerpt": " <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "source", "type": "line", "spec": "2377" }, "excerpt": " <input class=\"field-element\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2492" }, "excerpt": "> <input class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\" type=\"submit\" value=\"Send\" /> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "2614" }, "excerpt": "kout\" > <style> #" }, { "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "sections", "location": { "doc": "source", "type": "line", "spec": "1275" }, "excerpt": " <article class=\"sections\" id=\"sections\" data-page-sections=\"5f55d5d98a9a6473dd87778f\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2666" }, "excerpt": "in> <script type=\"text/javascript\"> " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "source", "type": "line", "spec": "2764" }, "excerpt": " <section data-test=\"page-section\" data-section-theme=\"dark\" class='page-section layout-engine-section background-width--full-bleed section-height--custom horizontal-alignment--center vertical-alignme ... "backgroundImageId": null, "backgroundMediaEffect": null, "divider": null, "typeName": "page" }\" data-animation=\"none\" style=\"min-height: 10vh;\" > <di" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2818" }, "excerpt": "div> <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.c8eeaec212bd3cf94137efde97e951ae.js\" type=\"text/javascript\"></scri" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "19" }, "excerpt": "t=\"434\"/> <meta itemprop=\"name\" content=\"Laurie Davies\"/> <meta" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": "Davies\"/> <meta itemprop=\"url\" content=\"https://www.daviesforca.com\"/> <meta" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "21" }, "excerpt": "ca.com\"/> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/> <link" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "23" }, "excerpt": "1500w\" /> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f55d5d98a9a6473dd877763/t/5f55dba58063d02159049810/1599462312077/LD+Logo.png?format=1500w\"/> <meta" } ] }, "endTime": 1687109890837 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687109890837, "url": "https://www.daviesforca.com/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 17:38:11", "hash": "d7a135ad9cd34ad02c477cc0f90a3bd2d67157cd4ebd74905ab08eb4b4ff309520b2fd5835f44e0a924fda032b48b1313b5241ef34cf09076806562d00c1f61e", "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": 35, "warning": 11, "failed": 7, "inapplicable": 72 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 14, "warning": 7, "failed": 3, "inapplicable": 43 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head></head><body></body></html>", "pointer": "html" } ], "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": 24, "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=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n Skip to Content\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.01875s;\">\n \n\n\n\n\n\n\n\n\n\n \n \n\n\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > 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=\"/\" data-animation-role=\"header-element\" aria-current=\"page\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0375s;\">\n Welcome\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav: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=\"/meet\">\n \n Meet Laurie\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/issues\">\n \n The Issues\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/the-district\">\n \n The District\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > 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 href=\"/legislation\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.075s;\">\n Legislation\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav: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 href=\"/gallery\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.09375s;\">\n Gallery\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/in-the-news\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.1125s;\">\n In The News\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\">\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\">\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > 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 class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\">\n DONATE TODAY\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/meet\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n Learn more\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > 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) > 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=\"/legislation\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n Legislation\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > 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=\"/endorsements\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n View Laurie's Endorsements\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"Facebook\">\n \n \n \n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\">\n \n \n \n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-fname-field\" name=\"fname\" type=\"text\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label: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 aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-lname-field\" name=\"lname\" type=\"text\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label: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 aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<textarea id=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-invalid=\"false\" class=\"N6XNqaZKAVtWxncrvkab\" placeholder=\"\"></textarea>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(3) > textarea:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Send\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"Facebook\">\n \n \n \n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\">\n \n \n \n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > a: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": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-fname-field\" name=\"fname\" type=\"text\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label: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 aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-lname-field\" name=\"lname\" type=\"text\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label: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 aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div: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": "<textarea id=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-invalid=\"false\" class=\"N6XNqaZKAVtWxncrvkab\" placeholder=\"\"></textarea>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(3) > textarea:nth-child(2)" } ], "attributes": [] } ] }, "QW-ACT-R24": { "name": "autocomplete attribute has valid value", "code": "QW-ACT-R24", "mapping": "73f2c2", "description": "This rule checks that the HTML autocomplete attribute has a correct value.", "metadata": { "target": { "element": "input[autocomplete], select[autocomplete], textarea[autocomplete]" }, "success-criteria": [ { "name": "1.3.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose.html", "url_tr": "https://www.w3.org/TR/WCAG21/#identify-input-purpose" } ], "related": [], "url": "https://act-rules.github.io/rules/73f2c2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 2, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target `autocomplete` attribute is not valid." }, "results": [ { "verdict": "failed", "description": "The test target `autocomplete` attribute is not valid.", "resultCode": "F1", "elements": [ { "htmlCode": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)" } ], "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": 11, "warning": 0, "failed": 8, "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": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.35625s;\" class=\"preFade\">Meet Assemblywoman Laurie Davies</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.375s;\">Laurie, like so many Californians, wasn’t born here. She visited California multiple times as a child, and it was during those trips she knew she wanted to live here as soon as she could. Laurie was born in Wisconsin, where she and her three brothers and one sister were raised by her parents Richard and Lois Davies. Her parents instilled in her the value of hard work and the importance of family. After graduating high school, she worked for a year, and in 1981 after saving enough money to buy a Cutlass Supreme, she moved west to attend Cal State Long Beach. …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.46875s;\" class=\"preFade\">Contact Laurie.</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.4875s;\">Info@daviesforca.comFor Press Inquiries, Call (949) 433-5865</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.50625s;\">Paid for by Laurie Davies for Assembly 2024FPPC # 1456600</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h4 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.54375s;\" class=\"preFade\">For Press Inquiries, call (714) 388-8307 or email Tim@Hashtagpinpoint.com</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.58125s;\" class=\"sqsrte-small preFade\">Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] } ] }, "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": 11, "warning": 0, "failed": 8, "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": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.35625s;\" class=\"preFade\">Meet Assemblywoman Laurie Davies</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.375s;\">Laurie, like so many Californians, wasn’t born here. She visited California multiple times as a child, and it was during those trips she knew she wanted to live here as soon as she could. Laurie was born in Wisconsin, where she and her three brothers and one sister were raised by her parents Richard and Lois Davies. Her parents instilled in her the value of hard work and the importance of family. After graduating high school, she worked for a year, and in 1981 after saving enough money to buy a Cutlass Supreme, she moved west to attend Cal State Long Beach. …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.46875s;\" class=\"preFade\">Contact Laurie.</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.4875s;\">Info@daviesforca.comFor Press Inquiries, Call (949) 433-5865</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.50625s;\">Paid for by Laurie Davies for Assembly 2024FPPC # 1456600</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h4 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.54375s;\" class=\"preFade\">For Press Inquiries, call (714) 388-8307 or email Tim@Hashtagpinpoint.com</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.58125s;\" class=\"sqsrte-small preFade\">Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantgardegothicpro-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head></head><body>Laurie Davies\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n@font-fac …", "pointer": "html" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 8, "warning": 2, "failed": 2, "inapplicable": 22 }, "assertions": { "QW-WCAG-T3": { "name": "Providing a description for groups of form controls using `fieldset` and `legend` elements", "code": "QW-WCAG-T3", "mapping": "H71", "description": "This technique checks the correct use of the description element for form controls", "metadata": { "target": { "element": "fieldset" }, "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", "H65" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H71", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The `fieldset` element is neither inside nor referencing a `form` element." }, "results": [ { "verdict": "failed", "description": "The `fieldset` element is neither inside nor referencing a `form` element.", "resultCode": "F1", "elements": [ { "htmlCode": "<fieldset class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\" id=\"name-yui_3_17_2_1_1553888888520_3744\">Name(required)First NameLast Name</fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1)" } ], "attributes": [] } ] }, "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": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Headings don't start with h1" }, "results": [ { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body id=\"collection-5f55d5d98a9a6473dd877782\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-aspect-ratio-11-square tweak-blog-alternating-side-by-side-text-alignment-left tweak-blog-alternating-side-by-side-read-more-style-show tweak-blog-alternating-side-by-side-image-text-alignment-middle tweak-blog-alternating-side-by-side-delimiter-bullet tweak-blog-alternating-side-by-side-meta-position-top tweak-blog-alternating-side-by-side-primary-meta-categories tweak-blog-alternating-side-by-side-secondary-meta-date tweak-blog-alternating-side-by-side-excerpt-s …", "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": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The first focusable control is a visible link to a <main> element." }, "results": [ { "verdict": "warning", "description": "The first focusable control is a visible link to a <main> element.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n Skip to Content\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a: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": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"\n \n //images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/5c8459a3-6621-411a-a96f-63ee254c83db/LAURIE+DAVIES+%2824%29.png?format=1500w\n \n\" alt=\"Laurie Davies\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"\n \n //images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/5c8459a3-6621-411a-a96f-63ee254c83db/LAURIE+DAVIES+%2824%29.png?format=1500w\n \n\" alt=\"Laurie Davies\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 13, "warning": 2, "failed": 2, "inapplicable": 7 }, "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": 4, "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": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.35625s;\" class=\"preFade\">Meet Assemblywoman Laurie Davies</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.46875s;\" class=\"preFade fadeIn\">Contact Laurie.</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade fadeIn\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.54375s;\" class=\"preFade\">For Press Inquiries, call (714) 388-8307 or email Tim@Hashtagpinpoint.com</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h4: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": 2, "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": "<use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1) > use:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1) > use:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP17": { "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block", "code": "QW-BP17", "mapping": "G123", "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "metadata": { "target": { "element": "a", "attributes": "href" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G1", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n Skip to Content\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, { "htmlCode": "<main id=\"page\" class=\"container\" role=\"main\">\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 \n \n\n \"use strict\";\n\n var positionImage = function positionImage(imageEl) {\n var imageDimensions = imageEl.dataset.imageDimensions.split('x');\n var originalWidth = imageDimensions[0];\n var originalHeight = imageDimensions[1];\n var focalPoint = imageEl.dataset.imageFocalPoint.split(',');\n var focalPointX = focalPoint[0];\n var focalPointY = focalPoint[1];\n var parentNode = imageEl.parentNode;\n\n var scale = function () {\n var imageRatio = originalWidth / originalHeight;\n var parentClientSize = {\n …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3)" } ], "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": 1, "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": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\"\n\n\n \n border-width: 0px !important;\n \n\n\n\n\n\n\n\n\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(3)" } ], "attributes": [ "\n\n\n \n border-width: 0px !important" ] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 51, "document": 1, "graphics-document": 12, "img": 2, "navigation": 5, "button": 3, "main": 1, "article": 1, "region": 6, "presentation": 4, "figure": 2, "heading": 4, "form": 1, "group": 1, "textbox": 4 }, "tags": { "html": 1, "head": 1, "meta": 20, "base": 1, "title": 1, "link": 6, "script": 33, "style": 9, "body": 1, "div": 210, "a": 45, "span": 25, "svg": 12, "path": 8, "header": 1, "img": 6, "nav": 5, "use": 14, "button": 2, "main": 1, "article": 1, "section": 6, "figure": 2, "noscript": 2, "h3": 2, "p": 4, "h2": 1, "br": 2, "form": 1, "fieldset": 1, "legend": 1, "label": 4, "input": 4, "textarea": 1, "h4": 1, "footer": 1, "symbol": 4 } } } }, "success": true }, "standardResult": { "totals": [ 9, 36, 2, 17 ], "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": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantg ... rms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><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": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantg ... rms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><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": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantg ... rms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><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": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantg ... rms3d csstransitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head></head><body></body></html>" }, { "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) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.01875s;\"> </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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\" aria-current=\"page\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.0375s;\"> Welcome </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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/meet\"> Meet Laurie </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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/issues\"> The Issues </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/the-district\"> The District </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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.075s;\"> Legislation </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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/gallery\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.09375s;\"> Gallery </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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/in-the-news\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.1125s;\"> In The News </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> </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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/meet\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> 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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Legislation </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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/endorsements\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> View Laurie's Endorsements </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\"> </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": "name-yui_3_17_2_1_1553888888520_3744-fname-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-fname-field\" name=\"fname\" type=\"text\" value=\"\">" }, { "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": "name-yui_3_17_2_1_1553888888520_3744-lname-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-lname-field\" name=\"lname\" type=\"text\" value=\"\">" }, { "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": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "textarea-yui_3_17_2_1_1553888888520_3747-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(3) > textarea:nth-child(2)" }, "excerpt": "<textarea id=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-invalid=\"false\" class=\"N6XNqaZKAVtWxncrvkab\" placeholder=\"\"></textarea>" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)" }, "excerpt": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Send\">" }, { "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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\"> </a>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "name-yui_3_17_2_1_1553888888520_3744-fname-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-fname-field\" name=\"fname\" type=\"text\" value=\"\">" }, { "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": "name-yui_3_17_2_1_1553888888520_3744-lname-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1553888888520_3744-lname-field\" name=\"lname\" type=\"text\" value=\"\">" }, { "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": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "textarea-yui_3_17_2_1_1553888888520_3747-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(3) > textarea:nth-child(2)" }, "excerpt": "<textarea id=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-invalid=\"false\" class=\"N6XNqaZKAVtWxncrvkab\" placeholder=\"\"></textarea>" }, { "ruleID": "QW-ACT-R24", "what": "This rule checks that the HTML autocomplete attribute has a correct value.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1553888888520_3745-field\" placeholder=\"\" type=\"email\" value=\"\">" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.35625s;\" class=\"preFade\">Meet Assemblywoman Laurie Davies</h3>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.375s;\">Laurie, like so many Californians, wasn’t born here. She visite ... work and the importance of family. After graduating high school, she worked for a year, and in 1981 after saving enough money to buy a Cutlass Supreme, she moved west to attend Cal State Long Beach. …" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.46875s;\" class=\"preFade\">Contact Laurie.</h2>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.4875s;\">Info@daviesforca.comFor Press Inquiries, Call (949) 433-5865</p>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.50625s;\">Paid for by Laurie Davies for Assembly 2024FPPC # 1456600</p>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.54375s;\" class=\"preFade\">For Press Inquiries, call (714) 388-8307 or email Tim@Hashtagpinpoint.com</h4>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.58125s;\" class=\"sqsrte-small preFade\">Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600</p>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.35625s;\" class=\"preFade\">Meet Assemblywoman Laurie Davies</h3>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.375s;\">Laurie, like so many Californians, wasn’t born here. She visite ... work and the importance of family. After graduating high school, she worked for a year, and in 1981 after saving enough money to buy a Cutlass Supreme, she moved west to attend Cal State Long Beach. …" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.46875s;\" class=\"preFade\">Contact Laurie.</h2>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.4875s;\">Info@daviesforca.comFor Press Inquiries, Call (949) 433-5865</p>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p class=\"preFade\" style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.50625s;\">Paid for by Laurie Davies for Assembly 2024FPPC # 1456600</p>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.54375s;\" class=\"preFade\">For Press Inquiries, call (714) 388-8307 or email Tim@Hashtagpinpoint.com</h4>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.58125s;\" class=\"sqsrte-small preFade\">Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600</p>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "yui_3_17_2_1_1687109888025_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-itcavantgardegothicpro-n3-active wf-itcavantg ... ansitions video audio svg inlinesvg svgclippaths wf-itcavantgardegothicpro-n5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109888025_75\"><head></head><body>Laurie Davies @font-fac …" }, { "ruleID": "QW-WCAG-T3", "what": "This technique checks the correct use of the description element for form controls", "ordinalSeverity": 2, "tagName": "FIELDSET", "id": "name-yui_3_17_2_1_1553888888520_3744", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1)" }, "excerpt": "<fieldset class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\" id=\"name-yui_3_17_2_1_1553888888520_3744\">Name(required)First NameLast Name</fieldset>" }, { "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": 2, "tagName": "BODY", "id": "collection-5f55d5d98a9a6473dd877782", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body id=\"collection-5f55d5d98a9a6473dd877782\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-a ... ating-side-by-side-meta-position-top tweak-blog-alternating-side-by-side-primary-meta-categories tweak-blog-alternating-side-by-side-secondary-meta-date tweak-blog-alternating-side-by-side-excerpt-s …" }, { "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": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/5c8459a3-6621-411a-a96f-63ee254c83db/LAURIE+DAVIES+%2824%29.png?format=1500w \" alt=\"Laurie Davies\">" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/5c8459a3-6621-411a-a96f-63ee254c83db/LAURIE+DAVIES+%2824%29.png?format=1500w \" alt=\"Laurie Davies\">" }, { "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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.35625s;\" class=\"preFade\">Meet Assemblywoman Laurie Davies</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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.46875s;\" class=\"preFade fadeIn\">Contact Laurie.</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) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade fadeIn\">CONNECT WITH LAURIE ON SOCIAL 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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.54375s;\" class=\"preFade\">For Press Inquiries, call (714) 388-8307 or email Tim@Hashtagpinpoint.com</h4>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "USE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1) > use:nth-child(1)" }, "excerpt": "<use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "USE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1) > use:nth-child(1)" }, "excerpt": "<use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3)" }, "excerpt": "<main id=\"page\" class=\"container\" role=\"main\"> \"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.dataset.imageDimensions.split('x'); var originalWidth = ... focalPointX = focalPoint[0]; var focalPointY = focalPoint[1]; var parentNode = imageEl.parentNode; var scale = function () { var imageRatio = originalWidth / originalHeight; var parentClientSize = { …" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(3)" }, "excerpt": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\" border-width: 0px !important; \"></div>" } ] }, "endTime": 1687109892798 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687109892798, "url": "https://www.daviesforca.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.074", "responseTime": "2023-06-18T17:38:12.093Z", "data": { "apiErrors": [], "documentSize": 1268930, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 171, "failing": 9 }, "issues": { "totalErrors": 28, "totalWarnings": 5, "totalIssues": 33 }, "issuesByLevel": { "A": { "count": 15, "pct": 45.45 }, "AA": { "count": 13, "pct": 39.39 }, "AAA": { "count": 33, "pct": 100 } }, "density": { "errorDensity": 2, "warningDensity": 0, "allDensity": 3 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "9e0f3805-8f9e-4dd0-b226-1f53e19dbebe", "docID": "5ad6c8bd-18d6-4e91-bf81-d8d17d913793", "sourceHash": "f172f4e32d7b4333e54f487c98554586", "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=9e0f3805-8f9e-4dd0-b226-1f53e19dbebe", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 2797.31 }, "height": 2797.31, "width": 1024 }, "position": { "line": 5468, "column": 60 }, "errorSnippet": "<body id=\"collection-5f55d5d98a9a6473dd877782\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-aspect-ratio-11-squar", "xpath": "/html/body", "issueID": "82ce3ddd95588898bda9bb0ca1a5eba9", "signature": "bda39a35ba05b203d6fa353b3e518af3", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=82ce3ddd95588898bda9bb0ca1a5eba9" }, { "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": 40.390625, "y": 17 }, "bottom-right": { "x": 149.202625, "y": 34 }, "height": 17, "width": 108.812 }, "position": { "line": 7666, "column": 0 }, "errorSnippet": "<a href=\"/meet\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Learn more </a>", "xpath": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "93318a618f7be5b57f61477bbf1e5c71", "signature": "a61e4416f04d0a146f1589286e177518", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=93318a618f7be5b57f61477bbf1e5c71" }, { "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": 789.671875, "y": 0 }, "bottom-right": { "x": 924.280875, "y": 16 }, "height": 16, "width": 134.609 }, "position": { "line": 3433, "column": 0 }, "errorSnippet": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[4]/a[1]", "issueID": "0483c6dcfa718fd26ccff4c4dfbfef1f", "signature": "811ceebdd70c010a7e5e4d6d11f4682e", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=0483c6dcfa718fd26ccff4c4dfbfef1f" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6835, "column": 38 }, "errorSnippet": "<div class=\"legacy-cart icon-cart-quantity\"> <span class=\"sqs-cart-quantity\">0</span> </div>", "xpath": "/html/body/div[1]/div[1]/a[1]/span[1]/div[1]", "issueID": "73724faa5d15a3b77cb49fbef7a958d6", "signature": "9bb0adfd885974e523b4963ae9993f9a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=73724faa5d15a3b77cb49fbef7a958d6" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 17.59375 }, "bottom-right": { "x": 20.4844, "y": 33.59375 }, "height": 16, "width": 20.4844 }, "position": { "line": 11380, "column": 7 }, "errorSnippet": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.01875s;\"> <img src=\" //images.squarespace-cdn.c", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[1]/div[1]", "issueID": "133384d9efbb531dc53b0e70a3f044a7", "signature": "aa5d1ff8acc4f0690e6661eacb4e1204", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=133384d9efbb531dc53b0e70a3f044a7" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 11655, "column": 7 }, "errorSnippet": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.1875s;\"> <img src=\" //images.squarespace-cdn.com/conte", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[1]/div[1]/div[1]", "issueID": "4d775d545a4b0ea7b3a70aeb25523c3c", "signature": "f5c2b82e09c6e99f54830b8342e5f3ae", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=4d775d545a4b0ea7b3a70aeb25523c3c" }, { "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": 2797.31 }, "height": 2797.31, "width": 1024 }, "position": { "line": 5468, "column": 60 }, "errorSnippet": "<body id=\"collection-5f55d5d98a9a6473dd877782\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-aspect-ratio-11-squar", "xpath": "/html/body", "issueID": "b2c860f170c3360b370cf4854e10b5cc", "signature": "5973fc3e259407bda170b383bd91111a", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b2c860f170c3360b370cf4854e10b5cc" }, { "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": 92.125 }, "height": 92.125, "width": 1024 }, "position": { "line": 7990, "column": 332 }, "errorSnippet": "<header data-test=\"header\" id=\"header\" class=\" header theme-col--primary \" data-controller=\"Header\" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot;http", "xpath": "/html/body/div[1]/header[1]", "issueID": "da6c611e97ad30f8e88eb48c4da65822", "signature": "7e08c9ed3b8811338d99a5c8bfff41fa", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=da6c611e97ad30f8e88eb48c4da65822" }, { "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": 675.875 }, "height": 675.875, "width": 1024 }, "position": { "line": 11868, "column": 15 }, "errorSnippet": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot;https://www.efundraisingconnections.com/c/LaurieDavie", "xpath": "/html/body/div[1]/header[1]/div[3]", "issueID": "f0e9093da30a980b53414a33458d0c84", "signature": "8e6c3ca54bba29b2ec7ddbad8110a0d6", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=f0e9093da30a980b53414a33458d0c84" }, { "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": 666.196875, "y": 10.59375 }, "bottom-right": { "x": 696.196875, "y": 40.59375 }, "height": 30, "width": 30 }, "position": { "line": 3433, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[1]/a[1]", "issueID": "b764a160e505724203f2bff5d5024b8a", "signature": "8e5e0808176b592c6c074193c90e2492", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b764a160e505724203f2bff5d5024b8a" }, { "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": 721.790125, "y": 10.59375 }, "bottom-right": { "x": 751.790125, "y": 40.59375 }, "height": 30, "width": 30 }, "position": { "line": 3433, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[1]/a[2]", "issueID": "cb2754fc27133b7cc5992d19e1e3d297", "signature": "124c08846c94b0b87b4dca564241ad3f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cb2754fc27133b7cc5992d19e1e3d297" }, { "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": -25.6, "y": 0 }, "bottom-right": { "x": 4.399999999999999, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 7066, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[1]/a[1]", "issueID": "e6c0b45abd096b74e20a8dd5b1f4eaad", "signature": "8d5051e91c22e0fdc0196ca24093071a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e6c0b45abd096b74e20a8dd5b1f4eaad" }, { "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": -12.288, "y": 0 }, "bottom-right": { "x": 17.712, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 7066, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[1]/a[2]", "issueID": "c1f4c9f4a054cc9b173aeda6979ad697", "signature": "912554497410166bb3f5f0f9f829ef63", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c1f4c9f4a054cc9b173aeda6979ad697" }, { "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": 459.5, "y": 15 }, "bottom-right": { "x": 484.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7426, "column": 0 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "74c9151e7656cb59563260d33ec40a6d", "signature": "f3c333ba9751ec42e5bb89c7a44287d7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=74c9151e7656cb59563260d33ec40a6d" }, { "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": 499.5, "y": 15 }, "bottom-right": { "x": 524.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7426, "column": 0 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitt", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]", "issueID": "3e48b93c29d3235825511345071a340e", "signature": "c8afcfe1b6c7a0fcca417114d44f8311", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3e48b93c29d3235825511345071a340e" }, { "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": 126.34375, "y": 33.78125 }, "bottom-right": { "x": 863.64075, "y": 73.78125 }, "height": 40, "width": 737.297 }, "position": { "line": 12988, "column": 3 }, "errorSnippet": "<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-yui_3_17_2_1_1599464244957_19543\"><div class=\"sqs-block-content\"> <div class=\"sqs-html-content\"> <h3 style=\"text-align: center; white-space: pre-wrap; tra", "xpath": "/html/body/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "ad294826911b5cc0568519572a687edf", "signature": "830d88919642fff98cc4e4f5188b4f30", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ad294826911b5cc0568519572a687edf" }, { "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, "y": 0 }, "bottom-right": { "x": 754.297, "y": 40 }, "height": 40, "width": 737.297 }, "position": { "line": 12989, "column": 5 }, "errorSnippet": "<div class=\"sqs-block-content\"> <div class=\"sqs-html-content\"> <h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LA", "xpath": "/html/body/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "50a11a39b64553c9d3bf4456f7eac464", "signature": "7b4c7faa1ee5779071602ec8f5afe490", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=50a11a39b64553c9d3bf4456f7eac464" }, { "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, "y": 0 }, "bottom-right": { "x": 754.297, "y": 40 }, "height": 40, "width": 737.297 }, "position": { "line": 12995, "column": 3 }, "errorSnippet": "<div class=\"sqs-html-content\"> <h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3>\n</", "xpath": "/html/body/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "5ee032d7ec9455131f0d50ed69229ef5", "signature": "411dcdca8c0e102fc7e223a46eb70bc3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5ee032d7ec9455131f0d50ed69229ef5" }, { "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, "y": 0 }, "bottom-right": { "x": 754.297, "y": 40 }, "height": 40, "width": 737.297 }, "position": { "line": 13010, "column": 3 }, "errorSnippet": "<h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3>", "xpath": "/html/body/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]", "issueID": "cb7da3f86d23c005071643a848495451", "signature": "384037eb51160d3d9d3115a5cfac45ea", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=cb7da3f86d23c005071643a848495451" }, { "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": 2797.31 }, "height": 2797.31, "width": 1024 }, "position": { "line": 5468, "column": 60 }, "errorSnippet": "<body id=\"collection-5f55d5d98a9a6473dd877782\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-aspect-ratio-11-squar", "xpath": "/html/body", "issueID": "272ffca66d1ee400f98e846844e145fd", "signature": "b6bb529918b8c35820a64cc95de67d7a", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=272ffca66d1ee400f98e846844e145fd" }, { "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": 666.196875, "y": 10.59375 }, "bottom-right": { "x": 696.196875, "y": 40.59375 }, "height": 30, "width": 30 }, "position": { "line": 3433, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[1]/a[1]", "issueID": "6089d46e6493421621600ca0b476c28a", "signature": "a19e696e87a89ee864af4ab0bbb56f44", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6089d46e6493421621600ca0b476c28a" }, { "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": 721.790125, "y": 10.59375 }, "bottom-right": { "x": 751.790125, "y": 40.59375 }, "height": 30, "width": 30 }, "position": { "line": 3433, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[1]/a[2]", "issueID": "546d279613269c6c241e8e0456af1d13", "signature": "0cc05f6d273ec45b2d77a17bb7c5e3e2", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=546d279613269c6c241e8e0456af1d13" }, { "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": 789.671875, "y": 0 }, "bottom-right": { "x": 924.280875, "y": 16 }, "height": 16, "width": 134.609 }, "position": { "line": 3433, "column": 0 }, "errorSnippet": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[4]/a[1]", "issueID": "65b15143b71fc7846885f1a287ce9cef", "signature": "80d0e02b5e45f1bf37ba1dd9ac999981", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=65b15143b71fc7846885f1a287ce9cef" }, { "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": -25.6, "y": 0 }, "bottom-right": { "x": 4.399999999999999, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 7066, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[1]/a[1]", "issueID": "33224757e5d25fc7f592bdf9430063f0", "signature": "47dcecfd104f575e5818351e0a6ec36d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=33224757e5d25fc7f592bdf9430063f0" }, { "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.288, "y": 0 }, "bottom-right": { "x": 17.712, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 7066, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[1]/a[2]", "issueID": "69de30d6f24ae08840853e3bbf1e5d60", "signature": "35f07561837d68156189f3202b1e03f9", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=69de30d6f24ae08840853e3bbf1e5d60" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 7066, "column": 0 }, "errorSnippet": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[4]/a[1]", "issueID": "c2695a4c5d8ad61973aaa5125d48d6e0", "signature": "75502b28c00abd8bb7a527d4ef71f1ba", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c2695a4c5d8ad61973aaa5125d48d6e0" }, { "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": 459.5, "y": 15 }, "bottom-right": { "x": 484.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7426, "column": 0 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "74e9eca4c8a2e7b0193b72b89a8ee54d", "signature": "805197863206443eadb8974b8ec1684f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=74e9eca4c8a2e7b0193b72b89a8ee54d" }, { "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": 499.5, "y": 15 }, "bottom-right": { "x": 524.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7426, "column": 0 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitt", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]", "issueID": "5295df9a95a4c700f62c92b4b438c11c", "signature": "0c556c66290a61f5f2bd3cd5950e12f1", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5295df9a95a4c700f62c92b4b438c11c" }, { "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": 334.52875, "y": -0.006875000000000853 }, "bottom-right": { "x": 496.04995, "y": 18.971925 }, "height": 18.9788, "width": 161.52120000000002 }, "position": { "line": 7593, "column": 34 }, "errorSnippet": "<a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </a>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]", "issueID": "225eaf052672bc5c35a2e945c94595fb", "signature": "ccf730e181b8f5cdf36dbb827a85d159", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=225eaf052672bc5c35a2e945c94595fb" }, { "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": 17, "y": 17 }, "bottom-right": { "x": 37, "y": 37 }, "height": 20, "width": 20 }, "position": { "line": 7737, "column": 33 }, "errorSnippet": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"Facebook\"> <div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"#", "xpath": "/html/body/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]/a[1]", "issueID": "99c2b02c8865f66ffffbdd4a32fc27b5", "signature": "b0827b1002ba20027ef8ab97c422ef6f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=99c2b02c8865f66ffffbdd4a32fc27b5" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 49, "y": 17 }, "bottom-right": { "x": 69, "y": 37 }, "height": 20, "width": 20 }, "position": { "line": 7893, "column": 34 }, "errorSnippet": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\"> <div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"#twitter", "xpath": "/html/body/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]/a[2]", "issueID": "1e4a1b6c517212b01652dba3ac80f471", "signature": "4e317478079e533f86ecd8b21d4ff6eb", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1e4a1b6c517212b01652dba3ac80f471" }, { "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": 325.640625, "y": 17 }, "bottom-right": { "x": 373.640625, "y": 65 }, "height": 48, "width": 48 }, "position": { "line": 7894, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"Facebook\"> <div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"#", "xpath": "/html/body/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]/a[1]", "issueID": "d6ba6cde841ccb7c5cbf861a9ff2fc87", "signature": "62af7839e5b4ecd710160a6b85a819d5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d6ba6cde841ccb7c5cbf861a9ff2fc87" }, { "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": 385.640625, "y": 17 }, "bottom-right": { "x": 433.640625, "y": 65 }, "height": 48, "width": 48 }, "position": { "line": 7894, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\"> <div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"#twitter", "xpath": "/html/body/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]/a[2]", "issueID": "c119f9bacbd351efdc35d51f379a5801", "signature": "59072b1f02d1557f1a3543a578d0a430", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c119f9bacbd351efdc35d51f379a5801" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 8, 25 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "collection-5f55d5d98a9a6473dd877782", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"collection-5f55d5d98a9a6473dd877782\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-aspect-ratio-11-squar" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/meet\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Learn more </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[4]/a[1]" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </a>" }, { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/a[1]/span[1]/div[1]" }, "excerpt": "<div class=\"legacy-cart icon-cart-quantity\"> <span class=\"sqs-cart-quantity\">0</span> </div>" }, { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.01875s;\"> <img src=\" //images.squarespace-cdn.c" }, { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.1875s;\"> <img src=\" //images.squarespace-cdn.com/conte" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "collection-5f55d5d98a9a6473dd877782", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"collection-5f55d5d98a9a6473dd877782\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-aspect-ratio-11-squar" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "HEADER", "id": "header", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]" }, "excerpt": "<header data-test=\"header\" id=\"header\" class=\" header theme-col--primary \" data-controller=\"Header\" data-current-styles=\"{ &quot;layout&quot;: &quot;navRight&quot;, &quot;action&quot;: { &quot;href&quot;: &quot;http" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]" }, "excerpt": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{ &quot;layout&quot;: &quot;navRight&quot;, &quot;action&quot;: { &quot;href&quot;: &quot;https://www.efundraisingconnections.com/c/LaurieDavie" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitt" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "block-yui_3_17_2_1_1599464244957_19543", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-yui_3_17_2_1_1599464244957_19543\"><div class=\"sqs-block-content\"> <div class=\"sqs-html-content\"> <h3 style=\"text-align: center; white-space: pre-wrap; tra" }, { "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]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"sqs-block-content\"> <div class=\"sqs-html-content\"> <h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LA" }, { "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]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"sqs-html-content\"> <h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3> </" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 style=\"text-align: center; white-space: pre-wrap; transition-timing-function: ease; transition-duration: 0.9s; transition-delay: 0.525s;\" class=\"preFade\">CONNECT WITH LAURIE ON SOCIAL MEDIA!</h3>" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "collection-5f55d5d98a9a6473dd877782", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"collection-5f55d5d98a9a6473dd877782\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-aspect-ratio-11-squar" }, { "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]/header[1]/div[2]/div[4]/div[2]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook" }, { "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]/header[1]/div[2]/div[4]/div[2]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth" }, { "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]/header[1]/div[2]/div[4]/div[2]/div[2]/div[4]/a[1]" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </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]/header[1]/div[2]/div[4]/div[3]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook" }, { "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]/header[1]/div[2]/div[4]/div[3]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth" }, { "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]/header[1]/div[2]/div[4]/div[3]/div[2]/div[4]/a[1]" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </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]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"" }, { "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]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitt" }, { "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]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://www.efundraisingconnections.com/c/LaurieDavies/?fid=99\" target=\"_blank\"> DONATE TODAY </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]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"Facebook\"> <div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"#" }, { "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]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]/a[2]" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\"> <div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"#twitter" }, { "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]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook-unauth\" aria-label=\"Facebook\"> <div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"#" }, { "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]/main[1]/article[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]/a[2]" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unauth\" aria-label=\"Twitter\"> <div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"#twitter" } ] }, "endTime": 1687109893207 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687109893207, "url": "https://www.daviesforca.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": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "collection-5f55d5d98a9a6473dd877782", "main": "page" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 1, "items": [ [ "email", "", "Email; Email(required); #email-yui_3_17_2_1_1553888888520_3745-field" ] ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email; Email(required); #email-yui_3_17_2_1_1553888888520_3745-field" } ] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 224 }, "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": 2, "items": [ { "tagName": "IMG", "id": "", "attributes": [ "alt=", "data-src=", "data-image=", "data-image-dimensions=", "data-image-focal-point=", "alt=", "data-load=", "srcset=", "sizes=", "onLoad=", "loading=", "/" ] }, { "tagName": "IMG", "id": "", "attributes": [ "alt=", "data-src=", "data-image=", "data-image-dimensions=", "data-image-focal-point=", "alt=", "data-load=", "/" ] } ] }, "totals": [ 0, 0, 2, 0 ], "standardInstances": [ { "ruleID": "dupAtt", "what": "Element IMG has 2 attributes with the same name", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... srcset= ... sizes= ... onLoad= ... loading= ... /" }, { "ruleID": "dupAtt", "what": "Element IMG has 2 attributes with the same name", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... /" } ] }, "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": 23, "tabFocused": 24, "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": 23, "types": { "missing": { "total": 0, "tagNames": {} }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 23, "meanDelay": 0, "tagNames": { "A": 18, "INPUT": 4, "TEXTAREA": 1 } } } }, "items": { "missing": [], "nonoutline": [], "outline": [ { "tagName": "A", "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade focus-visible\" style=\"transition-tim", "delay": 0 }, { "tagName": "A", "id": "", "text": "Welcome", "delay": 0 }, { "tagName": "A", "id": "", "text": "Meet Laurie", "delay": 0 }, { "tagName": "A", "id": "", "text": "The Issues", "delay": 0 }, { "tagName": "A", "id": "", "text": "The District", "delay": 0 }, { "tagName": "A", "id": "", "text": "Legislation", "delay": 0 }, { "tagName": "A", "id": "", "text": "Gallery", "delay": 0 }, { "tagName": "A", "id": "", "text": "In The News", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "delay": 0 }, { "tagName": "A", "id": "", "text": "DONATE TODAY", "delay": 0 }, { "tagName": "A", "id": "", "text": "Learn more", "delay": 0 }, { "tagName": "A", "id": "", "text": "Legislation", "delay": 0 }, { "tagName": "A", "id": "", "text": "View Laurie's Endorsements", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut", "delay": 0 }, { "tagName": "INPUT", "id": "name-yui_3_17_2_1_1553888888520_3744-fname-field", "text": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC", "delay": 0 }, { "tagName": "INPUT", "id": "name-yui_3_17_2_1_1553888888520_3744-lname-field", "text": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIA", "delay": 0 }, { "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "text": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7", "delay": 0 }, { "tagName": "TEXTAREA", "id": "textarea-yui_3_17_2_1_1553888888520_3747-field", "text": "<textarea id=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-invalid=\"false\" class=\"N6XNqaZKAV", "delay": 0 }, { "tagName": "INPUT", "id": "", "text": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 52, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 7, "tagNames": { "A": 7 } }, "focusableAndOperable": { "total": 45, "tagNames": { "A": 38, "BUTTON": 2, "INPUT": 4, "TEXTAREA": 1 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "A", "id": "", "text": "Skip to Content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Laurie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Laurie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Back", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Laurie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The District", "byTag": true, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "0", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Welcome", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Laurie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In The News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE TODAY", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Open Menu Close Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Welcome", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Laurie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In The News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE TODAY", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Open Menu Close Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Welcome", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Folder: About Laurie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In The News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE TODAY", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn more", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "View Laurie's Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "name-yui_3_17_2_1_1553888888520_3744-fname-field", "text": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "name-yui_3_17_2_1_1553888888520_3744-lname-field", "text": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIA", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "text": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "TEXTAREA", "id": "textarea-yui_3_17_2_1_1553888888520_3747-field", "text": "<textarea id=\"textarea-yui_3_17_2_1_1553888888520_3747-field\" aria-invalid=\"false\" class=\"N6XNqaZKAV", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut", "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": "Skip to Content" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Back" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" } ] }, "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": 20, "triggerSample": 20, "impactTriggers": 11, "additions": 0, "removals": 0, "opacityChanges": 22, "opacityImpact": 30, "unhoverables": 4, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "A", "id": "", "text": "<img src=\" //images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/5c8459a3-6621-411a-a96f-", "additions": 0, "removals": 0, "opacityChanges": 7, "opacityImpact": 4 }, { "tagName": "A", "id": "", "text": "Welcome", "additions": 0, "removals": 0, "opacityChanges": 5, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "About Laurie", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 9 }, { "tagName": "A", "id": "", "text": "DONATE TODAY", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Learn more", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Legislation", "additions": 0, "removals": 0, "opacityChanges": 2, "opacityImpact": 1 }, { "tagName": "A", "id": "", "text": "View Laurie's Endorsements", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 4 }, { "tagName": "A", "id": "", "text": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 4 }, { "tagName": "A", "id": "", "text": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 4 }, { "tagName": "A", "id": "", "text": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 4 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "Skip to Content" }, { "tagName": "A", "id": "", "text": "Meet Laurie" }, { "tagName": "A", "id": "", "text": "The Issues" }, { "tagName": "A", "id": "", "text": "The District" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 30, 22, 0, 15 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/5c8459a3-6621-411a-a96f-" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE TODAY" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn more" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View Laurie's Endorsements" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 1, "unlabeled": 0, "wellLabeled": 6 }, "items": { "mislabeled": [ { "index": 4, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "type": "email", "labelTypes": [ "aria-label", "label" ], "texts": { "attribute": "Email", "label": [ "Email(required)" ] } } ], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Open Menu Close Menu" } }, { "index": 1, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Open Menu Close Menu" } }, { "index": 2, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "First Name" ] } }, { "index": 3, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Last Name" ] } }, { "index": 5, "tagName": "TEXTAREA", "type": "textarea", "labelType": "label", "texts": { "label": [ "Message(required)" ] } }, { "index": 6, "tagName": "INPUT", "type": "submit", "texts": { "content": "Send" } } ] } }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "labClash", "what": "Element INPUT has clashing labels of types: aria-label, label", "ordinalSeverity": 2, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: Email Email(required)" } ] }, "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": 45, "adjacent": { "total": 45, "underlined": 1, "underlinedPercent": 2 } }, "items": { "underlined": [ { "id": "", "text": "Skip to Content" } ], "notUnderlined": [ { "id": "", "text": "0" }, { "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-fun" }, { "id": "", "text": "Welcome" }, { "id": "", "text": "About Laurie" }, { "id": "", "text": "Meet Laurie" }, { "id": "", "text": "The Issues" }, { "id": "", "text": "The District" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "Gallery" }, { "id": "", "text": "In The News" }, { "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "DONATE TODAY" }, { "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: " }, { "id": "", "text": "Welcome" }, { "id": "", "text": "About Laurie" }, { "id": "", "text": "Meet Laurie" }, { "id": "", "text": "The Issues" }, { "id": "", "text": "The District" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "Gallery" }, { "id": "", "text": "In The News" }, { "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "DONATE TODAY" }, { "id": "", "text": "Welcome" }, { "id": "", "text": "Folder: About Laurie" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "Gallery" }, { "id": "", "text": "In The News" }, { "id": "", "text": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "id": "", "text": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "id": "", "text": "DONATE TODAY" }, { "id": "", "text": "Back" }, { "id": "", "text": "Meet Laurie" }, { "id": "", "text": "The Issues" }, { "id": "", "text": "The District" }, { "id": "", "text": "Learn more" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "View Laurie's Endorsements" }, { "id": "", "text": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "id": "", "text": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "id": "", "text": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "id": "", "text": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" } ] } }, "totals": [ 0, 44, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-fun" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE TODAY" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE TODAY" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Folder: About Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE TODAY" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Back" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "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": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View Laurie's Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 1, "badRoleElements": 0, "redundantRoleElements": 1, "tagNames": { "MAIN": { "main": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 1, 0, 0 ], "standardInstances": [ { "ruleID": "role", "what": "MAIN elements have redundant explicit role main (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "MAIN", "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": 2 }, "adjacentLink": { "total": 45, "subtotals": [ 26, 9, 6, 1, 1, 1, 1 ] }, "h2": { "total": 1 }, "h3": { "total": 2, "subtotals": [ 1, 1 ] }, "h4": { "total": 1 } }, "items": { "adjacentLink": { "fontWeight": { "300": [ "0", "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-fun", "Welcome", "About Laurie", "Meet Laurie", "The Issues", "The District", "Legislation", "Gallery", "In The News", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: ", "Welcome", "About Laurie", "Meet Laurie", "The Issues", "The District", "Legislation", "Gallery", "In The News", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "Welcome", "Folder: About Laurie", "Legislation", "Gallery", "In The News", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "Back", "Meet Laurie", "The Issues", "The District", "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut", "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" ], "700": [ "Skip to Content", "DONATE TODAY", "DONATE TODAY", "DONATE TODAY", "Learn more", "Legislation", "View Laurie's Endorsements" ] }, "opacity": { "0": [ "Legislation", "Gallery", "In The News", "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: ", "Welcome", "About Laurie", "Legislation", "Gallery", "In The News" ], "1": [ "0", "Skip to Content", "Meet Laurie", "The Issues", "The District", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "DONATE TODAY", "Meet Laurie", "The Issues", "The District", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "DONATE TODAY", "Welcome", "Folder: About Laurie", "Legislation", "Gallery", "In The News", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "DONATE TODAY", "Back", "Meet Laurie", "The Issues", "The District", "Learn more", "Legislation", "View Laurie's Endorsements", "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut", "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" ], "0.0366607": [ "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-fun" ], "0.0192026": [ "Welcome" ], "0.00627536": [ "About Laurie" ] }, "textDecorationLine": { "none": [ "0", "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-fun", "Welcome", "About Laurie", "Meet Laurie", "The Issues", "The District", "Legislation", "Gallery", "In The News", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "DONATE TODAY", "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: ", "Welcome", "About Laurie", "Meet Laurie", "The Issues", "The District", "Legislation", "Gallery", "In The News", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "DONATE TODAY", "Welcome", "Folder: About Laurie", "Legislation", "Gallery", "In The News", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "DONATE TODAY", "Back", "Meet Laurie", "The Issues", "The District", "Learn more", "Legislation", "View Laurie's Endorsements", "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut", "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook", "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" ], "underline": [ "Skip to Content" ] } }, "h3": { "color": { "rgb(0, 0, 0)": [ "Meet Assemblywoman Laurie Davies" ], "rgb(20, 102, 204)": [ "CONNECT WITH LAURIE ON SOCIAL MEDIA!" ] } } } }, "totals": [ 6, 0, 0, 1 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 7 different styles", "count": 6, "ordinalSeverity": 0, "tagName": "A", "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": "" } ] }, "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": 16, "tagNames": { "DIV": 8, "HEADER": 1, "A": 5, "MAIN": 1, "FOOTER": 1 } }, "items": [ { "tagName": "DIV", "id": "floatingCart", "text": "0" }, { "tagName": "HEADER", "id": "header", "text": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "tagName": "DIV", "id": "", "text": "<div class=\"sqs-announcement-bar-dropzone\"></div>" }, { "tagName": "DIV", "id": "", "text": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "tagName": "A", "id": "", "text": "Skip to Content" }, { "tagName": "DIV", "id": "", "text": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\" border-width:" }, { "tagName": "DIV", "id": "", "text": "Welcome About Laurie Meet Laurie The Issues The District Legislation Gallery In The News DONATE TODA" }, { "tagName": "DIV", "id": "", "text": "Meet Laurie The Issues The District" }, { "tagName": "DIV", "id": "", "text": "Meet Laurie The Issues The District" }, { "tagName": "DIV", "id": "", "text": "Welcome Folder: About Laurie Legislation Gallery In The News DONATE TODAY Back Meet Laurie The Issue" }, { "tagName": "MAIN", "id": "page", "text": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da" }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "tagName": "FOOTER", "id": "footer-sections", "text": "Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600" } ] }, "totals": [ 16, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "floatingCart", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"sqs-announcement-bar-dropzone\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\" border-width:" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome About Laurie Meet Laurie The Issues The District Legislation Gallery In The News DONATE TODA" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie The Issues The District" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie The Issues The District" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome Folder: About Laurie Legislation Gallery In The News DONATE TODAY Back Meet Laurie The Issue" }, { "ruleID": "zIndex", "what": "MAIN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "ruleID": "zIndex", "what": "FOOTER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "FOOTER", "id": "footer-sections", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600" } ] } }, "success": true }, "standardResult": { "totals": [ 53, 67, 5, 23 ], "instances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email; Email(required); #email-yui_3_17_2_1_1553888888520_3745-field" }, { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "dupAtt", "what": "Element IMG has 2 attributes with the same name", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... srcset= ... sizes= ... onLoad= ... loading= ... /" }, { "ruleID": "dupAtt", "what": "Element IMG has 2 attributes with the same name", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... /" }, { "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": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Back" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/5f55d5d98a9a6473dd877763/5c8459a3-6621-411a-a96f-" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE TODAY" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn more" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View Laurie's Endorsements" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div> <svg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"> <use class=\"sqs-use--icon\" xlink:href=\"" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "labClash", "what": "Element INPUT has clashing labels of types: aria-label, label", "ordinalSeverity": 2, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1553888888520_3745-field", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: Email Email(required)" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade fadeIn\" style=\"transition-timing-fun" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE TODAY" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\" class=\"preFade\" style=\"transition-timing-function: " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE TODAY" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Folder: About Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE TODAY" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Back" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "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": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View Laurie's Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "ruleID": "role", "what": "MAIN elements have redundant explicit role main (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 7 different styles", "count": 6, "ordinalSeverity": 0, "tagName": "A", "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": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "floatingCart", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"sqs-announcement-bar-dropzone\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\" border-width:" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome About Laurie Meet Laurie The Issues The District Legislation Gallery In The News DONATE TODA" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie The Issues The District" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Laurie The Issues The District" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Welcome Folder: About Laurie Legislation Gallery In The News DONATE TODAY Back Meet Laurie The Issue" }, { "ruleID": "zIndex", "what": "MAIN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper facebook" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/DaviesforCA\" target=\"_blank\" class=\"sqs-svg-icon--wrapper twitter-unaut" }, { "ruleID": "zIndex", "what": "FOOTER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "FOOTER", "id": "footer-sections", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Paid for by Laurie Davies for Assembly 2024 FPPC # 1456600" } ] }, "endTime": 1687109911059 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687109911059, "url": "https://www.daviesforca.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Laurie Davies", "pageurl": "https://www.daviesforca.com/", "time": 2.91, "creditsremaining": 900, "allitemcount": 67, "totalelements": 435, "waveurl": "http://wave.webaim.org/report?url=https://www.daviesforca.com/" }, "categories": { "error": { "description": "Errors", "count": 0, "items": [] }, "contrast": { "description": "Contrast Errors", "count": 4, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 4, "selectors": [ "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109911224_74 > DIV#yui_3_17_2_1_1687109911224_73 > DIV#yui_3_17_2_1_1687109911224_72 > DIV#page-section-6221a2496c97bb4c0c716667 > DIV#yui_3_17_2_1_1687109911224_71 > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV#block-yui_3_17_2_1_1646370954317_12897 > DIV#yui_3_17_2_1_1687109911224_117 > DIV#yui_3_17_2_1_1687109911224_116 > A:first-child", "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109911224_74 > DIV#yui_3_17_2_1_1687109911224_73 > DIV#yui_3_17_2_1_1687109911224_72 > DIV#page-section-6221a2496c97bb4c0c716667 > DIV#yui_3_17_2_1_1687109911224_71 > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV#block-yui_3_17_2_1_1646370954317_14150 > DIV#yui_3_17_2_1_1687109911224_124 > DIV#yui_3_17_2_1_1687109911224_123 > A:first-child" ], "contrastdata": [ [ 4.14, "#1466cc", "#fcdf3f", false ], [ 4.14, "#1466cc", "#fcdf3f", false ], [ 4.14, "#1466cc", "#fcdf3f", false ], [ 4.14, "#1466cc", "#fcdf3f", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 7, "items": { "h1_missing": { "id": "h1_missing", "description": "Missing first level heading", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 2, "selectors": [ "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child > A:first-child", "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 2, "selectors": [ "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109911224_74 > DIV#yui_3_17_2_1_1687109911224_73 > DIV#yui_3_17_2_1_1687109911224_72 > DIV#page-section-6221a2496c97bb4c0c716667 > DIV#yui_3_17_2_1_1687109911224_71 > DIV#yui_3_17_2_1_1687109911224_70 > DIV#block-yui_3_17_2_1_1646370954317_7661 > DIV#yui_3_17_2_1_1687109911224_69 > DIV#yui_3_17_2_1_1687109911224_68 > FIGURE#yui_3_17_2_1_1687109911224_67 > DIV#yui_3_17_2_1_1687109911224_66 > DIV#yui_3_17_2_1_1687109911224_65 > NOSCRIPT:first-child", "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109911224_98 > DIV#yui_3_17_2_1_1687109911224_97 > DIV#yui_3_17_2_1_1687109911224_96 > DIV#page-section-5f55e79b36732345b4f1997d > DIV#yui_3_17_2_1_1687109911224_95 > DIV#yui_3_17_2_1_1687109911224_94 > DIV#block-yui_3_17_2_1_1646376516790_10819 > DIV#yui_3_17_2_1_1687109911224_93 > DIV#yui_3_17_2_1_1687109911224_92 > FIGURE#yui_3_17_2_1_1687109911224_91 > DIV#yui_3_17_2_1_1687109911224_90 > DIV#yui_3_17_2_1_1687109911224_89 > NOSCRIPT:first-child" ], "wcag": [] }, "tabindex": { "id": "tabindex", "description": "Tabindex", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child" ], "wcag": [ { "name": "2.4.3 Focus Order (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.3" } ] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > DIV#floatingCart > A:first-child > SPAN:first-child > svg:first-child + DIV > SPAN:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 7, 0, 0, 4 ], "instances": [ { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109911224_74 > DIV#yui_3_17_2_1_1687109911224_73 > DIV#yui_3_17_2_1_1687109911224_72 > DIV#page-section-6221a2496c97bb4c0c716667 > DIV#yui_3_17_2_1_1687109911224_71 > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV#block-yui_3_17_2_1_1646370954317_12897 > DIV#yui_3_17_2_1_1687109911224_117 > DIV#yui_3_17_2_1_1687109911224_116 > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109911224_74 > DIV#yui_3_17_2_1_1687109911224_73 > DIV#yui_3_17_2_1_1687109911224_72 > DIV#page-section-6221a2496c97bb4c0c716667 > DIV#yui_3_17_2_1_1687109911224_71 > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV#block-yui_3_17_2_1_1646370954317_14150 > DIV#yui_3_17_2_1_1687109911224_124 > DIV#yui_3_17_2_1_1687109911224_123 > A:first-child" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109911224_74 > DIV#yui_3_17_2_1_1687109911224_73 > DIV#yui_3_17_2_1_1687109911224_72 > DIV#page-section-6221a2496c97bb4c0c716667 > DIV#yui_3_17_2_1_1687109911224_71 > DIV#yui_3_17_2_1_1687109911224_70 > DIV#block-yui_3_17_2_1_1646370954317_7661 > DIV#yui_3_17_2_1_1687109911224_69 > DIV#yui_3_17_2_1_1687109911224_68 > FIGURE#yui_3_17_2_1_1687109911224_67 > DIV#yui_3_17_2_1_1687109911224_66 > DIV#yui_3_17_2_1_1687109911224_65 > NOSCRIPT:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109911224_98 > DIV#yui_3_17_2_1_1687109911224_97 > DIV#yui_3_17_2_1_1687109911224_96 > DIV#page-section-5f55e79b36732345b4f1997d > DIV#yui_3_17_2_1_1687109911224_95 > DIV#yui_3_17_2_1_1687109911224_94 > DIV#block-yui_3_17_2_1_1646376516790_10819 > DIV#yui_3_17_2_1_1687109911224_93 > DIV#yui_3_17_2_1_1687109911224_92 > FIGURE#yui_3_17_2_1_1687109911224_91 > DIV#yui_3_17_2_1_1687109911224_90 > DIV#yui_3_17_2_1_1687109911224_89 > NOSCRIPT:first-child" }, "excerpt": "" }, { "ruleID": "tabindex", "what": "Tabindex", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109911224_75 > BODY#collection-5f55d5d98a9a6473dd877782 > DIV#siteWrapper > DIV#floatingCart > A:first-child > SPAN:first-child > svg:first-child + DIV > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687109914245 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD74-c", "which": "https://www.daviesforca.com/", "what": "Candidate Laurie Davies (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:37:34", "endTime": "2023-06-18T17:38:34", "elapsedSeconds": 59, "visitLatency": 7, "logCount": 64, "logSize": 3528, "errorLogCount": 1, "errorLogSize": 40, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 18 ], [ "testaro", 13 ], [ "alfa", 5 ], [ "ibm", 3 ], [ "wave", 3 ], [ "nuVal", 2 ], [ "qualWeb", 2 ], [ "axe", 0 ], [ "continuum", 0 ], [ "htmlcs", 0 ], [ "tenon", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 968, "issue": 855, "tool": 99, "prevention": 0, "log": 14, "latency": 0 }, "details": { "severity": { "total": [ 134, 123, 63, 105 ], "byTool": { "testaro": [ 53, 67, 5, 23 ], "alfa": [ 0, 0, 0, 7 ], "axe": [ 10, 15, 1, 2 ], "continuum": [ 0, 0, 0, 12 ], "htmlcs": [ 23, 0, 0, 7 ], "ibm": [ 0, 5, 0, 8 ], "nuVal": [ 32, 0, 47, 0 ], "qualWeb": [ 9, 36, 2, 17 ], "tenon": [ 0, 0, 8, 25 ], "wave": [ 7, 0, 0, 4 ] } }, "prevention": {}, "issue": { "autocompleteBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r10": { "quality": 1, "what": "Autocomplete attribute has no valid value", "complaints": { "countTotal": 1, "texts": [ "autocomplete attributes have a valid value" ] } } }, "ibm": { "input_autocomplete_valid": { "quality": 1, "what": "autocomplete attribute has an incorrect value", "complaints": { "countTotal": 1, "texts": [ "The 'autocomplete' attribute has an incorrect value" ] } } }, "qualWeb": { "QW-ACT-R24": { "quality": 1, "what": "autocomplete attribute has no valid value", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the HTML autocomplete attribute has a correct value." ] } } } } }, "contentBeyondLandmarks": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 1, "texts": [ "Perceivable text content is included in a landmark" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r61": { "quality": 1, "what": "First heading is not h1", "complaints": { "countTotal": 1, "texts": [ "Documents start with a level 1 heading" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "leadingInsufficient": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 4, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "textContrastAA": { "score": 60, "maxCount": 15, "weight": 4, "tools": { "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 15, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.14 (foreground color: #1466cc, background color: #fcdf3f, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 8, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 4, "texts": [ "Very low contrast" ] } } } } }, "hiddenContentRisk": { "score": 10, "maxCount": 10, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 10, "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" ] } } } } }, "landmarkConfusion": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "axe": { "landmark-unique": { "quality": 1, "what": "Landmark has a role and an accessible name that are identical to another", "complaints": { "countTotal": 1, "texts": [ "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" ] } } }, "ibm": { "aria_landmark_name_unique": { "quality": 1, "what": "Multiple landmarks with the same parent region are not distinguished from one another", "complaints": { "countTotal": 1, "texts": [ "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label" ] } } } } }, "tabIndexPositive": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "axe": { "tabindex": { "quality": 1, "what": "Positive tabIndex risks creating a confusing focus order", "complaints": { "countTotal": 1, "texts": [ "Elements should not have tabindex greater than zero; Element has a tabindex greater than 0" ] } } }, "wave": { "tabindex": { "quality": 1, "what": "tabIndex value positive", "complaints": { "countTotal": 1, "texts": [ "Tabindex" ] } } } } }, "svgImageNoText": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "continuum": { "123": { "quality": 1, "what": "svg element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 6, "texts": [ "This svg element does not have a mechanism that allows an accessible name value to be calculated" ] } } } } }, "navConfusion": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "continuum": { "531": { "quality": 1, "what": "nav element has an accessible name that is non-unique among the nav elements", "complaints": { "countTotal": 3, "texts": [ "This nav does not have a unique accessible name as required when two or more nav elements are present" ] } } }, "ibm": { "aria_navigation_label_unique": { "quality": 1, "what": "Multiple elements with the navigation role do not have unique labels", "complaints": { "countTotal": 3, "texts": [ "Multiple elements with \"navigation\" role do not have unique labels" ] } } } } }, "navNoText": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "continuum": { "533": { "quality": 1, "what": "nav element is not the only nav element but has no accessible name", "complaints": { "countTotal": 3, "texts": [ "This nav does not have an accessible name as required when two or more nav elements are present" ] } } } } }, "decorativeImageRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 4, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "pseudoNavList": { "score": 2, "maxCount": 1, "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." ] } } } } }, "autocompleteRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_5.H98": { "quality": 1, "what": "Element contains a potentially faulty value in its autocomplete attribute", "complaints": { "countTotal": 1, "texts": [ "This element contains a potentially faulty value in its autocomplete attribute: false." ] } } } } }, "scrollRisk": { "score": 2, "maxCount": 2, "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": 2, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } }, "qualWeb": { "QW-BP18": { "quality": 1, "what": "Percentage is not used in CSS for a container size", "complaints": { "countTotal": 1, "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": 6, "maxCount": 6, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 5, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } }, "AAA.1_4_6.G17.BgImage": { "quality": 1, "what": "Contrast between the text and its background image may be less than 7:1", "complaints": { "countTotal": 1, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1." ] } } } } }, "visibleLabelNotName": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "htmlcs": { "AAA.2_5_3.F96": { "quality": 1, "what": "Visible label is not in the accessible name", "complaints": { "countTotal": 1, "texts": [ "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually." ] } } }, "ibm": { "label_name_visible": { "quality": 1, "what": "Accessible name does not match or contain the visible label text", "complaints": { "countTotal": 1, "texts": [ "Accessible name does not match or contain the visible label text" ] } } } } }, "linkWindowSurpriseRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 8, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "headingStructure": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 2, "texts": [ "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h3 element should be an h1 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." ] } } } } }, "contrastAAA": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "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 4.15:1. Recommendation: change text colour to #004397.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 8, "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": 1, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "attributeBad": { "score": 80, "maxCount": 20, "weight": 4, "tools": { "ibm": { "aria_attribute_valid": { "quality": 1, "what": "ARIA attribute is invalid for the role of its element", "complaints": { "countTotal": 2, "texts": [ "The ARIA attributes \"aria-label\" are not valid for the element <label> with ARIA role \"none\"" ] } } }, "nuVal": { "^Attribute .+ not allowed here.*$": { "quality": 1, "what": "Attribute not allowed here", "complaints": { "countTotal": 4, "texts": [ "Attribute xmlns:og not allowed here.", "Attribute xmlns:fb not allowed here." ] } }, "^Attribute .+ is not serializable as XML 1\\.0.*$": { "quality": 1, "what": "Attribute is invalidly nonserializable", "complaints": { "countTotal": 4, "texts": [ "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "Attribute with the local name xmlns:fb is not serializable as XML 1.0." ] } }, "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 4, "texts": [ "Attribute x-autocompletetype not allowed on element input at this point." ] } }, "The itemprop attribute was specified, but the element is not a property of any item.": { "quality": 1, "what": "itemprop attribute is on an element that is not a property of an item", "complaints": { "countTotal": 8, "texts": [ "The itemprop attribute was specified, but the element is not a property of any item." ] } } } } }, "figureNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "ibm": { "figure_label_exists": { "quality": 1, "what": "figure element has no associated label", "complaints": { "countTotal": 2, "texts": [ "The <figure> element does not have an associated label" ] } } } } }, "obsolete": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 2, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5" ] } } }, "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "quality": 1, "what": "Attribute is obsolete on its element", "complaints": { "countTotal": 3, "texts": [ "The charset attribute on the script element is obsolete." ] } } } } }, "roleRedundant": { "score": 2, "maxCount": 2, "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 \"main\" is redundant with the implicit role of the element <main>" ] } } }, "nuVal": { "^The .+ role is unnecessary for element .+$": { "quality": 1, "what": "explicit role is redundant for its element", "complaints": { "countTotal": 2, "texts": [ "The main role is unnecessary for element main." ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 1, "texts": [ "MAIN elements have redundant explicit role main (count: 1)" ] } } } } }, "metaBad": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "nuVal": { "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.": { "quality": 1, "what": "meta element with http-equiv=\"X-UA-Compatible\" has no content=\"IE=edge\"", "complaints": { "countTotal": 2, "texts": [ "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge." ] } }, "^Bad value .+ for attribute .+ on element meta.*$": { "quality": 1, "what": "Attribute of a meta element has an invalid value", "complaints": { "countTotal": 2, "texts": [ "Bad value Accept-CH for attribute http-equiv on element meta." ] } } } } }, "typeRedundant": { "score": 15, "maxCount": 15, "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": 14, "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": 1, "texts": [ "The type attribute for the style element is not needed and should be omitted." ] } } } } }, "parentBad": { "score": 72, "maxCount": 18, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 18, "texts": [ "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "imageNoSource": { "score": 28, "maxCount": 7, "weight": 4, "tools": { "nuVal": { "Element img is missing required attribute src.": { "quality": 1, "what": "img element has no src attribute", "complaints": { "countTotal": 7, "texts": [ "Element img is missing required attribute src." ] } } } } }, "sectionHeadingless": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "nuVal": { "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": { "quality": 1, "what": "section has no heading", "complaints": { "countTotal": 6, "texts": [ "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed." ] } } }, "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "slashParseRisk": { "score": 34, "maxCount": 34, "weight": 1, "tools": { "nuVal": { "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": { "quality": 1, "what": "Void element has a useless trailing slash.", "complaints": { "countTotal": 34, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "articleHeadingless": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "nuVal": { "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.": { "quality": 1, "what": "article has no heading", "complaints": { "countTotal": 2, "texts": [ "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles." ] } } } } }, "duplicateAttribute": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "nuVal": { "^Duplicate attribute.*$": { "quality": 1, "what": "Source code of the element contains 2 or more of the same attribute", "complaints": { "countTotal": 2, "texts": [ "Duplicate attribute alt." ] } } }, "testaro": { "dupAtt": { "quality": 0.7, "what": "Source code of the element contains 2 or more of the same attribute", "complaints": { "countTotal": 2, "texts": [ "Element IMG has 2 attributes with the same name" ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "repeatedContentRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } }, "QW-BP17": { "quality": 1, "what": "No link at the beginning of a block of repeated content goes to the end of the block", "complaints": { "countTotal": 2, "texts": [ "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block." ] } } } } }, "focusIndication": { "score": 96, "maxCount": 24, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 24, "texts": [ "This rule checks that each element in sequential focus order has some visible focus indication." ] } } } } }, "errorReferenceBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 4, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "legendMissing": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T3": { "quality": 1, "what": "Description for a group of form controls using fieldset and legend elements is not provided", "complaints": { "countTotal": 1, "texts": [ "This technique checks the correct use of the description element for form controls" ] } } } } }, "textAlternativeRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 2, "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" ] } } } } }, "noHeading": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 4, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "boxSizeAbsolute": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 2, "texts": [ "At least one width attribute of an HTML element is expressed in absolute values" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "linkVague": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "73": { "quality": 1, "what": "Link text is too generic to communicate the purpose or destination", "complaints": { "countTotal": 1, "texts": [ "This link text is uninformative." ] } } } } }, "fontSmall": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "tenon": { "134": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 3, "texts": [ "Very small text found." ] } } }, "wave": { "text_small": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 1, "texts": [ "Very small text" ] } } } } }, "leadingClipsText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 3, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 6, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allCaps": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 4, "texts": [ "This long string of text is in all caps." ] } } } } }, "linkForcesNewWindow": { "score": 39, "maxCount": 13, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 13, "texts": [ "This link opens in a new window without user control." ] } } } } }, "autocompleteNone": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "autocomplete": { "quality": 1, "what": "Name or email input is missing its required autocomplete attribute", "complaints": { "countTotal": 1, "texts": [ "Input is missing the required autocomplete attribute with value email" ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "tabFocusability": { "score": 2, "maxCount": 0.5, "weight": 4, "tools": { "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" ] } } } } }, "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": 30, "maxCount": 15, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 15, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over" ] } } } } }, "labelClash": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 1, "texts": [ "Element INPUT has clashing labels of types: aria-label, label" ] } } } } }, "linkIndication": { "score": 88, "maxCount": 44, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 44, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 7, "texts": [ "In-line links have 7 different styles", "Level-3 headings have 2 different styles" ] } } } } }, "zIndexNotZero": { "score": 16, "maxCount": 16, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 16, "texts": [ "DIV element has a non-default Z index", "HEADER element has a non-default Z index", "A element has a non-default Z index", "MAIN element has a non-default Z index", "FOOTER element has a non-default Z index" ] } } } } }, "linkPair": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 2, "texts": [ "Redundant link" ] } } } } }, "noScriptRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 2, "texts": [ "Noscript element" ] } } } } } } } } }