Accessibility digest
Page | Candidate Liz Ortega (D) |
---|---|
URL | https://www.ortegaforassembly.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1132 |
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 Liz Ortega (D) at https://www.ortegaforassembly.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 1132, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1132 | Sum of the component scores |
issue | 1017 | Severity and number of reported defects |
tool | 101 | 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 |
---|---|
textContrastAA | 124 |
attributeBad | 104 |
parentBad | 80 |
spontaneousMotion | 78 |
targetSize | 63 |
linkIndication | 62 |
focusIndication | 52 |
errorReferenceBad | 40 |
imageNoSource | 36 |
slashParseRisk | 36 |
linkForcesNewWindow | 36 |
duplicateID | 32 |
contrastAAA | 31 |
leadingClipsText | 16 |
hiddenContentRisk | 15 |
obsolete | 15 |
zIndexNotZero | 15 |
svgImageNoText | 12 |
metaBad | 12 |
noHeading | 12 |
typeRedundant | 10 |
boxSizeAbsolute | 9 |
fontSmall | 9 |
linkWindowSurpriseRisk | 8 |
figureNoText | 8 |
legendMissing | 8 |
contrastRisk | 6 |
skipRepeatedContent | 6 |
repeatedContentRisk | 5 |
leadingInsufficient | 4 |
cssBansRotate | 4 |
textAlternativeRisk | 4 |
headingStructure | 4 |
duplicateAttribute | 4 |
hoverSurprise | 4 |
inconsistentStyles | 4 |
labelClash | 4 |
imageTextBad | 3 |
h1Missing | 3 |
decorativeImageRisk | 3 |
landmarkConfusion | 3 |
horizontalScrolling | 3 |
autocompleteNone | 3 |
focusableOperable | 3 |
labelEmpty | 3 |
contentBeyondLandmarks | 2 |
headingOfNothing | 2 |
pseudoNavList | 2 |
scrollRisk | 2 |
roleRedundant | 2 |
sectionHeadingless | 2 |
articleHeadingless | 2 |
mainNone | 2 |
fontSizeAbsolute | 2 |
tabIndexPositive | 1 |
pseudoHeadingRisk | 1 |
noScriptRisk | 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 textContrastAA
WCAG: 1.4.3
Score: 124
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 31
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 11
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 2
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 11
Complaint specifics
- Very low contrast
Issue attributeBad
WCAG: 1.3.1
Score: 104
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: 10
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: 80
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: 20
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.)
- Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
Issue spontaneousMotion
WCAG: 2.2.2
Score: 78
Complaints by testaro
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 39
Complaint specifics
- Content moves or changes without user request
Issue targetSize
WCAG: 2.5.5
Score: 63
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 21
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue linkIndication
WCAG: 1.3.3
Score: 62
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 31
Complaint specifics
- Link is inline but has no underline
Issue focusIndication
WCAG: 2.4.7
Score: 52
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 13
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Issue errorReferenceBad
WCAG: 3.3.1
Score: 40
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 10
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue imageNoSource
WCAG: 1.3.1
Score: 36
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: 9
Complaint specifics
- Element img is missing required attribute src.
Issue slashParseRisk
WCAG: 4.1
Score: 36
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: 36
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 36
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 12
Complaint specifics
- This link opens in a new window without user control.
Issue duplicateID
WCAG: 4.1.1
Score: 32
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 8
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id-aria
duplicate-id-aria
Description: id attribute used in ARIA or in a label has a value that is not unique
Count of instances: 1
Complaint specifics
- IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: email-yui_3_17_2_1_1656456356921_5089-field
Rule duplicate-id
Description: id attribute value is not unique
Count of instances: 3
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: name-yui_3_17_2_1_1656456356921_5088
- id attribute value must be unique; Document has multiple static elements with the same id attribute: email-yui_3_17_2_1_1656456356921_5089
- id attribute value must be unique; Document has multiple static elements with the same id attribute: phone-641bf233-f64d-446e-934d-d220b7bc29c7
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 8
Complaint specifics
- This FIELDSET has an id attribute of 'name-yui_3_17_2_1_1656456356921_5088', which is not unique in the same DOM
- This DIV has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089', which is not unique in the same DOM
- This INPUT has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089-field', which is not unique in the same DOM
- This FIELDSET has an id attribute of 'phone-641bf233-f64d-446e-934d-d220b7bc29c7', which is not unique in the same DOM
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 8
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue contrastAAA
WCAG: 1.4.6
Score: 31
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 31
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 3
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 13
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue leadingClipsText
WCAG: 1.4.8
Score: 16
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 4
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue hiddenContentRisk
WCAG: 4.1
Score: 15
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 15
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 obsolete
WCAG: 4.1
Score: 15
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 3
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
- The HTML attribute(s) "charset" is deprecated for the <link> 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: 5
Complaint specifics
- The charset attribute on the script element is obsolete.
Issue zIndexNotZero
WCAG: 1.4
Score: 15
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 15
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 svgImageNoText
WCAG: 1.1.1
Score: 12
Complaints by continuum
Rule 123
123
Description: svg element has no machanism allowing an accessible name to be calculated
Count of instances: 3
Complaint specifics
- This svg element does not have a mechanism that allows an accessible name value to be calculated
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 typeRedundant
WCAG: 1.3.1
Score: 10
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: 10
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 9
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 3
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
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 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 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 legendMissing
WCAG: 4.1.2
Score: 8
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: 4
Complaint specifics
- This technique checks the correct use of the description element for form controls
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: 6
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.
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 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 leadingInsufficient
WCAG: 1.4.8
Score: 4
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 2
Complaint specifics
- Paragraphs of text have sufficient line height
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 textAlternativeRisk
WCAG: 1
Score: 4
Complaints by continuum
Rule 234
234
Description: img element has a suspicious calculated accessible name
Count of instances: 1
Complaint specifics
- This IMG has a suspicious calculated accessible name value of: pp badge (2).png
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 4
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Complaints by wave
Rule alt_suspicious
alt_suspicious
Description: Image text alternative is suspicious
Count of instances: 2
Complaint specifics
- Suspicious alternative text
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 h4 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h4 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: 1
Complaint specifics
- Element IMG has 2 attributes with the same name
Issue hoverSurprise
WCAG: 1.4.13
Score: 4
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 2
Complaint specifics
- Operable element cannot be hovered over
- Link or button makes the hovering mouse cursor nonstandard
Issue inconsistentStyles
WCAG: 3.2.4
Score: 4
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 4
Complaint specifics
- In-line links have 3 different styles
- Buttons have 2 different styles
- Level-3 headings have 2 different styles
Issue labelClash
WCAG: 1.3.1
Score: 4
Complaints by wave
Rule label_multiple
label_multiple
Description: Form control has more than one label associated with it
Count of instances: 2
Complaint specifics
- Multiple form labels
Issue imageTextBad
WCAG: 1.1.1
Score: 3
Complaints by alfa
Rule r39
r39
Description: Image text alternative is the filename instead
Count of instances: 1
Complaint specifics
- Image filename is accessible name for image
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 axe
Rule page-has-heading-one
page-has-heading-one
Description: Page contains no level-one heading
Count of instances: 1
Complaint specifics
- Page should contain a level-one heading; Page must have a level-one heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 3
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 3
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue landmarkConfusion
WCAG: 1.3.6
Score: 3
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 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 autocompleteNone
WCAG: 1.3.5
Score: 3
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 3
Complaint specifics
- Input is missing the required autocomplete attribute with value given-name
- Input is missing the required autocomplete attribute with value family-name
- Input is missing the required autocomplete attribute with value email
Issue focusableOperable
WCAG: 2.1.1
Score: 3
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 1
Complaint specifics
Issue labelEmpty
WCAG: 1.3.1
Score: 3
Complaints by wave
Rule label_empty
label_empty
Description: Empty form label
Count of instances: 1
Complaint specifics
- Empty form label
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 headingOfNothing
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 1
Complaint specifics
- Headings of same level have text content between them
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: 2
Complaint specifics
- MAIN elements have redundant explicit role main (count: 1)
- DIV elements have invalid or native-replaceable explicit role button (count: 1)
Issue sectionHeadingless
WCAG: 1.3.1
Score: 2
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: 2
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 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 fontSizeAbsolute
WCAG: 1.4.4
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 1
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
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 pseudoHeadingRisk
WCAG: 1.3.1
Score: 1
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 1
Complaint specifics
- Possible heading
Issue noScriptRisk
WCAG: 4.1
Score: 1
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 1
Complaint specifics
- Noscript element
Complete report
{ "id": "18ixx-ts27-caAD20-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687108020746, "endTime": 1687108021307 }, { "type": "url", "which": "https://www.ortegaforassembly.com/", "what": "Candidate Liz Ortega (D)", "startTime": 1687108021307, "result": { "url": "https://www.ortegaforassembly.com/" }, "endTime": 1687108023122 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687108023123, "url": "https://www.ortegaforassembly.com/", "endTime": 1687108024816 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687108024816, "url": "https://www.ortegaforassembly.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 649605, 593463, 837673, 837673, 837673 ], "localRatios": [ 1.095, 1.411, 1, 1 ], "meanLocalRatio": 1.127, "maxLocalRatio": 1.411, "globalRatio": 1.411, "pixelChanges": [ 439238, 302648, 0, 0 ], "meanPixelChange": 185471, "maxPixelChange": 439238, "changeFrequency": 0.5 }, "totals": [ 0, 0, 39, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 39, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 39, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 39, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687108038729 }, { "type": "launch", "which": "chromium", "startTime": 1687108038729, "endTime": 1687108039303 }, { "type": "url", "which": "https://www.ortegaforassembly.com/", "what": "Candidate Liz Ortega (D)", "startTime": 1687108039303, "result": { "url": "https://www.ortegaforassembly.com/" }, "endTime": 1687108040488 }, { "type": "test", "which": "alfa", "startTime": 1687108040488, "url": "https://www.ortegaforassembly.com/", "what": "alfa", "result": { "totals": { "failures": 13, "warnings": 63 }, "items": [ { "index": 133, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "fieldset", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[1]", "codeLines": [ "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields name required\">", " <legend class=\"title\">", " Name", " <span class=\"required\" aria-hidden=\"true\">", " *", " </span>", " </legend>", " <div class=\"field first-name\">", " <label class=\"caption\">", " <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\">", " <span class=\"caption-text\">", " First Name", " </span>", " </label>", " </div>", " <div class=\"field last-name\">", " <label class=\"caption\">", " <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\">", " <span class=\"caption-text\">", " Last Name", " </span>", " </label>", " </div>", "</fieldset>" ] } }, { "index": 134, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/div[1]", "codeLines": [ "<div id=\"email-yui_3_17_2_1_1656456356921_5089\" class=\"form-item field email required\">", " <label class=\"title\" for=\"email-yui_3_17_2_1_1656456356921_5089-field\">", " Email", " <span class=\"required\" aria-hidden=\"true\">", " *", " </span>", " </label>", " <input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">", "</div>" ] } }, { "index": 135, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/div[1]/input[1]", "codeLines": [ "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">" ] } }, { "index": 136, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "fieldset", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[2]", "codeLines": [ "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\">", " <legend class=\"title\">", " Phone", " </legend>", " <div class=\"field text three-digits\">", " <label class=\"caption\">", " <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\">", " <span class=\"caption-text\">", " (###)", " </span>", " </label>", " </div>", " <div class=\"field text three-digits\">", " <label class=\"caption\">", " <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\">", " <span class=\"caption-text\">", " ###", " </span>", " </label>", " </div>", " <div class=\"field text four-digits\">", " <label class=\"caption\">", " <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\">", " <span class=\"caption-text\">", " ####", " </span>", " </label>", " </div>", "</fieldset>" ] } }, { "index": 170, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "fieldset", "path": "/html[1]/body[1]/div[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[1]", "codeLines": [ "<fieldset class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\" id=\"name-yui_3_17_2_1_1656456356921_5088\">", " <legend class=\"title\">", " <div class=\"pDrrGovH4WPE4ap28zXo\">", " <span>", " Name", " </span>", " <span class=\"description required\">", " (required)", " </span>", " </div>", " </legend>", " <div class=\"field first-name\" data-dynamic-strings=\"\">", " <label class=\"LvAkJ9xQ71AovsTYPLTr caption\">", " <div class=\"MfnwQy4_XQLiRazGqdSh\">", " <div class=\"jIeelEX_Jazwo5nA7MN4\">", " <span class=\"caption-text\">", " First Name", " </span>", " </div>", " </div>", " <input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1656456356921_5088-fname-field\" name=\"fname\" type=\"text\" value=\"\">", " </label>", " </div>", " <div class=\"field last-name\" data-dynamic-strings=\"\">", " <label class=\"LvAkJ9xQ71AovsTYPLTr caption\">", " <div class=\"MfnwQy4_XQLiRazGqdSh\">", " <div class=\"jIeelEX_Jazwo5nA7MN4\">", " <span class=\"caption-text\">", " Last Name", " </span>", " </div>", " </div>", " <input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1656456356921_5088-lname-field\" name=\"lname\" type=\"text\" value=\"\">", " </label>", " </div>", "</fieldset>" ] } }, { "index": 173, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/div[1]", "codeLines": [ "<div class=\"form-item field email required\" id=\"email-yui_3_17_2_1_1656456356921_5089\" data-dynamic-strings=\"\">", " <label aria-label=\"Email\" for=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"title ORJvfAX1j_0GYzxaesgd\">", " <div class=\"V_yH0Ko5JiN5z1pCuJtb\">", " <div class=\"xHXC4uuk1CR_E981Erer\">", " <span>", " Email", " </span>", " <span class=\"description required\">", " (required)", " </span>", " </div>", " </div>", " </label>", " <input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">", "</div>" ] } }, { "index": 174, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]", "codeLines": [ "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">" ] } }, { "index": 175, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "fieldset", "path": "/html[1]/body[1]/div[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[2]", "codeLines": [ "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\">", " <legend class=\"title\">", " <div class=\"pDrrGovH4WPE4ap28zXo\">", " <span>", " Phone", " </span>", " </div>", " </legend>", " <div class=\"EEMfEixsuO1vg4NCa5hi\">", " <div class=\"field\" data-dynamic-strings=\"\">", " <label class=\"LvAkJ9xQ71AovsTYPLTr caption\">", " <div class=\"MfnwQy4_XQLiRazGqdSh\">", " <div class=\"jIeelEX_Jazwo5nA7MN4\"></div>", " </div>", " <input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">", " </label>", " </div>", " </div>", "</fieldset>" ] } }, { "index": 187, "verdict": "cantTell", "rule": { "ruleID": "r39", "ruleSummary": "Image filename is accessible name for image", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r39", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/div[1]/img[1]", "codeLines": [ "<img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions..." ] } }, { "index": 216, "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": 250, "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": 292, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/a[1]/span[1]/div[1]/span[1]/text()[1]", "codeLines": [ "0" ] } }, { "index": 293, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Skip to Content" ] } }, { "index": 294, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 295, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 296, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 297, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]/text()[1]", "codeLines": [ "Campaign Contact" ] } }, { "index": 298, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]/text()[1]", "codeLines": [ "Gallery" ] } }, { "index": 299, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[4]/a[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 300, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[3]/button[1]/span[1]/text()[1]", "codeLines": [ "Open Menu" ] } }, { "index": 301, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 302, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 303, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 304, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]/text()[1]", "codeLines": [ "Campaign Contact" ] } }, { "index": 305, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]/text()[1]", "codeLines": [ "Gallery" ] } }, { "index": 306, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[4]/a[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 307, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[3]/button[1]/span[1]/text()[1]", "codeLines": [ "Open Menu" ] } }, { "index": 308, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]/div[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 309, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[2]/a[1]/div[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 310, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[3]/a[1]/div[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 311, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[4]/a[1]/div[1]/text()[1]", "codeLines": [ "Campaign Contact" ] } }, { "index": 312, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[5]/a[1]/div[1]/text()[1]", "codeLines": [ "Gallery" ] } }, { "index": 313, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 314, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz" ] } }, { "index": 315, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/button[1]/text()[1]", "codeLines": [ "Get Involved!" ] } }, { "index": 316, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/text()[1]", "codeLines": [ "Get Involved with Liz's Campaign!" ] } }, { "index": 317, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/h3[1]/text()[1]", "codeLines": [ "Get to know AD-20" ] } }, { "index": 318, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/text()[1]", "codeLines": [ "More info on AD-20" ] } }, { "index": 319, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "In 2021, the California Redistricting Commission redrew lines for political districts across California to reflect changes in our communities and population. Assembly District 20 is a new district created from this process and includes the cities of San Leandro, Hayward, Union City, parts of Dublin ..." ] } }, { "index": 320, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "“Healthcare is a right and California is leading the fight .”" ] } }, { "index": 321, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "— Liz" ] } }, { "index": 322, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/strong[1]/text()[1]", "codeLines": [ "Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078" ] } }, { "index": 327, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/a[1]/span[1]/div[1]/span[1]/text()[1]", "codeLines": [ "0" ] } }, { "index": 328, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Skip to Content" ] } }, { "index": 329, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 330, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 331, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 332, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]/text()[1]", "codeLines": [ "Campaign Contact" ] } }, { "index": 333, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]/text()[1]", "codeLines": [ "Gallery" ] } }, { "index": 334, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[4]/a[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 335, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[3]/button[1]/span[1]/text()[1]", "codeLines": [ "Open Menu" ] } }, { "index": 336, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 337, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 338, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 339, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]/text()[1]", "codeLines": [ "Campaign Contact" ] } }, { "index": 340, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]/text()[1]", "codeLines": [ "Gallery" ] } }, { "index": 341, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[4]/a[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 342, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[3]/button[1]/span[1]/text()[1]", "codeLines": [ "Open Menu" ] } }, { "index": 343, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]/div[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 344, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[2]/a[1]/div[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 345, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[3]/a[1]/div[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 346, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[4]/a[1]/div[1]/text()[1]", "codeLines": [ "Campaign Contact" ] } }, { "index": 347, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[5]/a[1]/div[1]/text()[1]", "codeLines": [ "Gallery" ] } }, { "index": 348, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 349, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz" ] } }, { "index": 350, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/button[1]/text()[1]", "codeLines": [ "Get Involved!" ] } }, { "index": 351, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/text()[1]", "codeLines": [ "Get Involved with Liz's Campaign!" ] } }, { "index": 352, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/h3[1]/text()[1]", "codeLines": [ "Get to know AD-20" ] } }, { "index": 353, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/text()[1]", "codeLines": [ "More info on AD-20" ] } }, { "index": 354, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "In 2021, the California Redistricting Commission redrew lines for political districts across California to reflect changes in our communities and population. Assembly District 20 is a new district created from this process and includes the cities of San Leandro, Hayward, Union City, parts of Dublin ..." ] } }, { "index": 355, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "“Healthcare is a right and California is leading the fight .”" ] } }, { "index": 356, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "— Liz" ] } }, { "index": 357, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/strong[1]/text()[1]", "codeLines": [ "Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078" ] } }, { "index": 364, "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[3]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"sqsrte-large\" style=\"white-space:pre-wrap;\">", " In 2021, the California Redistricting Commission redrew lines for political districts across California to reflect changes in our communities and population. Assembly District 20 is a new district created from this process and includes the cities of San Leandro, Hayward, Union City, parts of Dubli...", "</p>" ] } }, { "index": 365, "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[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\">", " — Liz", "</p>" ] } }, { "index": 377, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "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]/h4[1]", "codeLines": [ "<h4 style=\"text-align:center;white-space:pre-wrap;\">", " <strong>", " Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078", " </strong>", "</h4>" ] } } ], "success": true }, "standardResult": { "totals": [ 63, 0, 0, 13 ], "instances": [ { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "name-yui_3_17_2_1_1656456356921_5088", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[1]" }, "excerpt": "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields name required\"> <legend class=\"title\"> Name <span class=\"required\" aria-hidden=\"true\"> * </span> </legend> <div class=\"field ... ame=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\"> <span class=\"caption-text\"> Last Name </span> </label> </div> </fieldset>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "email-yui_3_17_2_1_1656456356921_5089", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/div[1]" }, "excerpt": "<div id=\"email-yui_3_17_2_1_1656456356921_5089\" class=\"form-item field email required\"> <label class=\"title\" for=\"email-yui_3_17_2_1_1656456356921_5089-field\"> Email <span class=\"required\" aria-hidden=\"true\"> * </span> </label> <input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\"> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[2]" }, "excerpt": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\"> <legend class=\"title\"> Phone </legend> <div class=\"field text three-digits\"> <label class=\"caption\"> <input cl ... class=\"caption\"> <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\"> <span class=\"caption-text\"> #### </span> </label> </div> </fieldset>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "name-yui_3_17_2_1_1656456356921_5088", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[1]" }, "excerpt": "<fieldset class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\" id=\"name-yui_3_17_2_1_1656456356921_5088\"> <legend class=\"title\"> <div class=\"pDrrGovH4WPE4ap28zXo\"> <span> Name </span> <span class=\"descr ... false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1656456356921_5088-lname-field\" name=\"lname\" type=\"text\" value=\"\"> </label> </div> </fieldset>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "email-yui_3_17_2_1_1656456356921_5089", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/div[1]" }, "excerpt": "<div class=\"form-item field email required\" id=\"email-yui_3_17_2_1_1656456356921_5089\" data-dynamic-strings=\"\"> <label aria-label=\"Email\" for=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"title ... -invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\"> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[2]" }, "excerpt": "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\"> <legend class=\"title\"> <div class=\"pDrrGovH4WPE4ap28zXo\"> <span> Phone </span> </div> </legend> <div class=\"EE ... s=\"jIeelEX_Jazwo5nA7MN4\"></div> </div> <input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\"> </label> </div> </div> </fieldset>" }, { "ruleID": "r39", "what": "Image filename is accessible name for image", "ordinalSeverity": 0, "tagName": "IMG", "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[1]/div[1]/figure[1]/div[1]/img[1]" }, "excerpt": "<img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions..." }, { "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": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/a[1]/span[1]/div[1]/span[1]/text()[1]" }, "excerpt": "0" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Skip to Content" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]/text()[1]" }, "excerpt": "Campaign Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]/text()[1]" }, "excerpt": "Gallery" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[4]/a[1]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[3]/button[1]/span[1]/text()[1]" }, "excerpt": "Open Menu" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]/text()[1]" }, "excerpt": "Campaign Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]/text()[1]" }, "excerpt": "Gallery" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[4]/a[1]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[3]/button[1]/span[1]/text()[1]" }, "excerpt": "Open Menu" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]/div[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[2]/a[1]/div[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[3]/a[1]/div[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[4]/a[1]/div[1]/text()[1]" }, "excerpt": "Campaign Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[5]/a[1]/div[1]/text()[1]" }, "excerpt": "Gallery" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/button[1]/text()[1]" }, "excerpt": "Get Involved!" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/text()[1]" }, "excerpt": "Get Involved with Liz's Campaign!" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/h3[1]/text()[1]" }, "excerpt": "Get to know AD-20" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/text()[1]" }, "excerpt": "More info on AD-20" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "In 2021, the California Redistricting Commission redrew lines for political districts across California to reflect changes in our communities and population. Assembly District 20 is a new district created from this process and includes the cities of San Leandro, Hayward, Union City, parts of Dublin ..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "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]/h3[1]/text()[1]" }, "excerpt": "“Healthcare is a right and California is leading the fight .”" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "— Liz" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/strong[1]/text()[1]" }, "excerpt": "Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/a[1]/span[1]/div[1]/span[1]/text()[1]" }, "excerpt": "0" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Skip to Content" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]/text()[1]" }, "excerpt": "Campaign Contact" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]/text()[1]" }, "excerpt": "Gallery" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[4]/a[1]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[3]/button[1]/span[1]/text()[1]" }, "excerpt": "Open Menu" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]/text()[1]" }, "excerpt": "Campaign Contact" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]/text()[1]" }, "excerpt": "Gallery" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[4]/a[1]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[3]/button[1]/span[1]/text()[1]" }, "excerpt": "Open Menu" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]/div[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[2]/a[1]/div[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[3]/a[1]/div[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[4]/a[1]/div[1]/text()[1]" }, "excerpt": "Campaign Contact" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[5]/a[1]/div[1]/text()[1]" }, "excerpt": "Gallery" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/button[1]/text()[1]" }, "excerpt": "Get Involved!" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/text()[1]" }, "excerpt": "Get Involved with Liz's Campaign!" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/h3[1]/text()[1]" }, "excerpt": "Get to know AD-20" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/text()[1]" }, "excerpt": "More info on AD-20" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "In 2021, the California Redistricting Commission redrew lines for political districts across California to reflect changes in our communities and population. Assembly District 20 is a new district created from this process and includes the cities of San Leandro, Hayward, Union City, parts of Dublin ..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "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]/h3[1]/text()[1]" }, "excerpt": "“Healthcare is a right and California is leading the fight .”" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "— Liz" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/strong[1]/text()[1]" }, "excerpt": "Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078" }, { "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[3]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"sqsrte-large\" style=\"white-space:pre-wrap;\"> In 2021, the California Redistricting Commission redrew lines for political districts across California to reflect changes in our communities and population. Assembly District 20 is a new district created from this process and includes the cities of San Leandro, Hayward, Union City, parts of Dubli... </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[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\"> — Liz </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "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]/h4[1]" }, "excerpt": "<h4 style=\"text-align:center;white-space:pre-wrap;\"> <strong> Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078 </strong> </h4>" } ] }, "endTime": 1687108044952 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687108044953, "url": "https://www.ortegaforassembly.com/", "what": "Axe", "result": { "totals": { "rulesNA": 56, "rulesPassed": 39, "rulesWarned": 3, "rulesViolated": 4, "warnings": { "minor": 15, "moderate": 0, "serious": 12, "critical": 0 }, "violations": { "minor": 3, "moderate": 1, "serious": 1, "critical": 1 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T17:07:25.398Z", "url": "https://www.ortegaforassembly.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<canvas width=\"1280\" height=\"609\" style=\"position: absolute; left: 0px; top: 0px; width: 1280px; height: 609px;\"></canvas>", "target": [ "canvas:nth-child(2)" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/about\" data-animation-role=\"header-element\">\n About\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(1) > a[href$=\"about\"][data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<canvas width=\"1280\" height=\"609\" style=\"position: absolute; left: 0px; top: 0px; width: 1280px; height: 609px;\"></canvas>", "target": [ "canvas:nth-child(2)" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues\" data-animation-role=\"header-element\">\n Issues\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(2) > a[href$=\"issues\"][data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<canvas width=\"1280\" height=\"609\" style=\"position: absolute; left: 0px; top: 0px; width: 1280px; height: 609px;\"></canvas>", "target": [ "canvas:nth-child(2)" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/endorsements\" data-animation-role=\"header-element\">\n Endorsements\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(3) > a[href$=\"endorsements\"][data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<canvas width=\"1280\" height=\"609\" style=\"position: absolute; left: 0px; top: 0px; width: 1280px; height: 609px;\"></canvas>", "target": [ "canvas:nth-child(2)" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/get-involved\" data-animation-role=\"header-element\">\n Campaign Contact\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(4) > a[href$=\"get-involved\"][data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<canvas width=\"1280\" height=\"609\" style=\"position: absolute; left: 0px; top: 0px; width: 1280px; height: 609px;\"></canvas>", "target": [ "canvas:nth-child(2)" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/gallery\" data-animation-role=\"header-element\">\n Gallery\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(5) > a[href$=\"gallery\"][data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.8pt (14.4px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<canvas width=\"1280\" height=\"609\" style=\"position: absolute; left: 0px; top: 0px; width: 1280px; height: 609px;\"></canvas>", "target": [ "canvas:nth-child(2)" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\">\n Donate\n </a>", "target": [ ".header-display-desktop > .header-actions.header-actions--right > .header-actions-action--cta.header-actions-action[data-animation-role=\"header-element\"] > .btn--border.theme-btn--primary-inverse.btn" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "14.4pt (19.2px)", "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": "<h4 style=\"white-space:pre-wrap;\">“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz</h4>", "target": [ "#block-yui_3_17_2_1_1645911363509_9277 > .sqs-block-content > .sqs-html-content > h4" ], "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": "<button class=\"lightbox-handle sqs-system-button sqs-editable-button sqs-button-element--primary\">\n \n Get Involved!\n \n </button>", "target": [ ".lightbox-handle" ], "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": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3: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": "<h3 style=\"text-align:center;white-space:pre-wrap;\">“Healthcare is a right and California is leading the fight .”</h3>", "target": [ ".sqs-html-content > h3" ], "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": "16.8pt (22.4px)", "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": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\">— Liz</p>", "target": [ "#block-7c653e91ab3d86c184d2 > .sqs-block-content > .sqs-html-content > .sqsrte-large" ], "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": "14.4pt (19.2px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3: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": "<strong>Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078</strong>", "target": [ "strong" ], "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\n\n menu-overlay-has-visible-non-navigation-items\n\n\" data-animation-role=\"header-element\">", "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\"] > .header-burger-btn.burger[data-test=\"header-burger\"] > .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\n\n menu-overlay-has-visible-non-navigation-items\n\n\" data-animation-role=\"header-element\">", "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\"] > .header-burger-btn.burger[data-test=\"header-burger\"] > .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://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate",\n"buttonText": "Donate",\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"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": "dynamic",\n"languagePicker": {\n"enabled": false,\n"iconEnabled": false,\n"iconType": "globe",\n"flagShape": "shiny",\n"languageFlags": [ ]\n},\n"mobileOptions": {\n"layout": "logoLeftNavRight",\n"menuIcon": "tripleLineHamburger",\n"menuIconOptions": {\n"style": "tripleLineHamburger",\n"thickness": {\n"unit": "px",\n"value": 1.0\n}\n}\n},\n"dynamicOptions": {\n"border": {\n"enabled": false,\n"position": "top",\n"thickness": {\n"unit": "px",\n"value": 10.0\n}\n}\n},\n"solidOptions": {\n"headerOpacity": {\n"unit": "%",\n"value": 0.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: 269.859px;\">", "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 class=\"background-image-fx loaded\" crossorigin=\"\" alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image-dimensions=\"1849x1238\" data-image-focal-point=\"0.7492462311557789,0.30403800475059384\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" style=\"object-position: 74.9246% 0%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.1\" data-image-resolution=\"1500w\">", "target": [ ".background-image-fx" ], "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": "<canvas style=\"display: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;\" width=\"1280\" height=\"609\"></canvas>", "target": [ "canvas:nth-child(1)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"form-wrapper hidden\">", "target": [ ".form-wrapper.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=\"form-inner-wrapper\" hidden=\"\">", "target": [ ".form-inner-wrapper[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=\"hidden form-submission-text\"><p class=\"\" style=\"white-space:pre-wrap;\">Thank you for your support in getting a champion of working families to Sacramento!</p></div>", "target": [ ".form-submission-text" ], "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/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\">", "target": [ "img[data-image-dimensions=\"1430x640\"]" ], "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." }, { "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=\"yui_3_17_2_1_1687108039948_133\" class=\"yui3-widget sqs-widget sqs-modal-lightbox\" hidden=\"hidden\" style=\"display: none;\">", "target": [ "#yui_3_17_2_1_1687108039948_133" ], "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 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_1687108039948_76\">", "target": [ "#yui_3_17_2_1_1687108039948_76" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "id": "duplicate-id-aria", "impact": "critical", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value used in ARIA and in labels is unique", "help": "IDs used in ARIA and labels must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id-aria?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id-aria", "data": "email-yui_3_17_2_1_1656456356921_5089-field", "relatedNodes": [ { "html": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">", "target": [ "input[autocomplete=\"false\"]" ] } ], "impact": "critical", "message": "Document has multiple elements referenced with ARIA with the same id attribute: email-yui_3_17_2_1_1656456356921_5089-field" } ], "all": [], "none": [], "impact": "critical", "html": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">", "target": [ "input[name=\"email\"]" ], "failureSummary": "Fix any of the following:\n Document has multiple elements referenced with ARIA with the same id attribute: email-yui_3_17_2_1_1656456356921_5089-field" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "name-yui_3_17_2_1_1656456356921_5088", "relatedNodes": [ { "html": "<fieldset class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\" id=\"name-yui_3_17_2_1_1656456356921_5088\">", "target": [ ".BNV4aqGdzIvveNbF6eXj" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: name-yui_3_17_2_1_1656456356921_5088" } ], "all": [], "none": [], "impact": "minor", "html": "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields name required\">", "target": [ ".clear > .name" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: name-yui_3_17_2_1_1656456356921_5088" }, { "any": [ { "id": "duplicate-id", "data": "email-yui_3_17_2_1_1656456356921_5089", "relatedNodes": [ { "html": "<div class=\"form-item field email required\" id=\"email-yui_3_17_2_1_1656456356921_5089\" data-dynamic-strings=\"\">", "target": [ ".email.form-item[data-dynamic-strings=\"\"]" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: email-yui_3_17_2_1_1656456356921_5089" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"email-yui_3_17_2_1_1656456356921_5089\" class=\"form-item field email required\">", "target": [ ".clear > .email.form-item.required" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: email-yui_3_17_2_1_1656456356921_5089" }, { "any": [ { "id": "duplicate-id", "data": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "relatedNodes": [ { "html": "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\">", "target": [ ".react-form-contents > .field-list > .phone" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: phone-641bf233-f64d-446e-934d-d220b7bc29c7" } ], "all": [], "none": [], "impact": "minor", "html": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\">", "target": [ ".clear > .phone" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: phone-641bf233-f64d-446e-934d-d220b7bc29c7" } ] }, { "id": "page-has-heading-one", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensure that the page, or at least one of its frames contains a level-one heading", "help": "Page should contain a level-one heading", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-heading-one", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Page must have a level-one heading" } ], "none": [], "impact": "moderate", "html": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible 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_1687108039948_76\">", "target": [ "#yui_3_17_2_1_1687108039948_76" ], "failureSummary": "Fix all of the following:\n Page must have a level-one heading" } ] }, { "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": [ 15, 12, 4, 2 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(1) > a[href$=\"about\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/about\" data-animation-role=\"header-element\"> About </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(2) > a[href$=\"issues\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/issues\" data-animation-role=\"header-element\"> Issues </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(3) > a[href$=\"endorsements\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/endorsements\" data-animation-role=\"header-element\"> Endorsements </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(4) > a[href$=\"get-involved\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/get-involved\" data-animation-role=\"header-element\"> Campaign Contact </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item.header-nav-item--collection:nth-child(5) > a[href$=\"gallery\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/gallery\" data-animation-role=\"header-element\"> Gallery </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-actions.header-actions--right > .header-actions-action--cta.header-actions-action[data-animation-role=\"header-element\"] > .btn--border.theme-btn--primary-inverse.btn" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-yui_3_17_2_1_1645911363509_9277 > .sqs-block-content > .sqs-html-content > h4" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz</h4>" }, { "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": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".lightbox-handle" }, "excerpt": "<button class=\"lightbox-handle sqs-system-button sqs-editable-button sqs-button-element--primary\"> Get Involved! </button>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sqs-html-content > h3" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">“Healthcare is a right and California is leading the fight .”</h3>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-7c653e91ab3d86c184d2 > .sqs-block-content > .sqs-html-content > .sqsrte-large" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\">— Liz</p>" }, { "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": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "strong" }, "excerpt": "<strong>Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078</strong>" }, { "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 \" data-animation-role=\"header-element\">" }, { "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\"] > .header-burger-btn.burger[data-test=\"header-burger\"] > .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 \" data-animation-role=\"header-element\">" }, { "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\"] > .header-burger-btn.burger[data-test=\"header-burger\"] > .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://secure.anedot.com/liz-ortega-t ... px", "value": 12.0 } } }, "showPromotedElement": false }\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 269.859px;\">" }, { "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": ".background-image-fx" }, "excerpt": "<img class=\"background-image-fx loaded\" crossorigin=\"\" alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" ... \" onload=\"positionImage(this); this.classList.add('loaded');\" style=\"object-position: 74.9246% 0%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.1\" data-image-resolution=\"1500w\">" }, { "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": "CANVAS", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "canvas:nth-child(1)" }, "excerpt": "<canvas style=\"display: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;\" width=\"1280\" height=\"609\"></canvas>" }, { "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": ".form-wrapper.hidden" }, "excerpt": "<div class=\"form-wrapper 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": ".form-inner-wrapper[hidden=\"\"]" }, "excerpt": "<div class=\"form-inner-wrapper\" 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": ".form-submission-text" }, "excerpt": "<div class=\"hidden form-submission-text\"><p class=\"\" style=\"white-space:pre-wrap;\">Thank you for your support in getting a champion of working families to Sacramento!</p></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "img[data-image-dimensions=\"1430x640\"]" }, "excerpt": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"htt ... 2018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" 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": "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": "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": "yui_3_17_2_1_1687108039948_133", "location": { "doc": "dom", "type": "selector", "spec": "#yui_3_17_2_1_1687108039948_133" }, "excerpt": "<div id=\"yui_3_17_2_1_1687108039948_133\" class=\"yui3-widget sqs-widget sqs-modal-lightbox\" hidden=\"hidden\" style=\"display: none;\">" }, { "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_1687108039948_76", "location": { "doc": "dom", "type": "selector", "spec": "#yui_3_17_2_1_1687108039948_76" }, "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 js flexbox canvas canvastext webgl no-touch hash ... ssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108039948_76\">" }, { "ruleID": "duplicate-id-aria", "what": "IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: email-yui_3_17_2_1_1656456356921_5089-field", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "selector", "spec": "input[name=\"email\"]" }, "excerpt": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: name-yui_3_17_2_1_1656456356921_5088", "ordinalSeverity": 2, "tagName": "FIELDSET", "id": "name-yui_3_17_2_1_1656456356921_5088", "location": { "doc": "dom", "type": "selector", "spec": ".clear > .name" }, "excerpt": "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields name required\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: email-yui_3_17_2_1_1656456356921_5089", "ordinalSeverity": 2, "tagName": "DIV", "id": "email-yui_3_17_2_1_1656456356921_5089", "location": { "doc": "dom", "type": "selector", "spec": ".clear > .email.form-item.required" }, "excerpt": "<div id=\"email-yui_3_17_2_1_1656456356921_5089\" class=\"form-item field email required\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: phone-641bf233-f64d-446e-934d-d220b7bc29c7", "ordinalSeverity": 2, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "location": { "doc": "dom", "type": "selector", "spec": ".clear > .phone" }, "excerpt": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\">" }, { "ruleID": "page-has-heading-one", "what": "Page should contain a level-one heading; Page must have a level-one heading", "ordinalSeverity": 2, "tagName": "HTML", "id": "yui_3_17_2_1_1687108039948_76", "location": { "doc": "dom", "type": "selector", "spec": "#yui_3_17_2_1_1687108039948_76" }, "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 js flexbox canvas canvastext webgl no-touch hash ... ssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108039948_76\">" }, { "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": 1687108045433 }, { "type": "launch", "which": "chromium", "startTime": 1687108045433, "endTime": 1687108045969 }, { "type": "url", "which": "https://www.ortegaforassembly.com/", "what": "Candidate Liz Ortega (D)", "startTime": 1687108045970, "result": { "url": "https://www.ortegaforassembly.com/" }, "endTime": 1687108047133 }, { "type": "test", "which": "continuum", "startTime": 1687108047133, "url": "https://www.ortegaforassembly.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This FIELDSET has an id attribute of 'name-yui_3_17_2_1_1656456356921_5088', which is not unique in the same DOM", "element": "<fieldset class=\"form-item fields name required\" id=\"name-yui_3_17_2_1_1656456356921_5088\"><legend class=\"title\">Name<span aria-hidden=\"true\" class=\"required\">*</span></legend><div class=\"field first- ... =\"Last\" maxlength=\"30\" spellcheck=\"false\" type=\"text\" x-autocompletetype=\"surname\" name=\"lname\" class=\"field-element field-control\"><span class=\"caption-text\">Last Name</span></label></div></fieldset>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "fieldset[id=\"name-yui_3_17_2_1_1656456356921_5088\"][class=\"form-item fields name required\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This FIELDSET has an id attribute of 'name-yui_3_17_2_1_1656456356921_5088', which is not unique in the same DOM", "element": "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\"><legend class=\"title\"><div class=\"pDrrGovH4WPE4ap28zXo\"><span>Name</span><span class=\"description ... pe=\"text\" name=\"lname\" id=\"name-yui_3_17_2_1_1656456356921_5088-lname-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"family-name\" aria-required=\"true\" aria-invalid=\"false\"></label></div></fieldset>", "path": "body>div:nth-of-type(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "fieldset[class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\"][id=\"name-yui_3_17_2_1_1656456356921_5088\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089', which is not unique in the same DOM", "element": "<div class=\"form-item field email required\" id=\"email-yui_3_17_2_1_1656456356921_5089\"><label for=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"title\">Email<span aria-hidden=\"true\" class=\"requi ... s=\"required\">*</span></label><input aria-required=\"true\" spellcheck=\"false\" autocomplete=\"email\" type=\"email\" name=\"email\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"field-element\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "div[id=\"email-yui_3_17_2_1_1656456356921_5089\"][class=\"form-item field email required\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089', which is not unique in the same DOM", "element": "<div data-dynamic-strings=\"\" id=\"email-yui_3_17_2_1_1656456356921_5089\" class=\"form-item field email required\"><label class=\"title ORJvfAX1j_0GYzxaesgd\" for=\"email-yui_3_17_2_1_1656456356921_5089-fiel ... ue=\"\" type=\"email\" placeholder=\"\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"false\" aria-required=\"true\" aria-label=\"Email\" aria-invalid=\"false\"></div>", "path": "body>div:nth-of-type(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "div[class=\"form-item field email required\"][id=\"email-yui_3_17_2_1_1656456356921_5089\"][data-dynamic-strings=\"\"]", "attNo": 3 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This INPUT has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089-field', which is not unique in the same DOM", "element": "<input aria-required=\"true\" spellcheck=\"false\" autocomplete=\"email\" type=\"email\" name=\"email\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"field-element\">", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "input[class=\"field-element\"][id=\"email-yui_3_17_2_1_1656456356921_5089-field\"][name=\"email\"][type=\"email\"][autocomplete=\"email\"][spellcheck=\"false\"][aria-required=\"true\"]", "attNo": 7 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This INPUT has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089-field', which is not unique in the same DOM", "element": "<input value=\"\" type=\"email\" placeholder=\"\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"false\" aria-required=\"true\" aria-label=\"Email\" aria-invalid=\"false\">", "path": "body>div:nth-of-type(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "input[aria-invalid=\"false\"][aria-label=\"Email\"][aria-required=\"true\"][autocomplete=\"false\"][class=\"eTv7qUMqLR9lJxpIAC3F\"][id=\"email-yui_3_17_2_1_1656456356921_5089-field\"][placeholder=\"\"][type=\"email\"][value=\"\"]", "attNo": 9 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This FIELDSET has an id attribute of 'phone-641bf233-f64d-446e-934d-d220b7bc29c7', which is not unique in the same DOM", "element": "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\"><legend class=\"title\">Phone</legend><div class=\"field text three-digits\"><label class=\"caption\"><input data-tit ... ><label class=\"caption\"><input data-title=\"Line\" maxlength=\"4\" type=\"text\" x-autocompletetype=\"phone-local-suffix\" class=\"field-element\"><span class=\"caption-text\">####</span></label></div></fieldset>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "fieldset[id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\"][class=\"form-item fields phone\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This FIELDSET has an id attribute of 'phone-641bf233-f64d-446e-934d-d220b7bc29c7', which is not unique in the same DOM", "element": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\"><legend class=\"title\"><div class=\"pDrrGovH4WPE4ap28zXo\"><span>Phone</span></div></legend><div class=\"EEMfEixsuO ... v class=\"jIeelEX_Jazwo5nA7MN4\"></div></div><input value=\"\" type=\"text\" aria-invalid=\"false\" class=\"EPP7gUN4hvOdLcPLvYT2\" autocomplete=\"tel-national\" inputmode=\"numeric\"></label></div></div></fieldset>", "path": "body>div:nth-of-type(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "fieldset[class=\"form-item fields phone\"][id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\"]", "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=\"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(5)>*: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=\"#facebook-unauth-icon\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*: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=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#instagram-unauth-icon\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"23 23 64 64\"]", "attNo": 1 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: pp badge (2).png", "element": "<img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png?format=500w\" data-image-resolution=\"500w\" class=\"\" data-paren ... /d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\"][data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\"][data-image-dimensions=\"500x500\"][data-image-focal-point=\"0.5,0.5\"][alt=\"PP Badge (2).png\"][data-load=\"false\"][data-parent-ratio=\"1.0\"][class=\"\"][data-image-resolution=\"500w\"][src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png?format=500w\"]", "attNo": 11 } } ], "standardResult": { "totals": [ 0, 0, 0, 12 ], "instances": [ { "ruleID": "94", "what": "This FIELDSET has an id attribute of 'name-yui_3_17_2_1_1656456356921_5088', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "name-yui_3_17_2_1_1656456356921_5088", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<fieldset class=\"form-item fields name required\" id=\"name-yui_3_17_2_1_1656456356921_5088\"><legend class=\"title\">Name<span aria-hidden=\"true\" class=\"required\">*</span></legend><div class=\"field first- ... =\"Last\" maxlength=\"30\" spellcheck=\"false\" type=\"text\" x-autocompletetype=\"surname\" name=\"lname\" class=\"field-element field-control\"><span class=\"caption-text\">Last Name</span></label></div></fieldset>" }, { "ruleID": "94", "what": "This FIELDSET has an id attribute of 'name-yui_3_17_2_1_1656456356921_5088', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "name-yui_3_17_2_1_1656456356921_5088", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\"><legend class=\"title\"><div class=\"pDrrGovH4WPE4ap28zXo\"><span>Name</span><span class=\"description ... pe=\"text\" name=\"lname\" id=\"name-yui_3_17_2_1_1656456356921_5088-lname-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"family-name\" aria-required=\"true\" aria-invalid=\"false\"></label></div></fieldset>" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "email-yui_3_17_2_1_1656456356921_5089", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<div class=\"form-item field email required\" id=\"email-yui_3_17_2_1_1656456356921_5089\"><label for=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"title\">Email<span aria-hidden=\"true\" class=\"requi ... s=\"required\">*</span></label><input aria-required=\"true\" spellcheck=\"false\" autocomplete=\"email\" type=\"email\" name=\"email\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"field-element\"></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "email-yui_3_17_2_1_1656456356921_5089", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<div data-dynamic-strings=\"\" id=\"email-yui_3_17_2_1_1656456356921_5089\" class=\"form-item field email required\"><label class=\"title ORJvfAX1j_0GYzxaesgd\" for=\"email-yui_3_17_2_1_1656456356921_5089-fiel ... ue=\"\" type=\"email\" placeholder=\"\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"false\" aria-required=\"true\" aria-label=\"Email\" aria-invalid=\"false\"></div>" }, { "ruleID": "94", "what": "This INPUT has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089-field', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<input aria-required=\"true\" spellcheck=\"false\" autocomplete=\"email\" type=\"email\" name=\"email\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"field-element\">" }, { "ruleID": "94", "what": "This INPUT has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089-field', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<input value=\"\" type=\"email\" placeholder=\"\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" class=\"eTv7qUMqLR9lJxpIAC3F\" autocomplete=\"false\" aria-required=\"true\" aria-label=\"Email\" aria-invalid=\"false\">" }, { "ruleID": "94", "what": "This FIELDSET has an id attribute of 'phone-641bf233-f64d-446e-934d-d220b7bc29c7', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)" }, "excerpt": "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\"><legend class=\"title\">Phone</legend><div class=\"field text three-digits\"><label class=\"caption\"><input data-tit ... ><label class=\"caption\"><input data-title=\"Line\" maxlength=\"4\" type=\"text\" x-autocompletetype=\"phone-local-suffix\" class=\"field-element\"><span class=\"caption-text\">####</span></label></div></fieldset>" }, { "ruleID": "94", "what": "This FIELDSET has an id attribute of 'phone-641bf233-f64d-446e-934d-d220b7bc29c7', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)" }, "excerpt": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\"><legend class=\"title\"><div class=\"pDrrGovH4WPE4ap28zXo\"><span>Phone</span></div></legend><div class=\"EEMfEixsuO ... v class=\"jIeelEX_Jazwo5nA7MN4\"></div></div><input value=\"\" type=\"text\" aria-invalid=\"false\" class=\"EPP7gUN4hvOdLcPLvYT2\" autocomplete=\"tel-national\" inputmode=\"numeric\"></label></div></div></fieldset>" }, { "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(5)>*: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=\"#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(2)>*:nth-child(2)>*:nth-child(5)>*: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=\"#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(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#instagram-unauth-icon\"></use></svg>" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: pp badge (2).png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png?format=500w\" data-image-resolution=\"500w\" class=\"\" data-paren ... /d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\">" } ] }, "endTime": 1687108047538 }, { "type": "launch", "which": "chromium", "startTime": 1687108047538, "endTime": 1687108048086 }, { "type": "url", "which": "https://www.ortegaforassembly.com/", "what": "Candidate Liz Ortega (D)", "startTime": 1687108048086, "result": { "url": "https://www.ortegaforassembly.com/" }, "endTime": 1687108049173 }, { "type": "test", "which": "htmlcs", "startTime": 1687108049173, "url": "https://www.ortegaforassembly.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 h4 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h4", "id": "", "code": "<h4 style=\"white-space:pre-wrap;\">...</h4>" } ], "The heading structure is not logically nested. This h4 element should be an h1 to be properly nested.": [ { "tagName": "h4", "id": "", "code": "<h4 style=\"white-space:pre-wrap;\">...</h4>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.": [ { "tagName": "button", "id": "", "code": "<button class=\"lightbox-handle sqs-system-button sqs-editable-button sqs-button-element--primary\">...</button>" }, { "tagName": "h4", "id": "", "code": "<h4 style=\"white-space:pre-wrap;\">...</h4>" }, { "tagName": "p", "id": "", "code": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\">...</p>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.": [ { "tagName": "h3", "id": "", "code": "<h3 style=\"text-align:center;white-space:pre-wrap;\">...</h3>" }, { "tagName": "strong", "id": "", "code": "<strong>...</strong>" } ] } }, "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/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\">" }, { "tagName": "img", "id": "", "code": "<img class=\"background-image-fx loaded\" crossorigin=\"\" alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image-dimensions=\"1849x1238\" data-image-focal-point=\"0.7492462311557789,0.30403800475059384\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" style=\"object-position: 74.9246% 0%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.1\" data-image-resolution=\"1500w\">" }, { "tagName": "img", "id": "", "code": "<img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image-dimensions=\"753x498\" data-image-focal-point=\"0.5,0.5\" alt=\"\" loading=\"lazy\" data-stretch=\"false\" style=\"object-fit: contain;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\" class=\"loaded\" data-image-resolution=\"750w\" src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png?format=750w\">" } ] }, "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_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://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate",\n"buttonText": "Donate",\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"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": "dynamic",\n"languagePicker": {\n"enabled": false,\n"iconEnabled": false,\n"iconType": "globe",\n"flagShape": "shiny",\n"languageFlags": [ ]\n},\n"mobileOptions": {\n"layout": "logoLeftNavRight",\n"menuIcon": "tripleLineHamburger",\n"menuIconOptions": {\n"style": "tripleLineHamburger",\n"thickness": {\n"unit": "px",\n"value": 1.0\n}\n}\n},\n"dynamicOptions": {\n"border": {\n"enabled": false,\n"position": "top",\n"thickness": {\n"unit": "px",\n"value": 10.0\n}\n}\n},\n"solidOptions": {\n"headerOpacity": {\n"unit": "%",\n"value": 0.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: 269.859px;\">...</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=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/about\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/endorsements\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/gallery\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/get-involved\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/issues\" data-animation-role=\"header-element\">...</a>" } ] }, "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://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" 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/lizforassembly\" 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/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\">...</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.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\">...</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/lizforassembly\" 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/search/top?q=liz%20ortega%20for%20assembly\" 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://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 20, 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/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"htt ... 2018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" 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 class=\"background-image-fx loaded\" crossorigin=\"\" alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" ... \" onload=\"positionImage(this); this.classList.add('loaded');\" style=\"object-position: 74.9246% 0%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.1\" 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 data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/6201 ... c(0.5 * 100%);\" class=\"loaded\" data-image-resolution=\"750w\" src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png?format=750w\">" }, { "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_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://secure.anedot.com/liz-ortega-t ... "value": 12.0 } } }, "showPromotedElement": false }\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 269.859px;\">...</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=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\">...</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=\"/about\" data-animation-role=\"header-element\">...</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=\"/endorsements\" data-animation-role=\"header-element\">...</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\">...</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=\"/get-involved\" data-animation-role=\"header-element\">...</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=\"/issues\" data-animation-role=\"header-element\">...</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=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" 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/lizforassembly\" 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/search/top?q=liz%20ortega%20for%20assembly\" 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--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\">...</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/lizforassembly\" 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/search/top?q=liz%20ortega%20for%20assembly\" 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://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\">...</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://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">...</h4>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">...</h4>" }, { "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": "BUTTON", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button class=\"lightbox-handle sqs-system-button sqs-editable-button sqs-button-element--primary\">...</button>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">...</h4>" }, { "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;\" class=\"sqsrte-large\">...</p>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">...</h3>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<strong>...</strong>" } ] }, "endTime": 1687108049450 }, { "type": "launch", "which": "chromium", "startTime": 1687108049450, "endTime": 1687108049988 }, { "type": "url", "which": "https://www.ortegaforassembly.com/", "what": "Candidate Liz Ortega (D)", "startTime": 1687108049988, "result": { "url": "https://www.ortegaforassembly.com/" }, "endTime": 1687108051039 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687108051039, "url": "https://www.ortegaforassembly.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 1, "recommendation": 6, "ignored": 0 }, "items": [ { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/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": 71, "top": 36, "height": 32, "width": 458 }, "snippet": "<nav class=\"header-nav-list\">", "level": "violation" }, { "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]/figure[2]", "aria": "/document[1]/main[1]/article[1]/figure[2]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 492, "top": 432, "height": 286, "width": 287 }, "snippet": "<figure data-loaded=\"true\" data-show=\"true\" style=\"position: absolute; transform: matrix(1, 0, 0, 1, 467.153, 0); width: 286px;\" class=\"gallery-strips-item\">", "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]/figure[1]", "aria": "/document[1]/main[1]/article[1]/figure[1]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 24, "top": 432, "height": 286, "width": 361 }, "snippet": "<figure data-loaded=\"true\" data-show=\"true\" style=\"position: absolute; transform: matrix(1, 0, 0, 1, 0, 0); width: 361px;\" class=\"gallery-strips-item\">", "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": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/link[1]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"charset\" is deprecated for the <link> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<link href=\"//assets.squarespace.com/universal/styles-compressed/popup-overlay-948192219c3257f767ec5-min.en-US.css\" id=\"yui_3_17_2_1_1687108050568_112\" rel=\"stylesheet\" charset=\"utf-8\">", "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": 1951, "width": 800 }, "snippet": "<main role=\"main\" class=\"container\" id=\"page\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 6, 0, 1 ], "instances": [ { "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[3]/div[2]/div[1]/div[2]/div[1]/nav[1]" }, "excerpt": "<nav class=\"header-nav-list\">" }, { "ruleID": "figure_label_exists", "what": "The <figure> element does not have an associated label", "ordinalSeverity": 1, "tagName": "FIGURE", "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[1]/div[1]/figure[2]" }, "excerpt": "<figure data-loaded=\"true\" data-show=\"true\" style=\"position: absolute; transform: matrix(1, 0, 0, 1, 467.153, 0); width: 286px;\" class=\"gallery-strips-item\">" }, { "ruleID": "figure_label_exists", "what": "The <figure> element does not have an associated label", "ordinalSeverity": 1, "tagName": "FIGURE", "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[1]/div[1]/figure[1]" }, "excerpt": "<figure data-loaded=\"true\" data-show=\"true\" style=\"position: absolute; transform: matrix(1, 0, 0, 1, 0, 0); width: 361px;\" class=\"gallery-strips-item\">" }, { "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": "element_attribute_deprecated", "what": "The HTML attribute(s) \"charset\" is deprecated for the <link> element in HTML 5", "ordinalSeverity": 1, "tagName": "LINK", "id": "yui_3_17_2_1_1687108050568_112", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/link[1]" }, "excerpt": "<link href=\"//assets.squarespace.com/universal/styles-compressed/popup-overlay-948192219c3257f767ec5-min.en-US.css\" id=\"yui_3_17_2_1_1687108050568_112\" rel=\"stylesheet\" charset=\"utf-8\">" }, { "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": 1687108054285 }, { "type": "launch", "which": "chromium", "startTime": 1687108054290, "endTime": 1687108054852 }, { "type": "url", "which": "https://www.ortegaforassembly.com/", "what": "Candidate Liz Ortega (D)", "startTime": 1687108054853, "result": { "url": "https://www.ortegaforassembly.com/" }, "endTime": 1687108055923 }, { "type": "test", "which": "nuVal", "startTime": 1687108055923, "url": "https://www.ortegaforassembly.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 1, "lastColumn": 534, "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=\"yui3-js-enabled js-focus-visible 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_1687108055450_76\"><head>", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "info", "lastLine": 1, "lastColumn": 534, "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=\"yui3-js-enabled js-focus-visible 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_1687108055450_76\"><head>", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "error", "lastLine": 1, "lastColumn": 534, "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=\"yui3-js-enabled js-focus-visible 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_1687108055450_76\"><head>", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "info", "lastLine": 1, "lastColumn": 534, "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=\"yui3-js-enabled js-focus-visible 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_1687108055450_76\"><head>", "hiliteStart": 10, "hiliteLength": 519 }, { "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": "info", "lastLine": 5, "lastColumn": 175, "firstColumn": 1, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "embly -->\n<script charset=\"utf-8\" id=\"yui_3_17_2_1_1687108055450_91\" src=\"//assets.squarespace.com/universal/scripts-compressed/form-rendering-utils-9ba6bc175cd668578c09e-min.en-US.js\"></scri", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 8, "lastColumn": 83, "firstColumn": 1, "message": "Bad value Accept-CH for attribute http-equiv on element meta.", "extract": "y</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": 29, "lastColumn": 150, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "0;1,700\">\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": 30, "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": 31, "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": 61, "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": 61, "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": 61, "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": "info", "lastLine": 61, "lastColumn": 914, "firstColumn": 723, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script charset=\"utf-8\" data-webpack=\"new-bedford-framework:chunk-9647\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/floating-cart.4814fbbf54a92e38c18f.js\"></scri", "hiliteStart": 10, "hiliteLength": 192 }, { "type": "error", "lastLine": 92, "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": 529, "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": 546, "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": 745, "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": 762, "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": 1013, "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": 1209, "lastColumn": 1731, "firstColumn": 3, "message": "Element img is missing required attribute src.", "extract": "ax\">\n \n <img class=\"background-image-fx loaded\" crossorigin=\"\" alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image-dimensions=\"1849x1238\" data-image-focal-point=\"0.7492462311557789,0.30403800475059384\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" style=\"object-position: 74.9246% 0%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.1\" data-image-resolution=\"1500w\">\n\n\n <", "hiliteStart": 10, "hiliteLength": 1729 }, { "type": "error", "lastLine": 1327, "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": 1333, "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": 1459, "lastColumn": 134, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\">\n ", "hiliteStart": 10, "hiliteLength": 114 }, { "type": "error", "lastLine": 1465, "lastColumn": 135, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\">\n ", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "error", "lastLine": 1471, "lastColumn": 133, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\">\n ", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "error", "lastLine": 1621, "lastColumn": 419, "firstColumn": 11, "message": "Element img is missing required attribute src.", "extract": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions=\"1038x822\" data-image-focal-point=\"0.5,0.5\" alt=\"image-asset.jpeg\" data-load=\"false\" style=\"height: 469px;\">\n ", "hiliteStart": 10, "hiliteLength": 409 }, { "type": "error", "lastLine": 1641, "lastColumn": 426, "firstColumn": 11, "message": "Element img is missing required attribute src.", "extract": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image-dimensions=\"500x500\" data-image-focal-point=\"0.5,0.5\" alt=\"PP Badge (2).png\" data-load=\"false\" style=\"height: 469px;\">\n ", "hiliteStart": 10, "hiliteLength": 416 }, { "type": "info", "lastLine": 1562, "firstLine": 1520, "lastColumn": 122, "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=\"light\" class=\"page-section \n \n gallery-section\n full-bleed-section\n \n background-width--full-bleed\n \n section-height--medium\n \n \n content-width--wide\n \n horizontal-alignment--center\n vertical-alignment--middle\n \n \n \n \n light\" data-section-id=\"632f4c9b1b95f24d74dd726e\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n"backgroundWidth": "background-width--full-bleed",\n"imageOverlayOpacity": 0.15,\n"sectionHeight": "section-height--medium",\n"horizontalAlignment": "horizontal-alignment--center",\n"verticalAlignment": "vertical-alignment--middle",\n"contentWidth": "content-width--wide",\n"sectionAnimation": "none",\n"backgroundMode": "image",\n"sectionTheme": "light",\n"backgroundImage": null\n}\" data-current-context=\"{\n"video": {\n"playbackSpeed": 0.5,\n"filter": 1,\n"filterStrength": 0,\n"zoom": 0\n},\n"backgroundImageId": null,\n"backgroundMediaEffect": null,\n"divider": {\n"enabled": false\n},\n"typeName": "page"\n}\" data-animation=\"none\" data-json-schema-section=\"\" data-controllers-bound=\"SectionWrapperController\" data-active=\"true\">\n <di", "hiliteStart": 10, "hiliteLength": 1454 }, { "type": "error", "lastLine": 1745, "lastColumn": 78, "firstColumn": 72, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "55450_72\"><style>.fe-63", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "info", "lastLine": 1952, "firstLine": 1949, "lastColumn": 19, "firstColumn": 17, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" alt=\"\" loading=\"lazy\" style=\"\n object-fit: contain;\n object-position: calc(0.5 * 100%) calc(0.5 * 100%);\n \"/>\n ", "hiliteStart": 10, "hiliteLength": 291 }, { "type": "error", "lastLine": 1968, "lastColumn": 11, "firstColumn": 5, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "/div>\n <style>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 1998, "lastColumn": 145, "firstColumn": 112, "message": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": " 36.3px;\"><h3 style=\"white-space:pre-wrap;\">Get to", "hiliteStart": 10, "hiliteLength": 34 }, { "type": "error", "lastLine": 2139, "lastColumn": 446, "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/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\">\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 444 }, { "type": "info", "lastLine": 1016, "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=\"62018f3a80b79f0d908193d7\">\n \n ", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 2188, "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": 2308, "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": 2313, "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": 2313, "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": 56, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "nt=\"376\">\n<meta itemprop=\"name\" content=\"Liz Ortega for Assembly\">\n<meta", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 18, "lastColumn": 65, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "ssembly\">\n<meta itemprop=\"url\" content=\"https://www.ortegaforassembly.com\">\n<meta", "hiliteStart": 10, "hiliteLength": 65 }, { "type": "error", "lastLine": 19, "lastColumn": 189, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "bly.com\">\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\">\n<link", "hiliteStart": 10, "hiliteLength": 189 }, { "type": "error", "lastLine": 21, "lastColumn": 182, "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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\">\n<meta", "hiliteStart": 10, "hiliteLength": 182 } ] }, "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": "y</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": "y</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": 271, "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/62018dc7b6f57e4ee14ad79f/5979b55b-18c9-42bd-b671-65986c156afb/favicon.ico?format=100w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 186 }, { "type": "info", "lastLine": 11, "lastColumn": 64, "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.ortegaforassembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 12, "lastColumn": 65, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly.com\"/>\n<meta property=\"og:site_name\" content=\"Liz Ortega for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 65 }, { "type": "info", "lastLine": 13, "lastColumn": 61, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta property=\"og:title\" content=\"Liz Ortega for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 14, "lastColumn": 69, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta property=\"og:url\" content=\"https://www.ortegaforassembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 69 }, { "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": "ly.com\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 16, "lastColumn": 186, "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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 186 }, { "type": "info", "lastLine": 17, "lastColumn": 47, "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=\"668\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 47 }, { "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": "t=\"668\"/>\n<meta property=\"og:image:height\" content=\"376\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 19, "lastColumn": 57, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t=\"376\"/>\n<meta itemprop=\"name\" content=\"Liz Ortega for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 20, "lastColumn": 66, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta itemprop=\"url\" content=\"https://www.ortegaforassembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "info", "lastLine": 21, "lastColumn": 190, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly.com\"/>\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 190 }, { "type": "info", "lastLine": 22, "lastColumn": 180, "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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\" />\n<meta", "hiliteStart": 10, "hiliteLength": 180 }, { "type": "info", "lastLine": 23, "lastColumn": 183, "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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 183 }, { "type": "info", "lastLine": 24, "lastColumn": 62, "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=\"Liz Ortega for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 25, "lastColumn": 187, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta name=\"twitter:image\" content=\"http://static1.squarespace.com/static/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 187 }, { "type": "info", "lastLine": 26, "lastColumn": 70, "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.ortegaforassembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 70 }, { "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": "ly.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": 31, "lastColumn": 150, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "0;1,700\">\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": 32, "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": 33, "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": 41, "lastColumn": 18648, "firstColumn": 18452, "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/62018dc7b6f57e4ee14ad79f/30/5c5a519771c10ba3470d8101/62018dc7b6f57e4ee14ad7b9/1398/site.css\"/><scrip", "hiliteStart": 10, "hiliteLength": 197 }, { "type": "error", "lastLine": 97, "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": 595, "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": 612, "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": 838, "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": 855, "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": 1129, "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": 1349, "lastColumn": 436, "message": "Duplicate attribute alt.", "extract": "0475059384\" alt=\"Liz.Profile.W", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 1356, "firstLine": 1349, "lastColumn": 4, "firstColumn": 3, "message": "Element img is missing required attribute src.", "extract": "\n >\n \n <img class=\"background-image-fx\" crossOrigin alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image-dimensions=\"1849x1238\" data-image-focal-point=\"0.7492462311557789,0.30403800475059384\" alt=\"Liz.Profile.Web.jpg\" data-load=\"false\"\n \n srcset=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=original 2500w\"\n \n sizes=\"(max-width: 799px) 200vw, 100vw\" \n onLoad=\"positionImage(this); this.classList.add('loaded');\"\n \n />\n\n\n <", "hiliteStart": 10, "hiliteLength": 1655 }, { "type": "info", "lastLine": 1356, "firstLine": 1349, "lastColumn": 4, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n >\n \n <img class=\"background-image-fx\" crossOrigin alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-image-dimensions=\"1849x1238\" data-image-focal-point=\"0.7492462311557789,0.30403800475059384\" alt=\"Liz.Profile.Web.jpg\" data-load=\"false\"\n \n srcset=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=original 2500w\"\n \n sizes=\"(max-width: 799px) 200vw, 100vw\" \n onLoad=\"positionImage(this); this.classList.add('loaded');\"\n \n />\n\n\n <", "hiliteStart": 10, "hiliteLength": 1655 }, { "type": "error", "lastLine": 1502, "firstLine": 1493, "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": 1502, "firstLine": 1493, "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": 1517, "firstLine": 1508, "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": 1517, "firstLine": 1508, "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": 1568, "firstLine": 1559, "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_1656456356921_5089-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": "error", "lastLine": 1659, "firstLine": 1652, "lastColumn": 22, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input\n class=\"field-element\"\n x-autocompletetype=\"phone-area-code\"\n type=\"text\"\n maxlength=\"3\"\n data-title=\"Areacode\"\n \n />\n ", "hiliteStart": 10, "hiliteLength": 269 }, { "type": "info", "lastLine": 1659, "firstLine": 1652, "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\"\n x-autocompletetype=\"phone-area-code\"\n type=\"text\"\n maxlength=\"3\"\n data-title=\"Areacode\"\n \n />\n ", "hiliteStart": 10, "hiliteLength": 269 }, { "type": "error", "lastLine": 1672, "firstLine": 1665, "lastColumn": 22, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input\n class=\"field-element\"\n x-autocompletetype=\"phone-local-prefix\"\n type=\"text\"\n maxlength=\"3\"\n data-title=\"Prefix\"\n \n />\n ", "hiliteStart": 10, "hiliteLength": 270 }, { "type": "info", "lastLine": 1672, "firstLine": 1665, "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\"\n x-autocompletetype=\"phone-local-prefix\"\n type=\"text\"\n maxlength=\"3\"\n data-title=\"Prefix\"\n \n />\n ", "hiliteStart": 10, "hiliteLength": 270 }, { "type": "error", "lastLine": 1685, "firstLine": 1678, "lastColumn": 22, "firstColumn": 21, "message": "Attribute x-autocompletetype not allowed on element input at this point.", "extract": " <input\n class=\"field-element\"\n x-autocompletetype=\"phone-local-suffix\"\n type=\"text\"\n maxlength=\"4\"\n data-title=\"Line\"\n \n />\n ", "hiliteStart": 10, "hiliteLength": 268 }, { "type": "info", "lastLine": 1685, "firstLine": 1678, "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\"\n x-autocompletetype=\"phone-local-suffix\"\n type=\"text\"\n maxlength=\"4\"\n data-title=\"Line\"\n \n />\n ", "hiliteStart": 10, "hiliteLength": 268 }, { "type": "info", "lastLine": 1713, "firstLine": 1709, "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=\"Submit Form\"\n />\n ", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "error", "lastLine": 1877, "lastColumn": 399, "firstColumn": 11, "message": "Element img is missing required attribute src.", "extract": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions=\"1038x822\" data-image-focal-point=\"0.5,0.5\" alt=\"image-asset.jpeg\" data-load=\"false\" />\n ", "hiliteStart": 10, "hiliteLength": 389 }, { "type": "info", "lastLine": 1877, "lastColumn": 399, "firstColumn": 11, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions=\"1038x822\" data-image-focal-point=\"0.5,0.5\" alt=\"image-asset.jpeg\" data-load=\"false\" />\n ", "hiliteStart": 10, "hiliteLength": 389 }, { "type": "error", "lastLine": 1897, "lastColumn": 406, "firstColumn": 11, "message": "Element img is missing required attribute src.", "extract": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image-dimensions=\"500x500\" data-image-focal-point=\"0.5,0.5\" alt=\"PP Badge (2).png\" data-load=\"false\" />\n ", "hiliteStart": 10, "hiliteLength": 396 }, { "type": "info", "lastLine": 1897, "lastColumn": 406, "firstColumn": 11, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image-dimensions=\"500x500\" data-image-focal-point=\"0.5,0.5\" alt=\"PP Badge (2).png\" data-load=\"false\" />\n ", "hiliteStart": 10, "hiliteLength": 396 }, { "type": "info", "lastLine": 1798, "firstLine": 1740, "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=\"light\"\n class='page-section \n \n gallery-section\n full-bleed-section\n \n background-width--full-bleed\n \n section-height--medium\n \n \n content-width--wide\n \n horizontal-alignment--center\n vertical-alignment--middle\n \n \n \n \n light'\n \n data-section-id=\"632f4c9b1b95f24d74dd726e\"\n \n data-controller=\"SectionWrapperController\"\n data-current-styles=\"{\n"backgroundWidth": "background-width--full-bleed",\n"imageOverlayOpacity": 0.15,\n"sectionHeight": "section-height--medium",\n"horizontalAlignment": "horizontal-alignment--center",\n"verticalAlignment": "vertical-alignment--middle",\n"contentWidth": "content-width--wide",\n"sectionAnimation": "none",\n"backgroundMode": "image",\n"sectionTheme": "light",\n"backgroundImage": null\n}\"\n data-current-context=\"{\n"video": {\n"playbackSpeed": 0.5,\n"filter": 1,\n"filterStrength": 0,\n"zoom": 0\n},\n"backgroundImageId": null,\n"backgroundMediaEffect": null,\n"divider": {\n"enabled": false\n},\n"typeName": "page"\n}\"\n data-animation=\"none\"\n \n data-json-schema-section \n \n \n>\n <di", "hiliteStart": 10, "hiliteLength": 1420 }, { "type": "error", "lastLine": 2028, "lastColumn": 43, "firstColumn": 37, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ne=\"true\"><style>.fe-63", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "info", "lastLine": 2248, "firstLine": 2245, "lastColumn": 19, "firstColumn": 17, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" alt=\"\" loading=\"lazy\" style=\"\n object-fit: contain;\n object-position: calc(0.5 * 100%) calc(0.5 * 100%);\n \"/>\n ", "hiliteStart": 10, "hiliteLength": 291 }, { "type": "error", "lastLine": 2256, "firstLine": 2250, "lastColumn": 16, "firstColumn": 15, "message": "Element img is missing required attribute src.", "extract": " <img\n data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image-dimensions=\"753x498\" data-image-focal-point=\"0.5,0.5\" alt=\"\" \n loading=\"lazy\"\n data-stretch=\"false\"\n \n style=\"object-fit: contain;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\"\n />\n ", "hiliteStart": 10, "hiliteLength": 559 }, { "type": "info", "lastLine": 2256, "firstLine": 2250, "lastColumn": 16, "firstColumn": 15, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <img\n data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image-dimensions=\"753x498\" data-image-focal-point=\"0.5,0.5\" alt=\"\" \n loading=\"lazy\"\n data-stretch=\"false\"\n \n style=\"object-fit: contain;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\"\n />\n ", "hiliteStart": 10, "hiliteLength": 559 }, { "type": "error", "lastLine": 2270, "lastColumn": 11, "firstColumn": 5, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "/div>\n <style>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 2300, "lastColumn": 111, "firstColumn": 78, "message": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "led-text\"><h3 style=\"white-space:pre-wrap;\">Get to", "hiliteStart": 10, "hiliteLength": 34 }, { "type": "error", "lastLine": 2472, "lastColumn": 422, "message": "Duplicate attribute alt.", "extract": "t=\"0.5,0.5\" alt=\"273033500_102", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 2475, "firstLine": 2470, "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/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" data-image-focal-point=\"0.5,0.5\" alt=\"273033500_10226828645166669_4361786219957850738_n.jpg\" \n data-load=\"false\"\n \n />\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "info", "lastLine": 2475, "firstLine": 2470, "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/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" data-image-focal-point=\"0.5,0.5\" alt=\"273033500_10226828645166669_4361786219957850738_n.jpg\" \n data-load=\"false\"\n \n />\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "info", "lastLine": 1132, "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=\"62018f3a80b79f0d908193d7\">\n \n ", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 2530, "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": 2677, "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": 57, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "t=\"376\"/>\n<meta itemprop=\"name\" content=\"Liz Ortega for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "error", "lastLine": 20, "lastColumn": 66, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "sembly\"/>\n<meta itemprop=\"url\" content=\"https://www.ortegaforassembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 21, "lastColumn": 190, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "ly.com\"/>\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 190 }, { "type": "error", "lastLine": 23, "lastColumn": 183, "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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 183 } ] }, "success": true }, "standardResult": { "totals": [ 25, 0, 57, 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_1687108055450_76", "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=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no- ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><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_1687108055450_76", "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=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no- ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><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_1687108055450_76", "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=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no- ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><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_1687108055450_76", "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=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no- ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><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": "The charset attribute on the script element is obsolete.", "what": "The charset attribute on the script element is obsolete.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "yui_3_17_2_1_1687108055450_91", "location": { "doc": "dom", "type": "line", "spec": "5" }, "excerpt": "embly --> <script charset=\"utf-8\" id=\"yui_3_17_2_1_1687108055450_91\" src=\"//assets.squarespace.com/universal/scripts-compressed/form-rendering-utils-9ba6bc175cd668578c09e-min.en-US.js\"></scri" }, { "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": "y</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": "29" }, "excerpt": "0;1,700\"> <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": "30" }, "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": "31" }, "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": "61" }, "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": "61" }, "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": "61" }, "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": "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": "61" }, "excerpt": "></script><script charset=\"utf-8\" data-webpack=\"new-bedford-framework:chunk-9647\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/floating-cart.4814fbbf54a92e38c18f.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": "92" }, "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": "529" }, "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": "546" }, "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": "745" }, "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": "762" }, "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": "1013" }, "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": "1209" }, "excerpt": "ax\"> <img class=\"background-image-fx loaded\" crossorigin=\"\" alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web ... onload=\"positionImage(this); this.classList.add('loaded');\" style=\"object-position: 74.9246% 0%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.1\" data-image-resolution=\"1500w\"> <" }, { "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": "1327" }, "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": "1333" }, "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": "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": "1459" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\"> " }, { "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": "1465" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\"> " }, { "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": "1471" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\"> " }, { "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": "1621" }, "excerpt": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/ ... 57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions=\"1038x822\" data-image-focal-point=\"0.5,0.5\" alt=\"image-asset.jpeg\" data-load=\"false\" style=\"height: 469px;\"> " }, { "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": "1641" }, "excerpt": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image=\"https://images.squarespace-cdn.com/content ... 4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image-dimensions=\"500x500\" data-image-focal-point=\"0.5,0.5\" alt=\"PP Badge (2).png\" data-load=\"false\" style=\"height: 469px;\"> " }, { "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": "1562" }, "excerpt": " <section data-test=\"page-section\" data-section-theme=\"light\" class=\"page-section gallery-section full-bleed-section background-width--full-bleed section-height--medium content-width--wide horizontal- ... ;: { "enabled": false }, "typeName": "page" }\" data-animation=\"none\" data-json-schema-section=\"\" data-controllers-bound=\"SectionWrapperController\" data-active=\"true\"> <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": "1745" }, "excerpt": "55450_72\"><style>.fe-63" }, { "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": "dom", "type": "line", "spec": "1952" }, "excerpt": " <img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" alt=\"\" loading=\"lazy\" style=\" object-fit: contain; object-position: calc(0.5 * 100%) calc(0.5 * 100%); \"/> " }, { "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": "1968" }, "excerpt": "/div> <style> " }, { "ruleID": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1998" }, "excerpt": " 36.3px;\"><h3 style=\"white-space:pre-wrap;\">Get to" }, { "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": "2139" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"ht ... 018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\"> " }, { "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": "1016" }, "excerpt": " <article class=\"sections\" id=\"sections\" data-page-sections=\"62018f3a80b79f0d908193d7\"> " }, { "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": "2188" }, "excerpt": "in> <script type=\"text/javascript\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "2308" }, "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": "2313" }, "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": "2313" }, "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=\"376\"> <meta itemprop=\"name\" content=\"Liz Ortega for Assembly\"> <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": "ssembly\"> <meta itemprop=\"url\" content=\"https://www.ortegaforassembly.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": "bly.com\"> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.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": "y</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": "y</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/62018dc7b6f57e4ee14ad79f/5979b55b-18c9-42bd-b671-65986c156afb/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.ortegaforassembly.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": "ly.com\"/> <meta property=\"og:site_name\" content=\"Liz Ortega for Assembly\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "13" }, "excerpt": "sembly\"/> <meta property=\"og:title\" content=\"Liz Ortega for Assembly\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "14" }, "excerpt": "sembly\"/> <meta property=\"og:url\" content=\"https://www.ortegaforassembly.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": "ly.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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.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=\"668\"/> <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": "t=\"668\"/> <meta property=\"og:image:height\" content=\"376\"/> <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=\"376\"/> <meta itemprop=\"name\" content=\"Liz Ortega for Assembly\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": "sembly\"/> <meta itemprop=\"url\" content=\"https://www.ortegaforassembly.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": "ly.com\"/> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.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=\"Liz Ortega for Assembly\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "25" }, "excerpt": "sembly\"/> <meta name=\"twitter:image\" content=\"http://static1.squarespace.com/static/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.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.ortegaforassembly.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": "ly.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": "31" }, "excerpt": "0;1,700\"> <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": "32" }, "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": "33" }, "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": "41" }, "excerpt": "}</script><link rel=\"stylesheet\" type=\"text/css\" href=\"https://static1.squarespace.com/static/versioned-site-css/62018dc7b6f57e4ee14ad79f/30/5c5a519771c10ba3470d8101/62018dc7b6f57e4ee14ad7b9/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": "97" }, "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": "595" }, "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": "612" }, "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": "838" }, "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": "855" }, "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": "1129" }, "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": "1349" }, "excerpt": "0475059384\" alt=\"Liz.Profile.W" }, { "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": "1356" }, "excerpt": " > <img class=\"background-image-fx\" crossOrigin alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-i ... 6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onLoad=\"positionImage(this); this.classList.add('loaded');\" /> <" }, { "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": "1356" }, "excerpt": " > <img class=\"background-image-fx\" crossOrigin alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg\" data-i ... 6f57e4ee14ad79f/1bb2c103-4a74-4c57-9c4b-aeddb0425e8a/Liz.Profile.Web.jpg?format=original 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onLoad=\"positionImage(this); this.classList.add('loaded');\" /> <" }, { "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": "1502" }, "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": "1502" }, "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": "1517" }, "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": "1517" }, "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_1656456356921_5089-field", "location": { "doc": "source", "type": "line", "spec": "1568" }, "excerpt": " <input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" 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": "1659" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\" /> " }, { "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": "1659" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\" /> " }, { "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": "1672" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\" /> " }, { "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": "1672" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\" /> " }, { "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": "1685" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\" /> " }, { "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": "1685" }, "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\" /> " }, { "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": "1713" }, "excerpt": "> <input class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\" type=\"submit\" value=\"Submit Form\" /> " }, { "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": "1877" }, "excerpt": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions=\"1038x822\" data-image-focal-point=\"0.5,0.5\" alt=\"image-asset.jpeg\" 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": "1877" }, "excerpt": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions=\"1038x822\" data-image-focal-point=\"0.5,0.5\" alt=\"image-asset.jpeg\" data-load=\"false\" /> " }, { "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": "1897" }, "excerpt": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image-dimensions=\"500x500\" data-image-focal-point=\"0.5,0.5\" alt=\"PP Badge (2).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": "1897" }, "excerpt": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image-dimensions=\"500x500\" data-image-focal-point=\"0.5,0.5\" alt=\"PP Badge (2).png\" data-load=\"false\" /> " }, { "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": "1798" }, "excerpt": " <section data-test=\"page-section\" data-section-theme=\"light\" class='page-section gallery-section full-bleed-section background-width--full-bleed section-height--medium content-width--wide horizontal- ... uot;: null, "backgroundMediaEffect": null, "divider": { "enabled": false }, "typeName": "page" }\" data-animation=\"none\" data-json-schema-section > <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": "2028" }, "excerpt": "ne=\"true\"><style>.fe-63" }, { "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": "2248" }, "excerpt": " <img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" alt=\"\" loading=\"lazy\" style=\" object-fit: contain; object-position: calc(0.5 * 100%) calc(0.5 * 100%); \"/> " }, { "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": "2256" }, "excerpt": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/620 ... map.png\" data-image-dimensions=\"753x498\" data-image-focal-point=\"0.5,0.5\" alt=\"\" loading=\"lazy\" data-stretch=\"false\" style=\"object-fit: contain;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "2256" }, "excerpt": " <img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-b1ed-a622ec58b271/AD-20+map.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/620 ... map.png\" data-image-dimensions=\"753x498\" data-image-focal-point=\"0.5,0.5\" alt=\"\" loading=\"lazy\" data-stretch=\"false\" style=\"object-fit: contain;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\" /> " }, { "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": "2270" }, "excerpt": "/div> <style> " }, { "ruleID": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "source", "type": "line", "spec": "2300" }, "excerpt": "led-text\"><h3 style=\"white-space:pre-wrap;\">Get to" }, { "ruleID": "Duplicate attribute alt.", "what": "Duplicate attribute alt.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "2472" }, "excerpt": "t=\"0.5,0.5\" alt=\"273033500_102" }, { "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": "2475" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"ht ... 3033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" data-image-focal-point=\"0.5,0.5\" alt=\"273033500_10226828645166669_4361786219957850738_n.jpg\" 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": "2475" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/9c656b41-a4bf-4fe2-80b6-279285a42e68/273033500_10226828645166669_4361786219957850738_n.jpg\" data-image=\"ht ... 3033500_10226828645166669_4361786219957850738_n.jpg\" data-image-dimensions=\"1430x640\" data-image-focal-point=\"0.5,0.5\" alt=\"273033500_10226828645166669_4361786219957850738_n.jpg\" data-load=\"false\" /> " }, { "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": "1132" }, "excerpt": " <article class=\"sections\" id=\"sections\" data-page-sections=\"62018f3a80b79f0d908193d7\"> " }, { "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": "2530" }, "excerpt": "in> <script type=\"text/javascript\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2677" }, "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=\"376\"/> <meta itemprop=\"name\" content=\"Liz Ortega for Assembly\"/> <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": "sembly\"/> <meta itemprop=\"url\" content=\"https://www.ortegaforassembly.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": "ly.com\"/> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.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/62018dc7b6f57e4ee14ad79f/t/647620975525027f7266732a/1685463191430/Logo_Ortega+Assemblymemeber.png?format=1500w\"/> <meta" } ] }, "endTime": 1687108058613 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687108058613, "url": "https://www.ortegaforassembly.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:07:40", "hash": "62af153a12b19b2af0f3a7ed0475cebd4afd8f5e44f7df77bd4c3ab89adbd527ee226dc616408d2ce2ee3072cf4d0b3eaf7badacf96a2e9f1b7ded5d517fe27e", "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": 32, "warning": 10, "failed": 7, "inapplicable": 76 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 13, "warning": 7, "failed": 1, "inapplicable": 46 }, "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 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_1687108055450_76\"><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 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_1687108055450_76\"><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 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_1687108055450_76\"><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 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_1687108055450_76\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 54, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields name required\">\n \n \n Name\n \n *\n \n \n \n \n \n \n \n First Name\n \n \n \n \n \n Last Name\n \n \n </fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(1)" }, { "htmlCode": "<fieldset class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\" id=\"name-yui_3_17_2_1_1656456356921_5088\">Name(required)First NameLast Name</fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"email-yui_3_17_2_1_1656456356921_5089\" class=\"form-item field email required\">\n \n \n Email\n \n *\n \n \n \n \n \n </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, { "htmlCode": "<div class=\"form-item field email required\" id=\"email-yui_3_17_2_1_1656456356921_5089\" data-dynamic-strings=\"\">Email(required)</div>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > div:nth-child(2) > input:nth-child(2)" }, { "htmlCode": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\">\n \n \n Phone\n \n \n \n \n \n \n \n \n (###)\n \n \n \n \n \n ###\n \n \n \n \n \n ####\n \n \n </fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3)" }, { "htmlCode": "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\">Phone</fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R62": { "name": "Element in sequential focus order has visible focus", "code": "QW-ACT-R62", "mapping": "oj04fd", "description": "This rule checks that each element in sequential focus order has some visible focus indication.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.4.7", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html", "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible" } ], "related": [], "url": "https://act-rules.github.io/rules/oj04fd", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 13, "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\">\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(5) > 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=\"/about\" data-animation-role=\"header-element\">\n About\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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=\"/issues\" data-animation-role=\"header-element\">\n Issues\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/endorsements\" data-animation-role=\"header-element\">\n Endorsements\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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=\"/get-involved\" data-animation-role=\"header-element\">\n Campaign Contact\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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=\"/gallery\" data-animation-role=\"header-element\">\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(5) > 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://twitter.com/lizforassembly\" 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(5) > 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://www.facebook.com/search/top?q=liz%20ortega%20for%20assembly\" 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(5) > 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=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\">\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(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\">\n Donate\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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": "<button class=\"lightbox-handle sqs-system-button sqs-editable-button sqs-button-element--primary\">\n \n Get Involved!\n \n </button>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(3) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.wedrawthelinesca.org/final_maps\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n More info on AD-20\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(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 10, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > 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": "<input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3) > div:nth-child(2) > label:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3) > div:nth-child(3) > label:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3) > div:nth-child(4) > label:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1656456356921_5088-fname-field\" name=\"fname\" type=\"text\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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_1656456356921_5088-lname-field\" name=\"lname\" type=\"text\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(3) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)" } ], "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 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_1687108055450_76\"><head></head><body>Liz Ortega for Assembly\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSQUARESPACE_ROLLUPS = {};\n(function(rollups, name) { if (!rollups[name]) { rollups[name] = {}; } rollups[name].js = …", "pointer": "html" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 7, "warning": 1, "failed": 4, "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": 4, "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 id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields name required\">\n \n \n Name\n \n *\n \n \n \n \n \n \n \n First Name\n \n \n \n \n \n Last Name\n \n \n </fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The `fieldset` element is neither inside nor referencing a `form` element.", "resultCode": "F1", "elements": [ { "htmlCode": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\">\n \n \n Phone\n \n \n \n \n \n \n \n \n (###)\n \n \n \n \n \n ###\n \n \n \n \n \n ####\n \n \n </fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3)" } ], "attributes": [] }, { "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_1656456356921_5088\">Name(required)First NameLast Name</fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The `fieldset` element is neither inside nor referencing a `form` element.", "resultCode": "F1", "elements": [ { "htmlCode": "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\">Phone</fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(3)" } ], "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-62018f3a80b79f0d908193d8\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset 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-alternat …", "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": 2, "inapplicable": 0, "outcome": "failed", "description": "Text alternative is not actually a text alternative for the non-text content." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"\n \n //images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/c22be561-e848-427b-a0d4-b5181085d6a1/Logo_Ortega+Assemblymemeber.png?format=1500w\n \n\" alt=\"Liz Ortega for Assembly\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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/62018dc7b6f57e4ee14ad79f/c22be561-e848-427b-a0d4-b5181085d6a1/Logo_Ortega+Assemblymemeber.png?format=1500w\n \n\" alt=\"Liz Ortega for Assembly\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image-dimensions=\"1038x822\" data-image-focal-point=\"0.5,0.5\" alt=\"image-asset.jpeg\" data-load=\"false\" style=\"height: 469px; width: 100%; object-position: 50% 50%; object-fit: cover;\" data-parent-ratio=\"1.3\" class=\"\" data-image-resolution=\"750w\" src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg?format=750w\">", "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(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image-dimensions=\"500x500\" data-image-focal-point=\"0.5,0.5\" alt=\"PP Badge (2).png\" data-load=\"false\" style=\"height: 469px; width: 100%; object-position: 50% 50%; object-fit: cover;\" data-parent-ratio=\"1.0\" class=\"\" data-image-resolution=\"500w\" src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png?format=500w\">", "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(1) > div:nth-child(1) > figure:nth-child(2) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"sqsrte-scaled-text\" style=\"font-size: 36.3px;\">Get to know AD-20</span>", "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(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "36.3px" ] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 12, "warning": 2, "failed": 2, "inapplicable": 8 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 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": "<h4 style=\"white-space:pre-wrap;\">“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"white-space:pre-wrap;\">Get to know AD-20</h3>", "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(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">“Healthcare is a right and California is leading the fight .”</h3>", "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) > 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;\">Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078</h4>", "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) > 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": 3, "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=\"#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(5) > 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=\"#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(5) > 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": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<use xlink:href=\"#instagram-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(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(3) > 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=\"dynamic\" data-test=\"header-border\" style=\"\n\n\n\n\n\n\n \n border-width: 0px !important;\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\n\n\n \n border-width: 0px !important" ] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 40, "document": 1, "graphics-document": 11, "img": 4, "navigation": 3, "button": 6, "main": 1, "article": 1, "region": 5, "presentation": 3, "heading": 4, "form": 2, "group": 4, "textbox": 10, "figure": 2, "dialog": 1 }, "tags": { "html": 1, "head": 1, "meta": 20, "script": 33, "link": 8, "base": 1, "title": 1, "style": 8, "body": 1, "div": 195, "a": 32, "span": 21, "svg": 11, "path": 10, "header": 1, "img": 7, "nav": 3, "use": 9, "button": 3, "main": 1, "article": 1, "section": 5, "canvas": 1, "h4": 2, "form": 2, "fieldset": 4, "legend": 4, "label": 10, "input": 12, "p": 3, "figure": 2, "noscript": 1, "h3": 2, "footer": 1, "strong": 1, "symbol": 6 } } } }, "success": true }, "standardResult": { "totals": [ 9, 32, 8, 8 ], "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_1687108055450_76", "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 js flexbox canvas canvastext webgl no-touch hash ... nts cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><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_1687108055450_76", "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 js flexbox canvas canvastext webgl no-touch hash ... nts cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><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_1687108055450_76", "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 js flexbox canvas canvastext webgl no-touch hash ... nts cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><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_1687108055450_76", "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 js flexbox canvas canvastext webgl no-touch hash ... nts cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "name-yui_3_17_2_1_1656456356921_5088", "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(1) > 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(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(1)" }, "excerpt": "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields name required\"> Name * First Name Last Name </fieldset>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "name-yui_3_17_2_1_1656456356921_5088", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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_1656456356921_5088\">Name(required)First NameLast Name</fieldset>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "email-yui_3_17_2_1_1656456356921_5089", "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(1) > 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(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div id=\"email-yui_3_17_2_1_1656456356921_5089\" class=\"form-item field email required\"> Email * </div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "email-yui_3_17_2_1_1656456356921_5089", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div class=\"form-item field email required\" id=\"email-yui_3_17_2_1_1656456356921_5089\" data-dynamic-strings=\"\">Email(required)</div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-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(1) > 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(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "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(1) > 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(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3)" }, "excerpt": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\"> Phone (###) ### #### </fieldset>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(3)" }, "excerpt": "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\">Phone</fieldset>" }, { "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(5) > 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\"> </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(5) > 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=\"/about\" data-animation-role=\"header-element\"> About </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(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/issues\" data-animation-role=\"header-element\"> 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(5) > 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=\"/endorsements\" data-animation-role=\"header-element\"> 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) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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=\"/get-involved\" data-animation-role=\"header-element\"> Campaign Contact </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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=\"/gallery\" data-animation-role=\"header-element\"> 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(5) > 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://twitter.com/lizforassembly\" 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(5) > 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://www.facebook.com/search/top?q=liz%20ortega%20for%20assembly\" 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(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > 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://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "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(1) > 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(3) > button:nth-child(1)" }, "excerpt": "<button class=\"lightbox-handle sqs-system-button sqs-editable-button sqs-button-element--primary\"> Get Involved! </button>" }, { "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(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.wedrawthelinesca.org/final_maps\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> More info on AD-20 </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": "", "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(1) > 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(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > input:nth-child(1)" }, "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": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > input:nth-child(1)" }, "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": "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_1656456356921_5089-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(1) > 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(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3) > div:nth-child(2) > label:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3) > div:nth-child(3) > label:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3) > div:nth-child(4) > label:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\">" }, { "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_1656456356921_5088-fname-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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_1656456356921_5088-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_1656456356921_5088-lname-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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_1656456356921_5088-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_1656456356921_5089-field", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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_1656456356921_5089-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": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(3) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">" }, { "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_1687108055450_76", "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 js flexbox canvas canvastext webgl no-touch hash ... e=\"\" id=\"yui_3_17_2_1_1687108055450_76\"><head></head><body>Liz Ortega for Assembly SQUARESPACE_ROLLUPS = {}; (function(rollups, name) { if (!rollups[name]) { rollups[name] = {}; } rollups[name].js = …" }, { "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_1656456356921_5088", "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(1) > 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(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(1)" }, "excerpt": "<fieldset id=\"name-yui_3_17_2_1_1656456356921_5088\" class=\"form-item fields name required\"> Name * First Name Last Name </fieldset>" }, { "ruleID": "QW-WCAG-T3", "what": "This technique checks the correct use of the description element for form controls", "ordinalSeverity": 2, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "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(1) > 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(4) > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > fieldset:nth-child(3)" }, "excerpt": "<fieldset id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\" class=\"form-item fields phone\"> Phone (###) ### #### </fieldset>" }, { "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_1656456356921_5088", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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_1656456356921_5088\">Name(required)First NameLast Name</fieldset>" }, { "ruleID": "QW-WCAG-T3", "what": "This technique checks the correct use of the description element for form controls", "ordinalSeverity": 2, "tagName": "FIELDSET", "id": "phone-641bf233-f64d-446e-934d-d220b7bc29c7", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(3)" }, "excerpt": "<fieldset class=\"form-item fields phone\" id=\"phone-641bf233-f64d-446e-934d-d220b7bc29c7\">Phone</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-62018f3a80b79f0d908193d8", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body id=\"collection-62018f3a80b79f0d908193d8\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-si ... r-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-alternat …" }, { "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(5) > 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/62018dc7b6f57e4ee14ad79f/c22be561-e848-427b-a0d4-b5181085d6a1/Logo_Ortega+Assemblymemeber.png?format=1500w \" alt=\"Liz Ortega for Assembly\">" }, { "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(5) > 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/62018dc7b6f57e4ee14ad79f/c22be561-e848-427b-a0d4-b5181085d6a1/Logo_Ortega+Assemblymemeber.png?format=1500w \" alt=\"Liz Ortega for Assembly\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/6 ... parent-ratio=\"1.3\" class=\"\" data-image-resolution=\"750w\" src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/182020a0-57be-4b72-bfa1-8f7212633f2c/image-asset.jpeg?format=750w\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(1) > div:nth-child(1) > figure:nth-child(2) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img data-src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png\" data-image=\"https://images.squarespace-cdn.com/content/ ... nt-ratio=\"1.0\" class=\"\" data-image-resolution=\"500w\" src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/d30a7b8c-7bed-45d2-ba50-84e655b24458/PP+Badge+%282%29.png?format=500w\">" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"sqsrte-scaled-text\" style=\"font-size: 36.3px;\">Get to know AD-20</span>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "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(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) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz</h4>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "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(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"white-space:pre-wrap;\">Get to know AD-20</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">“Healthcare is a right and California is leading the fight .”</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) > 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) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"text-align:center;white-space:pre-wrap;\">Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078</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(5) > 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=\"#twitter-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(5) > 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=\"#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(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1) > use:nth-child(1)" }, "excerpt": "<use xlink:href=\"#instagram-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=\"dynamic\" data-test=\"header-border\" style=\" border-width: 0px !important; \"></div>" } ] }, "endTime": 1687108061247 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687108061247, "url": "https://www.ortegaforassembly.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.113", "responseTime": "2023-06-18T17:07:40.725Z", "data": { "apiErrors": [], "documentSize": 1270569, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 173, "failing": 7 }, "issues": { "totalErrors": 54, "totalWarnings": 1, "totalIssues": 55 }, "issuesByLevel": { "A": { "count": 25, "pct": 45.45 }, "AA": { "count": 24, "pct": 43.64 }, "AAA": { "count": 55, "pct": 100 } }, "density": { "errorDensity": 4, "warningDensity": 0, "allDensity": 4 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "eeae587c-4b0d-4f05-bfce-00f6e3eb4a0b", "docID": "4514d340-5f21-4353-ee69-ac307c93aea0", "sourceHash": "b72e5f4ba51edf7074f65f4fe052e713", "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=eeae587c-4b0d-4f05-bfce-00f6e3eb4a0b", "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": 2327.95 }, "height": 2327.95, "width": 1024 }, "position": { "line": 5445, "column": 60 }, "errorSnippet": "<body id=\"collection-62018f3a80b79f0d908193d8\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-", "xpath": "/html/body", "issueID": "4c72b73e3c8c40ebb0a4b13c5a5e654a", "signature": "8dbbb24a8847606743c344608fa8afc2", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=4c72b73e3c8c40ebb0a4b13c5a5e654a" }, { "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": 205.03125, "y": 16.59375 }, "bottom-right": { "x": 253.03125, "y": 44.59375 }, "height": 28, "width": 48 }, "position": { "line": 3409, "column": 0 }, "errorSnippet": "<a href=\"/about\" data-animation-role=\"header-element\"> About </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]", "issueID": "574a8559fcb8b68de9d3ab819aad98ab", "signature": "9f34ce9eb98691387255e7861c22e455", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=574a8559fcb8b68de9d3ab819aad98ab" }, { "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": 265.3125, "y": 16.59375 }, "bottom-right": { "x": 312.3125, "y": 44.59375 }, "height": 28, "width": 47 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a href=\"/issues\" data-animation-role=\"header-element\"> Issues </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]", "issueID": "4e61c7a2cc696fa6f6947dd2103c1486", "signature": "b7eb08168928c57ae4c62f7b2b71844f", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=4e61c7a2cc696fa6f6947dd2103c1486" }, { "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": 324.59375, "y": 16.59375 }, "bottom-right": { "x": 436.59375, "y": 44.59375 }, "height": 28, "width": 112 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a href=\"/endorsements\" data-animation-role=\"header-element\"> Endorsements </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]", "issueID": "0fd8f7f2e494a3c208033c533b1dfce7", "signature": "3d00787309077930869da57bd88ad451", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=0fd8f7f2e494a3c208033c533b1dfce7" }, { "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": 448.875, "y": 16.59375 }, "bottom-right": { "x": 602.875, "y": 44.59375 }, "height": 28, "width": 154 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a href=\"/get-involved\" data-animation-role=\"header-element\"> Campaign Contact </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]", "issueID": "a0468e6915fc3a6558be28256c177cc2", "signature": "84b52808ba51ac8d3da1b2d598479d45", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a0468e6915fc3a6558be28256c177cc2" }, { "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": 615.15625, "y": 16.59375 }, "bottom-right": { "x": 669.15625, "y": 44.59375 }, "height": 28, "width": 54 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a href=\"/gallery\" data-animation-role=\"header-element\"> Gallery </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]", "issueID": "5825b6a621bc19cf8747bf60c87254fc", "signature": "d758f88a773c4eb33e2101cfdc58fc78", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=5825b6a621bc19cf8747bf60c87254fc" }, { "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": 836.65625, "y": 0 }, "bottom-right": { "x": 894.43745, "y": 22 }, "height": 22, "width": 57.7812 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[4]/a[1]", "issueID": "31be17a63cbd1ebb0dad5f6cd6fa291a", "signature": "d7ad754f40efc8a2f8267cedcc0deb94", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=31be17a63cbd1ebb0dad5f6cd6fa291a" }, { "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": 361.59375, "y": 0 }, "bottom-right": { "x": 498.59375, "y": 46 }, "height": 46, "width": 137 }, "position": { "line": 11819, "column": 9 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> About </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]/div[1]", "issueID": "4517d0822b79cb3145a90be6355ab7f8", "signature": "e304223bedbb45035025d0846b26d2ba", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=4517d0822b79cb3145a90be6355ab7f8" }, { "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": 360.09375, "y": 0 }, "bottom-right": { "x": 500.09375, "y": 46 }, "height": 46, "width": 140 }, "position": { "line": 11976, "column": 5 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Issues </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[2]/a[1]/div[1]", "issueID": "cb9a4a3bc48430e9c104b9013828e3e7", "signature": "948e6418c7aefbebc73d08e1ab4cee35", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=cb9a4a3bc48430e9c104b9013828e3e7" }, { "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": 266.09375, "y": 0 }, "bottom-right": { "x": 594.09375, "y": 46 }, "height": 46, "width": 328 }, "position": { "line": 11980, "column": 7 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Endorsements </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[3]/a[1]/div[1]", "issueID": "458cfd4bcd00e267eb27d8d170d7ab86", "signature": "0edddce8a2d491e71f39595fa3153a4e", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=458cfd4bcd00e267eb27d8d170d7ab86" }, { "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": 206.59375, "y": 0 }, "bottom-right": { "x": 653.59375, "y": 46 }, "height": 46, "width": 447 }, "position": { "line": 11984, "column": 3 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Campaign Contact </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[4]/a[1]/div[1]", "issueID": "f406cef596aa981f1e07407c1a178500", "signature": "7ef60f21e9849e8116f893fa3b5497a8", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=f406cef596aa981f1e07407c1a178500" }, { "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": 350.59375, "y": 0 }, "bottom-right": { "x": 509.59375, "y": 46 }, "height": 46, "width": 159 }, "position": { "line": 11992, "column": 3 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Gallery </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[5]/a[1]/div[1]", "issueID": "19a5feac12c32dffbd71653ac3002765", "signature": "f284e23329383f7ca652f3a69aa3c06f", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=19a5feac12c32dffbd71653ac3002765" }, { "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": 17, "y": 0 }, "bottom-right": { "x": 498.281, "y": 75 }, "height": 75, "width": 481.281 }, "position": { "line": 12294, "column": 3 }, "errorSnippet": "<h4 style=\"white-space:pre-wrap;\">“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz</h4>", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]", "issueID": "e5f89872858be6c6cfad0ce2fc7b4be6", "signature": "f57288b3267ce3ca2439b740adb49137", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=e5f89872858be6c6cfad0ce2fc7b4be6" }, { "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": 17, "y": 17 }, "bottom-right": { "x": 128.15300000000002, "y": 41.975 }, "height": 24.975, "width": 111.153 }, "position": { "line": 12311, "column": 5 }, "errorSnippet": "<button class=\"lightbox-handle sqs-system-button sqs-editable-button sqs-button-element--primary\"> Get Involved! </button>", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/button[1]", "issueID": "a6569a6ad8da84c3bfbdef6d7d0c9a3f", "signature": "285f824659e119a99136e85dd8e7ce2e", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a6569a6ad8da84c3bfbdef6d7d0c9a3f" }, { "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": 6812, "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": "a97d709d50a21fd6df011415c70b98cd", "signature": "9bb0adfd885974e523b4963ae9993f9a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=a97d709d50a21fd6df011415c70b98cd" }, { "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": 24.1875 }, "bottom-right": { "x": 16, "y": 40.1875 }, "height": 16, "width": 16 }, "position": { "line": 11332, "column": 5 }, "errorSnippet": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/c22be561-e848-427b-a0d4-b5181085d6a1/Logo_Ortega+Assemblymemeber.png?format=1500w", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]", "issueID": "42d9217c92e1038e69c6404c5fa91d91", "signature": "9294f010eabe59f311879c6a79ecf3e0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=42d9217c92e1038e69c6404c5fa91d91" }, { "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": 11600, "column": 7 }, "errorSnippet": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/c22be561-e848-427b-a0d4-b5181085d6a1/Logo_Ortega+Assemblymemeber.png?format=1500w", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[1]/div[1]", "issueID": "9fc383741056f82c9bbe04c92a59dd6b", "signature": "0e27a56d560d356cb7b243f72b2ccf04", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=9fc383741056f82c9bbe04c92a59dd6b" }, { "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": 2327.95 }, "height": 2327.95, "width": 1024 }, "position": { "line": 5445, "column": 60 }, "errorSnippet": "<body id=\"collection-62018f3a80b79f0d908193d8\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-", "xpath": "/html/body", "issueID": "717785b9534a10c199e23619c987e54e", "signature": "8b3b21cc402cfab7a30ae54b3a206418", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=717785b9534a10c199e23619c987e54e" }, { "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": 111.469 }, "height": 111.469, "width": 1024 }, "position": { "line": 7967, "column": 332 }, "errorSnippet": "<header data-test=\"header\" id=\"header\" class=\" dark 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", "xpath": "/html/body/div[1]/header[1]", "issueID": "025dbd050518099080ff0121a7384d37", "signature": "78a89d38950c8c90dbc269fb0d5785f1", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=025dbd050518099080ff0121a7384d37" }, { "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": 656.531 }, "height": 656.531, "width": 1024 }, "position": { "line": 11787, "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://secure.anedot.com/liz-ortega-toro-for-assembl", "xpath": "/html/body/div[1]/header[1]/div[3]", "issueID": "ddeaeef4c66369c62480d4e5006a1c73", "signature": "d885b1a72c072edbd46070d5f26c2248", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=ddeaeef4c66369c62480d4e5006a1c73" }, { "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": 17, "y": 0 }, "bottom-right": { "x": 498.281, "y": 75 }, "height": 75, "width": 481.281 }, "position": { "line": 12294, "column": 3 }, "errorSnippet": "<h4 style=\"white-space:pre-wrap;\">“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz</h4>", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]", "issueID": "a099d1ed9542a401139e500bb594be1e", "signature": "41c245fe7cff7c47b12417d301f2b32e", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a099d1ed9542a401139e500bb594be1e" }, { "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": 669.145, "y": 15.1875 }, "bottom-right": { "x": 703.145, "y": 49.1875 }, "height": 34, "width": 34 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-una", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]", "issueID": "9b9e24a94bd0a398be1f92759c33912f", "signature": "2497ae58a1dd447311a3787f6b3be9ea", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9b9e24a94bd0a398be1f92759c33912f" }, { "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": 723.61825, "y": 15.1875 }, "bottom-right": { "x": 757.61825, "y": 49.1875 }, "height": 34, "width": 34 }, "position": { "line": 3410, "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/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\">", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]", "issueID": "cb0d8fbc30b5914304725a97f0076cad", "signature": "c07e4d26c4853255253533e55cc3952a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cb0d8fbc30b5914304725a97f0076cad" }, { "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": 769.8995, "y": 15.1875 }, "bottom-right": { "x": 803.8995, "y": 49.1875 }, "height": 34, "width": 34 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#in", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[3]", "issueID": "0bf6b96d550e9fffa1b18a009d89889d", "signature": "9b80ab0f03f44af250f1d68630642a2f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0bf6b96d550e9fffa1b18a009d89889d" }, { "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": -20.48, "y": 0 }, "bottom-right": { "x": 13.52, "y": 34 }, "height": 34, "width": 34 }, "position": { "line": 4450, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-una", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]", "issueID": "39f513a30bea43e26e835f4b1d8aa214", "signature": "ea70b8885d96cc31e8791e56195385a0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=39f513a30bea43e26e835f4b1d8aa214" }, { "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": 21.712, "y": 34 }, "height": 34, "width": 34 }, "position": { "line": 4450, "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/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\">", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]", "issueID": "bd4e6c37c26f572db4211e94b987f315", "signature": "df7a35c1e3428f5ec4b65b14fbd531f3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bd4e6c37c26f572db4211e94b987f315" }, { "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": 21.712, "y": 34 }, "height": 34, "width": 34 }, "position": { "line": 4466, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#in", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[3]", "issueID": "740d1e8af654dd867d7de815daf417b9", "signature": "c86716b1a9e1bdae9ee4164bd0667b18", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=740d1e8af654dd867d7de815daf417b9" }, { "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": 439.5, "y": 15 }, "bottom-right": { "x": 464.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7402, "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/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#tw", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "bf2f063793b781c9bacd9b9978ef9051", "signature": "a458adee2b6b22d7b6ea3444f1a685c1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bf2f063793b781c9bacd9b9978ef9051" }, { "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": 479.5, "y": 15 }, "bottom-right": { "x": 504.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7402, "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/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 ", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]", "issueID": "d7011a8f0629a1e899a05974a0b780ff", "signature": "f7f815ddc613ea8a55f5e0aac0ecf7e3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d7011a8f0629a1e899a05974a0b780ff" }, { "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": 519.5, "y": 15 }, "bottom-right": { "x": 544.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7403, "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.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[3]/a[1]", "issueID": "2359a2952201af41188fc824fd4f02a2", "signature": "5e71f973c6ac09db888934889f3b8e0e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2359a2952201af41188fc824fd4f02a2" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": -6 }, "bottom-right": { "x": -26, "y": -32 }, "height": -26, "width": -26 }, "position": { "line": 3410, "column": 215 }, "errorSnippet": "<input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\">", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[1]/div[1]/label[1]/input[1]", "issueID": "13388de8d139fbf8d843c2477fcc716b", "signature": "b6ef7d0f5294e00bcab474c4b480271d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=13388de8d139fbf8d843c2477fcc716b" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": -6 }, "bottom-right": { "x": -26, "y": -32 }, "height": -26, "width": -26 }, "position": { "line": 7174, "column": 34 }, "errorSnippet": "<input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\">", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[1]/div[2]/label[1]/input[1]", "issueID": "99e9e9ed0e1f7e047115ca514191d65a", "signature": "704d35f73e3f4481baef8f9aff81ecae", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=99e9e9ed0e1f7e047115ca514191d65a" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": -6 }, "bottom-right": { "x": -26, "y": -32 }, "height": -26, "width": -26 }, "position": { "line": 7175, "column": 0 }, "errorSnippet": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/div[1]/input[1]", "issueID": "7d17fbd36cf5782fc3d5d92acec9606a", "signature": "7c7bef08a1574a88e53bdd1985a8bc14", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7d17fbd36cf5782fc3d5d92acec9606a" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": -6 }, "bottom-right": { "x": -26, "y": -32 }, "height": -26, "width": -26 }, "position": { "line": 7175, "column": 0 }, "errorSnippet": "<input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\">", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[2]/div[1]/label[1]/input[1]", "issueID": "2c91d6911a5e4cc407cda8dfcb9cf83c", "signature": "0242b058be2ae22c97a1582efe4f9444", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2c91d6911a5e4cc407cda8dfcb9cf83c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": -6 }, "bottom-right": { "x": -26, "y": -32 }, "height": -26, "width": -26 }, "position": { "line": 9339, "column": 34 }, "errorSnippet": "<input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\">", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[2]/div[2]/label[1]/input[1]", "issueID": "bf5e191f09952780f2d05b4935bf1800", "signature": "09348a7c681788f09c0add67452bcae0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bf5e191f09952780f2d05b4935bf1800" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": -6 }, "bottom-right": { "x": -26, "y": -32 }, "height": -26, "width": -26 }, "position": { "line": 9340, "column": 0 }, "errorSnippet": "<input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\">", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[2]/div[3]/label[1]/input[1]", "issueID": "e0ee0cd9439cd6bb52ea2f2d0120ece0", "signature": "4ea9e958b87734eb6fb6f9d89f510236", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e0ee0cd9439cd6bb52ea2f2d0120ece0" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -68.128, "y": -42.4 }, "height": -42.4, "width": -68.128 }, "position": { "line": 9340, "column": 0 }, "errorSnippet": "<input class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\" type=\"submit\" value=\"Submit Form\">", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[2]/input[1]", "issueID": "34e929b05b215ab9ca1e4381d64ba9a5", "signature": "4895928c01883f51a65526254a5d0011", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=34e929b05b215ab9ca1e4381d64ba9a5" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -22, "y": 24 }, "height": 24, "width": -22 }, "position": { "line": 12380, "column": 21 }, "errorSnippet": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1656456356921_5088-fname-field\" name=\"fname\" type=\"text\" value=\"\">", "xpath": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/div[1]/label[1]/input[1]", "issueID": "983a30be6018b727ac715059ad782077", "signature": "5e9fe9dca814d9c80ae0f9671ad59fc0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=983a30be6018b727ac715059ad782077" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -22, "y": 24 }, "height": 24, "width": -22 }, "position": { "line": 12386, "column": 21 }, "errorSnippet": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1656456356921_5088-lname-field\" name=\"lname\" type=\"text\" value=\"\">", "xpath": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/div[2]/label[1]/input[1]", "issueID": "a5d111112aee66d36cfec048e7c6c259", "signature": "0dd6e9f99175771f90f458063d1390a9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a5d111112aee66d36cfec048e7c6c259" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -22, "y": 24 }, "height": 24, "width": -22 }, "position": { "line": 12428, "column": 17 }, "errorSnippet": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">", "xpath": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]", "issueID": "a3f437f683ee58f1e8654c763a015be3", "signature": "79006713d573983d7798bae95e12a2ad", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a3f437f683ee58f1e8654c763a015be3" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -22, "y": 24 }, "height": 24, "width": -22 }, "position": { "line": 12512, "column": 21 }, "errorSnippet": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">", "xpath": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/div[1]/div[1]/label[1]/input[1]", "issueID": "aaeb4d5247ad234783bbd544f480a3d3", "signature": "326cdd7201086634a21c3bb1d27cc640", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=aaeb4d5247ad234783bbd544f480a3d3" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -68.128, "y": -42.4 }, "height": -42.4, "width": -68.128 }, "position": { "line": 12518, "column": 21 }, "errorSnippet": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Submit Form\">", "xpath": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[3]/input[1]", "issueID": "ba8837f385d90924a2501d9fe98fc735", "signature": "e52bc6553cacaf574b50a835059c8408", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ba8837f385d90924a2501d9fe98fc735" }, { "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": 2327.95 }, "height": 2327.95, "width": 1024 }, "position": { "line": 5445, "column": 60 }, "errorSnippet": "<body id=\"collection-62018f3a80b79f0d908193d8\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-", "xpath": "/html/body", "issueID": "665828f32c4a243a46ea5c49c973bb52", "signature": "39245656e6ff9d97b998882c0519ced7", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=665828f32c4a243a46ea5c49c973bb52" }, { "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": 669.145, "y": 15.1875 }, "bottom-right": { "x": 703.145, "y": 49.1875 }, "height": 34, "width": 34 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-una", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]", "issueID": "7889d94c6d442fc815b9d069f84a91ca", "signature": "953d50db6488cecf44741bb1449f76c0", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7889d94c6d442fc815b9d069f84a91ca" }, { "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": 723.61825, "y": 15.1875 }, "bottom-right": { "x": 757.61825, "y": 49.1875 }, "height": 34, "width": 34 }, "position": { "line": 3410, "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/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\">", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]", "issueID": "b5357e5d33b8a9574e5767e5763ff67e", "signature": "385227186661df467d233adb61816ace", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b5357e5d33b8a9574e5767e5763ff67e" }, { "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": 769.8995, "y": 15.1875 }, "bottom-right": { "x": 803.8995, "y": 49.1875 }, "height": 34, "width": 34 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#in", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[3]", "issueID": "0612c2746d3453e63a91a36ae573810c", "signature": "51fe9d8f27f3989258a0c54d607bd876", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0612c2746d3453e63a91a36ae573810c" }, { "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": 836.65625, "y": 0 }, "bottom-right": { "x": 894.43745, "y": 22 }, "height": 22, "width": 57.7812 }, "position": { "line": 3410, "column": 0 }, "errorSnippet": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[4]/a[1]", "issueID": "e356f387b10636ca2e9040d0b831d8ed", "signature": "fcf54f450fb37af353554e1ea40111f6", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e356f387b10636ca2e9040d0b831d8ed" }, { "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": -20.48, "y": 0 }, "bottom-right": { "x": 13.52, "y": 34 }, "height": 34, "width": 34 }, "position": { "line": 4450, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-una", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]", "issueID": "316515fc5b8aca4a600f8c0a5dccf218", "signature": "31b7348378e270af8e22a60540f40270", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=316515fc5b8aca4a600f8c0a5dccf218" }, { "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": 21.712, "y": 34 }, "height": 34, "width": 34 }, "position": { "line": 4450, "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/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\">", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]", "issueID": "eb1d0a8bfdd4f1a3a8b45db388c10509", "signature": "9c7397fe24866e01ac024eb7f21c0616", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=eb1d0a8bfdd4f1a3a8b45db388c10509" }, { "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": 21.712, "y": 34 }, "height": 34, "width": 34 }, "position": { "line": 4466, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#in", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[3]", "issueID": "9e2e8125f66a96839f2b99a7ce61bc73", "signature": "2df676d8c706f509bcb3fab1aded510f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9e2e8125f66a96839f2b99a7ce61bc73" }, { "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": 4466, "column": 0 }, "errorSnippet": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[4]/a[1]", "issueID": "2bb3a9c5bc0f2fbcb64184b46ff4ccfa", "signature": "4c89c871ed4bfd0220d47aa4bf25e412", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2bb3a9c5bc0f2fbcb64184b46ff4ccfa" }, { "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": 439.5, "y": 15 }, "bottom-right": { "x": 464.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7402, "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/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#tw", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "c9cae27d8b3996d9299a21a327e7178f", "signature": "baf66a822fc461c8350f7a378ca0178f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c9cae27d8b3996d9299a21a327e7178f" }, { "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": 479.5, "y": 15 }, "bottom-right": { "x": 504.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7402, "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/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 ", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]", "issueID": "1360231f081dddfc25d78356a0d64d37", "signature": "29ce292f427e65a147db24b03a4dc3ef", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1360231f081dddfc25d78356a0d64d37" }, { "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": 519.5, "y": 15 }, "bottom-right": { "x": 544.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7403, "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.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[3]/a[1]", "issueID": "438e901cb58aa2ba7c4575623cbe669d", "signature": "98d5ca21822e45654757243a870bff4d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=438e901cb58aa2ba7c4575623cbe669d" }, { "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": 345.56, "y": -0.006875000000000853 }, "bottom-right": { "x": 487.432, "y": 28.968125 }, "height": 28.975, "width": 141.872 }, "position": { "line": 7403, "column": 0 }, "errorSnippet": "<a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]", "issueID": "3e898bc955a787f0b824a80cddf75513", "signature": "471f4ed85d460a7e5b08b3592a3dbf4d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3e898bc955a787f0b824a80cddf75513" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 4, 51 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "collection-62018f3a80b79f0d908193d8", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"collection-62018f3a80b79f0d908193d8\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/about\" data-animation-role=\"header-element\"> About </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[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]" }, "excerpt": "<a href=\"/issues\" data-animation-role=\"header-element\"> Issues </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[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]" }, "excerpt": "<a href=\"/endorsements\" data-animation-role=\"header-element\"> Endorsements </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[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]" }, "excerpt": "<a href=\"/get-involved\" data-animation-role=\"header-element\"> Campaign Contact </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[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]" }, "excerpt": "<a href=\"/gallery\" data-animation-role=\"header-element\"> Gallery </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[3]/div[2]/div[2]/div[4]/a[1]" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> About </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[2]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Issues </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[3]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Endorsements </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[4]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Campaign Contact </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[5]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Gallery </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz</h4>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/button[1]" }, "excerpt": "<button class=\"lightbox-handle sqs-system-button sqs-editable-button sqs-button-element--primary\"> Get Involved! </button>" }, { "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[3]/div[2]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/c22be561-e848-427b-a0d4-b5181085d6a1/Logo_Ortega+Assemblymemeber.png?format=1500w" }, { "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[3]/div[3]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/c22be561-e848-427b-a0d4-b5181085d6a1/Logo_Ortega+Assemblymemeber.png?format=1500w" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "collection-62018f3a80b79f0d908193d8", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"collection-62018f3a80b79f0d908193d8\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-" }, { "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=\" dark header theme-col--primary \" data-controller=\"Header\" data-current-styles=\"{ &quot;layout&quot;: &quot;navRight&quot;, &quot;action&quot;: { &quot;href&quot;: &quot" }, { "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://secure.anedot.com/liz-ortega-toro-for-assembl" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">“We are at a critical crossroads. We cannot—and must not—go backwards on our civil rights and reproductive freedoms. Join me in this fight!” — Liz</h4>" }, { "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[3]/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://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-una" }, { "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[3]/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://www.facebook.com/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\">" }, { "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[3]/div[2]/div[2]/div[1]/a[3]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#in" }, { "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[3]/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://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-una" }, { "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[3]/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://www.facebook.com/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\">" }, { "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[3]/div[3]/div[2]/div[1]/a[3]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#in" }, { "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://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#tw" }, { "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://www.facebook.com/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 " }, { "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[3]/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.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[1]/div[1]/label[1]/input[1]" }, "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": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[1]/div[2]/label[1]/input[1]" }, "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": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"email\" autocomplete=\"email\" spellcheck=\"false\" aria-required=\"true\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[2]/div[1]/label[1]/input[1]" }, "excerpt": "<input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[2]/div[2]/label[1]/input[1]" }, "excerpt": "<input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[1]/fieldset[2]/div[3]/label[1]/input[1]" }, "excerpt": "<input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/form[1]/div[2]/input[1]" }, "excerpt": "<input class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\" type=\"submit\" value=\"Submit Form\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "name-yui_3_17_2_1_1656456356921_5088-fname-field", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/div[1]/label[1]/input[1]" }, "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1656456356921_5088-fname-field\" name=\"fname\" type=\"text\" value=\"\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "name-yui_3_17_2_1_1656456356921_5088-lname-field", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/div[2]/label[1]/input[1]" }, "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1656456356921_5088-lname-field\" name=\"lname\" type=\"text\" value=\"\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" placeholder=\"\" type=\"email\" value=\"\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/div[1]/div[1]/label[1]/input[1]" }, "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/form[1]/div[3]/input[1]" }, "excerpt": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Submit Form\">" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "collection-62018f3a80b79f0d908193d8", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"collection-62018f3a80b79f0d908193d8\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-" }, { "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[3]/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://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-una" }, { "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[3]/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://www.facebook.com/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\">" }, { "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[3]/div[2]/div[2]/div[1]/a[3]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#in" }, { "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[3]/div[2]/div[2]/div[4]/a[1]" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/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://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-una" }, { "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[3]/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://www.facebook.com/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 64 64\">" }, { "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[3]/div[3]/div[2]/div[1]/a[3]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#in" }, { "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[3]/div[3]/div[2]/div[4]/a[1]" }, "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/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://twitter.com/lizforassembly\" target=\"_blank\" aria-label=\"Twitter\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#tw" }, { "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://www.facebook.com/search/top?q=liz%20ortega%20for%20assembly\" target=\"_blank\" aria-label=\"Facebook\"> <svg viewBox=\"23 23 " }, { "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[3]/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.instagram.com/lizforassembly/\" target=\"_blank\" aria-label=\"Instagram\"> <svg viewBox=\"23 23 64 64\"> <use xlink:" }, { "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://secure.anedot.com/liz-ortega-toro-for-assembly-2024/donate\" target=\"_blank\"> Donate </a>" } ] }, "endTime": 1687108061819 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687108061819, "url": "https://www.ortegaforassembly.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-62018f3a80b79f0d908193d8", "main": "page" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 3, "items": [ [ "given-name", "", "First Name" ], [ "family-name", "", "Last Name" ], [ "email", "", "Email; #email-yui_3_17_2_1_1656456356921_5089-field" ] ] }, "totals": [ 0, 0, 3, 0 ], "standardInstances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value given-name", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "First Name" }, { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value family-name", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Last Name" }, { "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-yui_3_17_2_1_1656456356921_5089-field" } ] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 158 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 1, "items": [ { "tagName": "IMG", "id": "", "attributes": [ "class=", "crossOrigin", "alt=", "data-src=", "data-image=", "data-image-dimensions=", "data-image-focal-point=", "alt=", "data-load=", "srcset=", "sizes=", "onLoad=", "/" ] } ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "dupAtt", "what": "Element IMG has 2 attributes with the same name", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "class= ... crossOrigin ... alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... srcset= ... sizes= ... onLoad= ... /" } ] }, "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": 2, "tabFocused": 2, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 12, "types": { "missing": { "total": 0, "tagNames": {} }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 12, "meanDelay": 0, "tagNames": { "A": 11, "BUTTON": 1 } } } }, "items": { "missing": [], "nonoutline": [], "outline": [ { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_216", "text": "<a href=\"/\" data-animation-role=\"header-element\" class=\"focus-visible\" data-focus-visible-added=\"\" i", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_230", "text": "About", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_239", "text": "Issues", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_245", "text": "Endorsements", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_251", "text": "Campaign Contact", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_257", "text": "Gallery", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_264", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_270", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_274", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_279", "text": "Donate", "delay": 0 }, { "tagName": "BUTTON", "id": "yui_3_17_2_1_1687108063082_293", "text": "Get Involved!", "delay": 0 }, { "tagName": "A", "id": "yui_3_17_2_1_1687108063082_310", "text": "More info on AD-20", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 48, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 1, "tagNames": { "A": 1 } }, "focusableAndOperable": { "total": 47, "tagNames": { "A": 31, "BUTTON": 3, "INPUT": 12, "DIV": 1 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "A", "id": "", "text": "Skip to Content", "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\" style=\"cursor: default;\"> <img src=\" //images.squar", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Campaign Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gallery", "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": "<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", "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\" style=\"cursor: default;\"> <img src=\" //images.squar", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Campaign Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gallery", "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": "<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", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Open Menu Close Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Campaign Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gallery", "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": "<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", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Get Involved!", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "", "text": "<input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" ", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spe", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "text": "<input class=\"field-element\" id=\"email-yui_3_17_2_1_1656456356921_5089-field\" name=\"email\" type=\"ema", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-tit", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\" type=\"submit", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "More info on AD-20", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "×", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "name-yui_3_17_2_1_1656456356921_5088-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_1656456356921_5088-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_1656456356921_5089-field", "text": "<input aria-invalid=\"false\" aria-label=\"Email\" aria-required=\"true\" autocomplete=\"false\" class=\"eTv7", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"fa", "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 } ] } }, "totals": [ 0, 0, 0, 1 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" } ] }, "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": 13, "triggerSample": 13, "impactTriggers": 0, "additions": 0, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 1, "noCursors": 0, "badCursors": 1, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [], "unhoverables": [ { "tagName": "A", "id": "yui_3_17_2_1_1687108064218_211", "text": "Skip to Content" } ], "noCursors": [], "badCursors": [ { "tagName": "BUTTON", "id": "", "text": "Get Involved!" } ], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 0, 1, 1 ], "standardInstances": [ { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "yui_3_17_2_1_1687108064218_211", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved!" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 15 }, "items": { "mislabeled": [], "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": "BUTTON", "type": "submit", "texts": { "content": "Get Involved!" } }, { "index": 3, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "First Name" ] } }, { "index": 4, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Last Name" ] } }, { "index": 5, "tagName": "INPUT", "type": "email", "labelType": "label", "texts": { "label": [ "Email *", "Email(required)" ] } }, { "index": 6, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "(###)" ] } }, { "index": 7, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "###" ] } }, { "index": 8, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "####" ] } }, { "index": 9, "tagName": "INPUT", "type": "submit", "texts": { "content": "Submit Form" } }, { "index": 10, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "First Name" ] } }, { "index": 11, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Last Name" ] } }, { "index": 12, "tagName": "INPUT", "type": "email", "labelType": "aria-label", "texts": { "attribute": "Email" } }, { "index": 13, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": {} }, { "index": 14, "tagName": "INPUT", "type": "submit", "texts": { "content": "Submit Form" } } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkTo": { "what": "links without destinations", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 32, "adjacent": { "total": 32, "underlined": 1, "underlinedPercent": 3 } }, "items": { "underlined": [ { "id": "", "text": "Skip to Content" } ], "notUnderlined": [ { "id": "", "text": "0" }, { "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "id": "", "text": "About" }, { "id": "", "text": "Issues" }, { "id": "", "text": "Endorsements" }, { "id": "", "text": "Campaign Contact" }, { "id": "", "text": "Gallery" }, { "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": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "Donate" }, { "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "id": "", "text": "About" }, { "id": "", "text": "Issues" }, { "id": "", "text": "Endorsements" }, { "id": "", "text": "Campaign Contact" }, { "id": "", "text": "Gallery" }, { "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": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "Donate" }, { "id": "", "text": "About" }, { "id": "", "text": "Issues" }, { "id": "", "text": "Endorsements" }, { "id": "", "text": "Campaign Contact" }, { "id": "", "text": "Gallery" }, { "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": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "id": "", "text": "Donate" }, { "id": "", "text": "More info on AD-20" } ] } }, "totals": [ 0, 31, 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\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Campaign Contact" }, { "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": "<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": "<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" }, { "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\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Campaign Contact" }, { "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": "<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": "<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" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Campaign Contact" }, { "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": "<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": "<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" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More info on AD-20" } ] }, "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": 3, "badRoleElements": 1, "redundantRoleElements": 1, "tagNames": { "MAIN": { "main": { "bad": 0, "redundant": 1 } }, "DIV": { "button": { "bad": 1, "redundant": 0 } } } }, "totals": [ 0, 1, 0, 1 ], "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": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role button (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "DIV", "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": 3, "subtotals": [ 2, 1 ] }, "adjacentLink": { "total": 32, "subtotals": [ 27, 4, 1 ] }, "h3": { "total": 2, "subtotals": [ 1, 1 ] }, "h4": { "total": 2 } }, "items": { "button": { "fontWeight": { "400": [ "Open Menu Close Menu", "Open Menu Close Menu" ], "500": [ "Get Involved!" ] }, "borderStyle": { "none": [ "Open Menu Close Menu", "Open Menu Close Menu" ], "solid": [ "Get Involved!" ] }, "borderWidth": { "0px": [ "Open Menu Close Menu", "Open Menu Close Menu" ], "2px": [ "Get Involved!" ] }, "height": { "auto": [ "Open Menu Close Menu", "Open Menu Close Menu" ], "66.3906px": [ "Get Involved!" ] } }, "adjacentLink": { "fontWeight": { "300": [ "0", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "About", "Issues", "Endorsements", "Campaign Contact", "Gallery", "<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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "About", "Issues", "Endorsements", "Campaign Contact", "Gallery", "<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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "About", "Issues", "Endorsements", "Campaign Contact", "Gallery", "<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", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" ], "500": [ "Skip to Content", "Donate", "Donate", "Donate", "More info on AD-20" ] }, "textDecorationLine": { "none": [ "0", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "About", "Issues", "Endorsements", "Campaign Contact", "Gallery", "<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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "Donate", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "About", "Issues", "Endorsements", "Campaign Contact", "Gallery", "<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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "Donate", "About", "Issues", "Endorsements", "Campaign Contact", "Gallery", "<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", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "Donate", "More info on AD-20" ], "underline": [ "Skip to Content" ] } }, "h3": { "color": { "rgb(0, 0, 0)": [ "Get to know AD-20" ], "rgb(255, 255, 255)": [ "“Healthcare is a right and California is leading the fight .”" ] }, "fontSize": { "36.3px": [ "Get to know AD-20" ], "35.2px": [ "“Healthcare is a right and California is leading the fight .”" ] } } } }, "totals": [ 2, 0, 1, 1 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "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": 15, "tagNames": { "DIV": 11, "HEADER": 1, "A": 1, "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=\"dynamic\" data-test=\"header-border\" style=\" border-widt" }, { "tagName": "DIV", "id": "", "text": "About Issues Endorsements Campaign Contact Gallery Donate .top-bun, .patty, .bottom-bun { height: 1p" }, { "tagName": "DIV", "id": "", "text": "About Issues Endorsements Campaign Contact Gallery Donate" }, { "tagName": "MAIN", "id": "page", "text": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da" }, { "tagName": "DIV", "id": "yui_3_17_2_1_1687108084150_70", "text": "<img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-" }, { "tagName": "DIV", "id": "", "text": "Get to know AD-20" }, { "tagName": "DIV", "id": "", "text": "More info on AD-20" }, { "tagName": "DIV", "id": "", "text": "In 2021, the California Redistricting Commission redrew lines for political districts across Califor" }, { "tagName": "FOOTER", "id": "footer-sections", "text": "Paid for by Liz Ortega-Toro for Assembly 2022, FPPC #1443078" }, { "tagName": "DIV", "id": "yui_3_17_2_1_1687108084150_133", "text": "×Get Involved with Liz's Campaign!Name(required)First NameLast NameEmail(required)Phone" } ] }, "totals": [ 15, 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=\"dynamic\" data-test=\"header-border\" style=\" border-widt" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Issues Endorsements Campaign Contact Gallery Donate .top-bun, .patty, .bottom-bun { height: 1p" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Issues Endorsements Campaign Contact Gallery Donate" }, { "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": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "yui_3_17_2_1_1687108084150_70", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get to know AD-20" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More info on AD-20" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In 2021, the California Redistricting Commission redrew lines for political districts across Califor" }, { "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 Liz Ortega-Toro for Assembly 2022, FPPC #1443078" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "yui_3_17_2_1_1687108084150_133", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "×Get Involved with Liz's Campaign!Name(required)First NameLast NameEmail(required)Phone" } ] } }, "success": true }, "standardResult": { "totals": [ 17, 32, 6, 4 ], "instances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value given-name", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "First Name" }, { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value family-name", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Last Name" }, { "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-yui_3_17_2_1_1656456356921_5089-field" }, { "ruleID": "dupAtt", "what": "Element IMG has 2 attributes with the same name", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "class= ... crossOrigin ... alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... srcset= ... sizes= ... onLoad= ... /" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "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": "yui_3_17_2_1_1687108064218_211", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved!" }, { "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\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Campaign Contact" }, { "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": "<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": "<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" }, { "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\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Campaign Contact" }, { "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": "<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": "<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" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Campaign Contact" }, { "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": "<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": "<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" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More info on AD-20" }, { "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": "role", "what": "DIV elements have invalid or native-replaceable explicit role button (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "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=\"dynamic\" data-test=\"header-border\" style=\" border-widt" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Issues Endorsements Campaign Contact Gallery Donate .top-bun, .patty, .bottom-bun { height: 1p" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Issues Endorsements Campaign Contact Gallery Donate" }, { "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": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "yui_3_17_2_1_1687108084150_70", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"https://images.squarespace-cdn.com/content/v1/62018dc7b6f57e4ee14ad79f/bad7efb3-2692-4f4a-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get to know AD-20" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More info on AD-20" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In 2021, the California Redistricting Commission redrew lines for political districts across Califor" }, { "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 Liz Ortega-Toro for Assembly 2022, FPPC #1443078" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "yui_3_17_2_1_1687108084150_133", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "×Get Involved with Liz's Campaign!Name(required)First NameLast NameEmail(required)Phone" } ] }, "endTime": 1687108084500 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687108084500, "url": "https://www.ortegaforassembly.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Liz Ortega for Assembly", "pageurl": "https://www.ortegaforassembly.com/", "time": 3.01, "creditsremaining": 966, "allitemcount": 79, "totalelements": 418, "waveurl": "http://wave.webaim.org/report?url=https://www.ortegaforassembly.com/" }, "categories": { "error": { "description": "Errors", "count": 3, "items": { "label_empty": { "id": "label_empty", "description": "Empty form label", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#yui_3_17_2_1_1687108084664_133 > DIV#yui_3_17_2_1_1687108084664_135 > DIV#yui_3_17_2_1_1687108084664_153 > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#phone-641bf233-f64d-446e-934d-d220b7bc29c7 > LEGEND:first-child + DIV > DIV:first-child > LABEL:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] }, "label_multiple": { "id": "label_multiple", "description": "Multiple form labels", "count": 2, "selectors": [ "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193da > DIV:first-child > DIV:first-child > DIV#block-yui_3_17_2_1_1656456356921_5083 > DIV:first-child > SCRIPT:first-child + DIV + DIV + DIV > DIV:first-child + DIV > FORM:first-child > DIV:first-child > DIV#email-yui_3_17_2_1_1656456356921_5089 > INPUT#email-yui_3_17_2_1_1656456356921_5089-field", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#yui_3_17_2_1_1687108084664_133 > DIV#yui_3_17_2_1_1687108084664_135 > DIV#yui_3_17_2_1_1687108084664_153 > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > FORM:first-child > DIV:first-child + DIV > DIV#email-yui_3_17_2_1_1656456356921_5089 > INPUT#email-yui_3_17_2_1_1656456356921_5089-field" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 11, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 11, "selectors": [ "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV > A:first-child", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193da > DIV:first-child > DIV:first-child > DIV#block-yui_3_17_2_1_1645911363509_9277 > DIV:first-child > DIV:first-child > H4:first-child", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193da > DIV:first-child > DIV:first-child > DIV#block-yui_3_17_2_1_1656456356921_5083 > DIV:first-child > SCRIPT:first-child + DIV + DIV > BUTTON:first-child", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193e0 > DIV:first-child > DIV:first-child > DIV#block-7c653e91ab3d86c184d2 > DIV:first-child > DIV:first-child > H3:first-child", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193e0 > DIV:first-child > DIV:first-child > DIV#block-7c653e91ab3d86c184d2 > DIV:first-child > DIV:first-child > H3:first-child + P", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018dc7b6f57e4ee14ad7cb > DIV:first-child > DIV:first-child > DIV#block-dae933674e42fd9e43a5 > DIV:first-child > DIV:first-child > H4:first-child > STRONG:first-child" ], "contrastdata": [ [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", true ] ], "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": { "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 2, "selectors": [ "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child > DIV:first-child > IMG:first-child", "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + FIGURE > DIV:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "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" } ] }, "heading_possible": { "id": "heading_possible", "description": "Possible heading", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193e0 > DIV:first-child > DIV:first-child > DIV#block-7c653e91ab3d86c184d2 > DIV:first-child > DIV:first-child > H3:first-child + P" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687108084664_75 > DIV#yui_3_17_2_1_1687108084664_74 > DIV#yui_3_17_2_1_1687108084664_73 > DIV#yui_3_17_2_1_1687108084664_72 > DIV#yui_3_17_2_1_1687108084664_71 > DIV#yui_3_17_2_1_1687108084664_70 > DIV#block-a9f1f8cd26d2df25e6e7 > DIV#yui_3_17_2_1_1687108084664_69 > DIV#yui_3_17_2_1_1687108084664_68 > DIV#yui_3_17_2_1_1687108084664_67 > DIV#yui_3_17_2_1_1687108084664_66 > DIV#yui_3_17_2_1_1687108084664_65 > NOSCRIPT:first-child" ], "wcag": [] }, "tabindex": { "id": "tabindex", "description": "Tabindex", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > 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, 14 ], "instances": [ { "ruleID": "label_empty", "what": "Empty form label", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#yui_3_17_2_1_1687108084664_133 > DIV#yui_3_17_2_1_1687108084664_135 > DIV#yui_3_17_2_1_1687108084664_153 > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#phone-641bf233-f64d-446e-934d-d220b7bc29c7 > LEGEND:first-child + DIV > DIV:first-child > LABEL:first-child" }, "excerpt": "" }, { "ruleID": "label_multiple", "what": "Multiple form labels", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193da > DIV:first-child > DIV:first-child > DIV#block-yui_3_17_2_1_1656456356921_5083 > DIV:first-child > SCRIPT:first-child + DIV + DIV + DIV > DIV:first-child + DIV > FORM:first-child > DIV:first-child > DIV#email-yui_3_17_2_1_1656456356921_5089 > INPUT#email-yui_3_17_2_1_1656456356921_5089-field" }, "excerpt": "" }, { "ruleID": "label_multiple", "what": "Multiple form labels", "ordinalSeverity": 3, "tagName": "INPUT", "id": "email-yui_3_17_2_1_1656456356921_5089-field", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#yui_3_17_2_1_1687108084664_133 > DIV#yui_3_17_2_1_1687108084664_135 > DIV#yui_3_17_2_1_1687108084664_153 > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > FORM:first-child > DIV:first-child + DIV > DIV#email-yui_3_17_2_1_1656456356921_5089 > INPUT#email-yui_3_17_2_1_1656456356921_5089-field" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + 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": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + 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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193da > DIV:first-child > DIV:first-child > DIV#block-yui_3_17_2_1_1645911363509_9277 > DIV:first-child > DIV:first-child > H4:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193da > DIV:first-child > DIV:first-child > DIV#block-yui_3_17_2_1_1656456356921_5083 > DIV:first-child > SCRIPT:first-child + DIV + DIV > BUTTON:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193e0 > DIV:first-child > DIV:first-child > DIV#block-7c653e91ab3d86c184d2 > DIV:first-child > DIV:first-child > H3:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193e0 > DIV:first-child > DIV:first-child > DIV#block-7c653e91ab3d86c184d2 > DIV:first-child > DIV:first-child > H3:first-child + P" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018dc7b6f57e4ee14ad7cb > DIV:first-child > DIV:first-child > DIV#block-dae933674e42fd9e43a5 > DIV:first-child > DIV:first-child > H4:first-child > STRONG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child > DIV:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + FIGURE > DIV:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV#page-section-62018f3a80b79f0d908193e0 > DIV:first-child > DIV:first-child > DIV#block-7c653e91ab3d86c184d2 > DIV:first-child > DIV:first-child > H3:first-child + P" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687108084664_75 > DIV#yui_3_17_2_1_1687108084664_74 > DIV#yui_3_17_2_1_1687108084664_73 > DIV#yui_3_17_2_1_1687108084664_72 > DIV#yui_3_17_2_1_1687108084664_71 > DIV#yui_3_17_2_1_1687108084664_70 > DIV#block-a9f1f8cd26d2df25e6e7 > DIV#yui_3_17_2_1_1687108084664_69 > DIV#yui_3_17_2_1_1687108084664_68 > DIV#yui_3_17_2_1_1687108084664_67 > DIV#yui_3_17_2_1_1687108084664_66 > DIV#yui_3_17_2_1_1687108084664_65 > 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > 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_1687108084664_76 > BODY#collection-62018f3a80b79f0d908193d8 > DIV#siteWrapper > DIV#floatingCart > A:first-child > SPAN:first-child > svg:first-child + DIV > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687108087865 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD20-c", "which": "https://www.ortegaforassembly.com/", "what": "Candidate Liz Ortega (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:07:00", "endTime": "2023-06-18T17:08:07", "elapsedSeconds": 67, "visitLatency": 7, "logCount": 64, "logSize": 3534, "errorLogCount": 1, "errorLogSize": 40, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 23 ], [ "testaro", 14 ], [ "alfa", 4 ], [ "ibm", 3 ], [ "nuVal", 3 ], [ "qualWeb", 3 ], [ "wave", 3 ], [ "tenon", 1 ], [ "axe", 0 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1132, "issue": 1017, "tool": 101, "prevention": 0, "log": 14, "latency": 0 }, "details": { "severity": { "total": [ 156, 82, 79, 112 ], "byTool": { "testaro": [ 17, 32, 6, 4 ], "alfa": [ 63, 0, 0, 13 ], "axe": [ 15, 12, 4, 2 ], "continuum": [ 0, 0, 0, 12 ], "htmlcs": [ 20, 0, 0, 7 ], "ibm": [ 0, 6, 0, 1 ], "nuVal": [ 25, 0, 57, 0 ], "qualWeb": [ 9, 32, 8, 8 ], "tenon": [ 0, 0, 4, 51 ], "wave": [ 7, 0, 0, 14 ] } }, "prevention": {}, "issue": { "spontaneousMotion": { "score": 78, "maxCount": 39, "weight": 2, "tools": { "testaro": { "motion": { "quality": 1, "what": "Change of visible content not requested by user", "complaints": { "countTotal": 39, "texts": [ "Content moves or changes without user request" ] } } } } }, "duplicateID": { "score": 32, "maxCount": 8, "weight": 4, "tools": { "alfa": { "r3": { "quality": 1, "what": "Element id attribute value is not unique", "complaints": { "countTotal": 8, "texts": [ "id attributes have a unique value" ] } } }, "axe": { "duplicate-id-aria": { "quality": 1, "what": "id attribute used in ARIA or in a label has a value that is not unique", "complaints": { "countTotal": 1, "texts": [ "IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: email-yui_3_17_2_1_1656456356921_5089-field" ] } }, "duplicate-id": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 3, "texts": [ "id attribute value must be unique; Document has multiple static elements with the same id attribute: name-yui_3_17_2_1_1656456356921_5088", "id attribute value must be unique; Document has multiple static elements with the same id attribute: email-yui_3_17_2_1_1656456356921_5089", "id attribute value must be unique; Document has multiple static elements with the same id attribute: phone-641bf233-f64d-446e-934d-d220b7bc29c7" ] } } }, "continuum": { "94": { "quality": 1, "what": "Element contains an id attribute set to a value that is not unique in the DOM", "complaints": { "countTotal": 8, "texts": [ "This FIELDSET has an id attribute of 'name-yui_3_17_2_1_1656456356921_5088', which is not unique in the same DOM", "This DIV has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089', which is not unique in the same DOM", "This INPUT has an id attribute of 'email-yui_3_17_2_1_1656456356921_5089-field', which is not unique in the same DOM", "This FIELDSET has an id attribute of 'phone-641bf233-f64d-446e-934d-d220b7bc29c7', which is not unique in the same DOM" ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 8, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "imageTextBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r39": { "quality": 1, "what": "Image text alternative is the filename instead", "complaints": { "countTotal": 1, "texts": [ "Image filename is accessible name for image" ] } } } } }, "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" ] } } }, "axe": { "page-has-heading-one": { "quality": 1, "what": "Page contains no level-one heading", "complaints": { "countTotal": 1, "texts": [ "Page should contain a level-one heading; Page must have a level-one heading" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "contrastAAA": { "score": 31, "maxCount": 31, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 31, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 3, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959." ] } } }, "tenon": { "95": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 13, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "textContrastAA": { "score": 124, "maxCount": 31, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 31, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 11, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element" ] } } }, "htmlcs": { "AAA.1_4_6.G18.Fail": { "quality": 1, "what": "Contrast between the text and its background is less than 4.5:1", "complaints": { "countTotal": 2, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 11, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 2, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "headingOfNothing": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 1, "texts": [ "Headings of same level have text content between them" ] } } } } }, "hiddenContentRisk": { "score": 15, "maxCount": 15, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 15, "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" ] } } } } }, "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": 12, "maxCount": 3, "weight": 4, "tools": { "continuum": { "123": { "quality": 1, "what": "svg element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 3, "texts": [ "This svg element does not have a mechanism that allows an accessible name value to be calculated" ] } } } } }, "textAlternativeRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "continuum": { "234": { "quality": 1, "what": "img element has a suspicious calculated accessible name", "complaints": { "countTotal": 1, "texts": [ "This IMG has a suspicious calculated accessible name value of: pp badge (2).png" ] } } }, "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 4, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } }, "wave": { "alt_suspicious": { "quality": 1, "what": "Image text alternative is suspicious", "complaints": { "countTotal": 2, "texts": [ "Suspicious alternative text" ] } } } } }, "decorativeImageRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 3, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "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." ] } } } } }, "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": 6, "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." ] } } } } }, "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 h4 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h4 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." ] } } } } }, "landmarkConfusion": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "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" ] } } } } }, "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": 15, "maxCount": 5, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 3, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "The HTML attribute(s) \"charset\" is deprecated for the <link> element in HTML 5" ] } } }, "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "quality": 1, "what": "Attribute is obsolete on its element", "complaints": { "countTotal": 5, "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": 2, "texts": [ "MAIN elements have redundant explicit role main (count: 1)", "DIV elements have invalid or native-replaceable explicit role button (count: 1)" ] } } } } }, "attributeBad": { "score": 104, "maxCount": 26, "weight": 4, "tools": { "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": 10, "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." ] } } } } }, "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": 10, "maxCount": 10, "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": 10, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } } } } }, "parentBad": { "score": 80, "maxCount": 20, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 20, "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.)", "Element h3 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "imageNoSource": { "score": 36, "maxCount": 9, "weight": 4, "tools": { "nuVal": { "Element img is missing required attribute src.": { "quality": 1, "what": "img element has no src attribute", "complaints": { "countTotal": 9, "texts": [ "Element img is missing required attribute src." ] } } } } }, "sectionHeadingless": { "score": 2, "maxCount": 2, "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": 2, "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": 36, "maxCount": 36, "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": 36, "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": 1, "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": 52, "maxCount": 13, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 13, "texts": [ "This rule checks that each element in sequential focus order has some visible focus indication." ] } } } } }, "errorReferenceBad": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 10, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "legendMissing": { "score": 8, "maxCount": 4, "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": 4, "texts": [ "This technique checks the correct use of the description element for form controls" ] } } } } }, "fontSizeAbsolute": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 1, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "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": 9, "maxCount": 3, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 3, "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." ] } } } } }, "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": 16, "maxCount": 4, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 4, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 63, "maxCount": 21, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 21, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "linkForcesNewWindow": { "score": 36, "maxCount": 12, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 12, "texts": [ "This link opens in a new window without user control." ] } } } } }, "autocompleteNone": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "testaro": { "autocomplete": { "quality": 1, "what": "Name or email input is missing its required autocomplete attribute", "complaints": { "countTotal": 3, "texts": [ "Input is missing the required autocomplete attribute with value given-name", "Input is missing the required autocomplete attribute with value family-name", "Input is missing the required autocomplete attribute with value email" ] } } } } }, "focusableOperable": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 1, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 2, "texts": [ "Operable element cannot be hovered over", "Link or button makes the hovering mouse cursor nonstandard" ] } } } } }, "linkIndication": { "score": 62, "maxCount": 31, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 31, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 4, "texts": [ "In-line links have 3 different styles", "Buttons have 2 different styles", "Level-3 headings have 2 different styles" ] } } } } }, "zIndexNotZero": { "score": 15, "maxCount": 15, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 15, "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" ] } } } } }, "labelEmpty": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "wave": { "label_empty": { "quality": 1, "what": "Empty form label", "complaints": { "countTotal": 1, "texts": [ "Empty form label" ] } } } } }, "labelClash": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "wave": { "label_multiple": { "quality": 1, "what": "Form control has more than one label associated with it", "complaints": { "countTotal": 2, "texts": [ "Multiple form labels" ] } } } } }, "pseudoHeadingRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "heading_possible": { "quality": 1, "what": "Possible heading", "complaints": { "countTotal": 1, "texts": [ "Possible heading" ] } } } } }, "noScriptRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 1, "texts": [ "Noscript element" ] } } } } } } } } }