Accessibility digest
Page | Candidate Jesse Gabriel (D) |
---|---|
URL | https://jessegabriel.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1494 |
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 Jesse Gabriel (D) at https://jessegabriel.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 1494, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1494 | Sum of the component scores |
issue | 1325 | Severity and number of reported defects |
tool | 166 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 3 | Browser warnings about the page |
latency | 0 | Abnormal delay in page responses |
Issue scores
The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).
Issue | Score |
---|---|
fontSizeAbsolute | 280 |
menuNavigation | 116 |
spontaneousMotion | 106 |
targetEmpty | 104 |
focusIndication | 76 |
roleRedundant | 54 |
duplicateID | 48 |
cssInvalid | 48 |
linkIndication | 48 |
slashParseRisk | 38 |
hoverSurprise | 38 |
linkForcesNewWindow | 36 |
imageNoText | 24 |
svgImageNoText | 24 |
tabIndexMissing | 24 |
overflowHidden | 20 |
attributeBad | 16 |
pseudoListRisk | 16 |
targetSize | 15 |
pseudoNavList | 14 |
overflowHiddenRisk | 14 |
linkWindowSurpriseRisk | 12 |
boxSizeAbsolute | 12 |
linkTextsSame | 12 |
focusableOperable | 12 |
linkNoText | 8 |
parentBad | 8 |
hiddenContentRisk | 7 |
landmarkConfusion | 6 |
navConfusion | 6 |
skipRepeatedContent | 6 |
tabFocusability | 6 |
zIndexNotZero | 5 |
regionNoText | 4 |
textContrastAA | 4 |
figureNoText | 4 |
destinationLink | 4 |
sectionHeadingless | 4 |
errorReferenceBad | 4 |
leadingClipsText | 4 |
titleBad | 4 |
repeatedContentRisk | 3 |
scrollRisk | 3 |
obsolete | 3 |
typeRedundant | 3 |
noHeading | 3 |
linkVague | 3 |
inconsistentStyles | 3 |
contrastAAA | 2 |
linkBrokenRisk | 2 |
duplicateAttribute | 2 |
mainNone | 2 |
contrastRisk | 1 |
labelConfusionRisk | 1 |
noOptionFocusable | 1 |
autocompleteNone | 1 |
linkComprehensionRisk | 1 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 280
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 2
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 140
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue menuNavigation
WCAG: 2.1.1
Score: 116
Complaints by testaro
Rule menuNav
menuNav
Description: Nonstandard keyboard navigation among focusable menu items
Count of instances: 58
Complaint specifics
- Menu item responds nonstandardly to ArrowUp, ArrowDown, End
- Menu item responds nonstandardly to ArrowUp, ArrowDown, Home
- Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End
Issue spontaneousMotion
WCAG: 2.2.2
Score: 106
Complaints by testaro
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 53
Complaint specifics
- Content moves or changes without user request
Issue targetEmpty
WCAG: 1.3.1
Score: 104
Complaints by nuVal
Rule Bad value for attribute target on element a: Browsing context name must be at least one character long.
Bad value for attribute target on element a: Browsing context name must be at least one character long.
Description: target attribute on an a element is empty
Count of instances: 26
Complaint specifics
- Bad value for attribute target on element a: Browsing context name must be at least one character long.
Issue focusIndication
WCAG: 2.4.7
Score: 76
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 19
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Complaints by testaro
Rule focInd
focInd
Description: Focused element displays a nonstandard or no focus indicator
Count of instances: 1
Complaint specifics
- INPUT element has a non-outline focus indicator
Issue roleRedundant
WCAG: 4.1.2
Score: 54
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: 12
Complaint specifics
- The explicitly-assigned ARIA role "separator" is redundant with the implicit role of the element <hr>
- The explicitly-assigned ARIA role "link" is redundant with the implicit role of the element <a>
- The explicitly-assigned ARIA role "heading" is redundant with the implicit role of the element <h1>
- The explicitly-assigned ARIA role "textbox" is redundant with the implicit role of the element <input>
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: 52
Complaint specifics
- The navigation role is unnecessary for element nav.
- The link role is unnecessary for element a with attribute href.
- The heading role is unnecessary for element h1.
- The separator role is unnecessary for element hr.
Rule The textbox role is unnecessary for an input element that has no list attribute and whose type is text.
Description: explicit role is redundant for a text-type input element without a list attribute
Count of instances: 2
Complaint specifics
- The textbox role is unnecessary for an input element that has no list attribute and whose type is text.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 35
Complaint specifics
- DIV elements have invalid or native-replaceable explicit role main (count: 1)
- DIV elements have invalid or native-replaceable explicit role navigation (count: 1)
- DIV elements have invalid or native-replaceable explicit role contentinfo (count: 1)
- A elements have invalid or native-replaceable explicit role button (count: 4)
- A elements have redundant explicit role link (count: 24)
- NAV elements have redundant explicit role navigation (count: 1)
- H1 elements have redundant explicit role heading (count: 1)
- INPUT elements have redundant explicit role textbox (count: 1)
- HR elements have redundant explicit role separator (count: 1)
Issue duplicateID
WCAG: 4.1.1
Score: 48
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 6
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
duplicate-id
Description: id attribute value is not unique
Count of instances: 3
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: n-85957
- id attribute value must be unique; Document has multiple static elements with the same id attribute: fc604200-6020-4a6e-acc8-29ec187c03b1
- id attribute value must be unique; Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe
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: 6
Complaint specifics
- This DIV has an id attribute of 'n-85957', which is not unique in the same DOM
- This IMG has an id attribute of 'n-85957', which is not unique in the same DOM
- This DIV has an id attribute of 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM
- This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 3
Complaint specifics
- Duplicate id attribute value "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe" found on the web page.
- Duplicate id attribute value "fc604200-6020-4a6e-acc8-29ec187c03b1" found on the web page.
- Duplicate id attribute value "n-85957" found on the web page.
Complaints by ibm
Rule element_id_unique
element_id_unique
Description: Element has an id attribute value that is already in use
Count of instances: 3
Complaint specifics
- The <div> element has the id "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe" that is already in use
- The <div> element has the id "fc604200-6020-4a6e-acc8-29ec187c03b1" that is already in use
- The <img> element has the id "n-85957" that is already in use
Complaints by nuVal
Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
Description: Duplicate id
Count of instances: 12
Complaint specifics
- Duplicate ID n-85957.
- The first occurrence of ID n-85957 was here.
- Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.
- The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.
- Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.
- The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 6
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue cssInvalid
WCAG: 4.1
Score: 48
Complaints by nuVal
Rule ^CSS: .+: .+ is not a .+ value.*$
^CSS: .+: .+ is not a .+ value.*$
Description: Invalid value in CSS
Count of instances: 12
Complaint specifics
- CSS: margin-bottom: none is not a margin-bottom value.
- CSS: padding-left: none is not a padding-left value.
- CSS: padding-right: none is not a padding-right value.
- CSS: padding-top: none is not a padding-top value.
- CSS: padding-bottom: none is not a padding-bottom value.
Rule ^CSS: .+: Parse Error.*$
Description: Invalid CSS
Count of instances: 4
Complaint specifics
- CSS: object: Parse Error.
- CSS: justify-content: Parse Error.
Issue linkIndication
WCAG: 1.3.3
Score: 48
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 24
Complaint specifics
- Link is inline but has no underline
Issue slashParseRisk
WCAG: 4.1
Score: 38
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: 38
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue hoverSurprise
WCAG: 1.4.13
Score: 38
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 19
Complaint specifics
- Operable element cannot be hovered over
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 imageNoText
WCAG: 1.1.1
Score: 24
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 2
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule image-alt
image-alt
Description: Image has no text alternative
Count of instances: 2
Complaint specifics
- Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role="none" or role="presentation"
Complaints by continuum
Rule 89
89
Description: img element has no machanism allowing an accessible name to be calculated
Count of instances: 2
Complaint specifics
- This img element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.1_1_1.H37
AAA.1_1_1.H37
Description: img element has no alt attribute
Count of instances: 3
Complaint specifics
- Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
Complaints by ibm
Rule img_alt_valid
img_alt_valid
Description: Image has neither an alt attribute nor an ARIA label or title
Count of instances: 2
Complaint specifics
- The image has neither an alt atttribute nor an ARIA label or title
Complaints by nuVal
Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Description: img element has no alt attribute
Count of instances: 6
Complaint specifics
- An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Complaints by qualWeb
Rule QW-ACT-R17
QW-ACT-R17
Description: Image has no accessible name
Count of instances: 2
Complaint specifics
- This rule checks that each image that is not marked as decorative, has an accessible name.
Complaints by wave
Rule alt_missing
alt_missing
Description: Text alternative is missing
Count of instances: 2
Complaint specifics
- Missing alternative text
Issue svgImageNoText
WCAG: 1.1.1
Score: 24
Complaints by continuum
Rule 123
123
Description: svg element has no machanism allowing an accessible name to be calculated
Count of instances: 6
Complaint specifics
- This svg element does not have a mechanism that allows an accessible name value to be calculated
Issue tabIndexMissing
WCAG: 2.1.1
Score: 24
Complaints by tenon
Rule 190
190
Description: Interactive item is not natively actionable, but has no tabindex=0 attribute
Count of instances: 6
Complaint specifics
- Item(s) with interactive `role` must have `tabindex="0"` unless it is natively actionable.
Issue overflowHidden
WCAG: 1.4.4
Score: 20
Complaints by alfa
Rule r83
r83
Description: Overflow is hidden or clipped if the text is enlarged
Count of instances: 5
Complaint specifics
- Text nodes are not clipped when text is resized
Issue attributeBad
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule ^Attribute .+ not allowed on element .+ at this point.*$
^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 4
Complaint specifics
- Attribute toggleid not allowed on element a at this point.
- Attribute icon not allowed on element a at this point.
Issue pseudoListRisk
WCAG: 1.3.1
Score: 16
Complaints by qualWeb
Rule QW-BP23
QW-BP23
Description: List item is used nonsemantically
Count of instances: 16
Complaint specifics
- Ensures <li> elements are used semantically
Issue targetSize
WCAG: 2.5.5
Score: 15
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 5
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue pseudoNavList
WCAG: 1.3.1
Score: 14
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 1
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 7
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 14
Complaints by qualWeb
Rule QW-ACT-R40
QW-ACT-R40
Description: Zoomed text node may be clipped by a CSS overflow declaration
Count of instances: 14
Complaint specifics
- This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 12
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: 12
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 12
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 4
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue linkTextsSame
WCAG: 2.4.4
Score: 12
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 6
Complaint specifics
- These links have the same text but different destinations.
Issue focusableOperable
WCAG: 2.1.1
Score: 12
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 4
Complaint specifics
Issue linkNoText
WCAG: 2.4.4
Score: 8
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 1
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 1
Complaint specifics
- Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has an empty title attribute
Complaints by continuum
Rule 238
238
Description: Element with a link role has no machanism allowing an accessible name value to be calculated
Count of instances: 1
Complaint specifics
- This A (role=link) does not have a mechanism that allows an accessible name value to be calculated
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 1
Complaint specifics
- Hyperlink has no link text, label or image with a text alternative
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 1
Complaint specifics
- This rule checks that each link has an accessible name.
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 1
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 1
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 1
Complaint specifics
- Linked image missing alternative text
Issue parentBad
WCAG: 1.3.1
Score: 8
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: 2
Complaint specifics
- Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
Issue hiddenContentRisk
WCAG: 4.1
Score: 7
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 7
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 landmarkConfusion
WCAG: 1.3.6
Score: 6
Complaints by axe
Rule landmark-unique
landmark-unique
Description: Landmark has a role and an accessible name that are identical to another
Count of instances: 1
Complaint specifics
- Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Complaints by ibm
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 2
Complaint specifics
- Multiple "navigation" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue navConfusion
WCAG: 1.3.6
Score: 6
Complaints by ibm
Rule aria_navigation_label_unique
aria_navigation_label_unique
Description: Multiple elements with the navigation role do not have unique labels
Count of instances: 2
Complaint specifics
- Multiple elements with "navigation" role do not have unique labels
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 tabFocusability
WCAG: 2.1.1
Score: 6
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 3
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue zIndexNotZero
WCAG: 1.4
Score: 5
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 5
Complaint specifics
- UL element has a non-default Z index
- DIV element has a non-default Z index
Issue regionNoText
WCAG: 4.1.2
Score: 4
Complaints by alfa
Rule r40
r40
Description: Region has no accessible name
Count of instances: 1
Complaint specifics
- Regions have an accessible name
Complaints by continuum
Rule 1010
1010
Description: Element with a region role has no machanism allowing an accessible name to be calculated
Count of instances: 1
Complaint specifics
- This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated
Complaints by ibm
Rule aria_region_labelled
aria_region_labelled
Description: Element with a region role has no label
Count of instances: 1
Complaint specifics
- The element with "region" role is not labeled with an 'aria-label' or 'aria-labelledby'
Issue textContrastAA
WCAG: 1.4.3
Score: 4
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 1
Complaint specifics
- Text outside widget has minimum contrast
Issue figureNoText
WCAG: 1.1.1
Score: 4
Complaints by ibm
Rule figure_label_exists
figure_label_exists
Description: figure element has no associated label
Count of instances: 1
Complaint specifics
- The <figure> element does not have an associated label
Issue destinationLink
WCAG: 1.3.1
Score: 4
Complaints by nuVal
Rule Element a is missing required attribute href.
Element a is missing required attribute href.
Description: a element has no href attribute
Count of instances: 2
Complaint specifics
- Element a is missing required attribute href.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 4
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: 4
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 errorReferenceBad
WCAG: 3.3.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 1
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 leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue titleBad
WCAG: 1.3.1
Score: 4
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 1
Complaint specifics
- A element has a title attribute
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Issue scrollRisk
WCAG: 1.4.10
Score: 3
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 3
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue obsolete
WCAG: 4.1
Score: 3
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 1
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Issue typeRedundant
WCAG: 1.3.1
Score: 3
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: 3
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue noHeading
WCAG: 1.3.1
Score: 3
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 1
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue linkVague
WCAG: 2.4.4
Score: 3
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 1
Complaint specifics
- This link text is uninformative.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 3
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 3
Complaint specifics
- In-line links have 3 different styles
- Links in columns have 2 different styles
Issue contrastAAA
WCAG: 1.4.6
Score: 2
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 2
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 1
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 1
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 6.48:1. Recommendation: change text colour to #595959.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 2
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Issue linkBrokenRisk
WCAG: 1.3.1
Score: 2
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.Placeholder
AAA.4_1_2.H91.A.Placeholder
Description: Link has text but no href, id, or name attribute
Count of instances: 1
Complaint specifics
- Anchor element found with link content, but no href, ID or name attribute has been supplied.
Issue duplicateAttribute
WCAG: 4.1.1
Score: 2
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: 1
Complaint specifics
- Duplicate attribute class.
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 A has 2 attributes with the same name
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 contrastRisk
WCAG: 1.4.3
Score: 1
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: 1
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 labelConfusionRisk
WCAG: 3.3.2
Score: 1
Complaints by ibm
Rule input_label_before
input_label_before
Description: Label text is after its text input or select element
Count of instances: 1
Complaint specifics
- Label text is located after its associated text input or <select> element
Complaints by qualWeb
Rule QW-WCAG-T17
QW-WCAG-T17
Description: label not positioned to maximize the predictability of the relationship
Count of instances: 1
Complaint specifics
- This technique checks the correct position of labels in forms
Issue noOptionFocusable
WCAG: 2.1.1
Score: 1
Complaints by ibm
Rule aria_child_tabbable
aria_child_tabbable
Description: No descendent element with an option role is tabbable
Count of instances: 1
Complaint specifics
- None of the descendent elements with "menuitem" role is tabbable
Issue autocompleteNone
WCAG: 1.3.5
Score: 1
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 1
Complaint specifics
- Input is missing the required autocomplete attribute with value email
Issue linkComprehensionRisk
WCAG: 2.4.4
Score: 1
Complaints by wave
Rule link_suspicious
link_suspicious
Description: Suspicious link text
Count of instances: 1
Complaint specifics
- Suspicious link text
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 1
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD46-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687098994662, "endTime": 1687098995220 }, { "type": "url", "which": "https://jessegabriel.com/", "what": "Candidate Jesse Gabriel (D)", "startTime": 1687098995220, "result": { "url": "https://jessegabriel.com/" }, "endTime": 1687098996035 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687098996035, "url": "https://jessegabriel.com/", "endTime": 1687098996737 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687098996738, "url": "https://jessegabriel.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 505949, 290160, 290160, 290160, 290160 ], "localRatios": [ 1.744, 1, 1, 1 ], "meanLocalRatio": 1.186, "maxLocalRatio": 1.744, "globalRatio": 1.744, "pixelChanges": [ 781052, 0, 0, 0 ], "meanPixelChange": 195263, "maxPixelChange": 781052, "changeFrequency": 0.25 }, "totals": [ 0, 0, 53, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 53, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 53, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 53, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687099010071 }, { "type": "launch", "which": "chromium", "startTime": 1687099010071, "endTime": 1687099010855 }, { "type": "url", "which": "https://jessegabriel.com/", "what": "Candidate Jesse Gabriel (D)", "startTime": 1687099010856, "result": { "url": "https://jessegabriel.com/" }, "endTime": 1687099011300 }, { "type": "test", "which": "alfa", "startTime": 1687099011301, "url": "https://jessegabriel.com/", "what": "alfa", "result": { "totals": { "failures": 18, "warnings": 3 }, "items": [ { "index": 10, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c...", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-6s c1-e c1-f c1-g\">", " <img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681...", " </div>", "</a>" ] } }, { "index": 136, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]", "codeLines": [ "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a26..." ] } }, { "index": 137, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]/picture[1]/img[1]", "codeLines": [ "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 ..." ] } }, { "index": 226, "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]/div[1]/div[1]/div[1]/div[1]", "codeLines": [ "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div>", " <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-17 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-1k c1-1l c1-1m c1-1n c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-1s c1-1t c1-1u c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-1z c1-20 c1-21 c1-22 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" ...", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">", " <path fill-rule=\"evenodd\" d=\"M19.248 7.5H4.752A.751.751 0 0 1 4 6.75c0-.414.337-.75.752-.75h14.496a.75.75 0 1 1 0 1.5m0 5.423H4.752a.75.75 0 0 1 0-1.5h14.496a.75.75 0 1 1 0 1.5m0 5.423H4.752a.75.75 0 1 1 0-1.5h14.496a.75.75 0 1 1 0 1.5\"></path>", " </svg>", " </a>", " </div>", " </div>", " </div>", " </div>", " </nav>", " <nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-2r c1-v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <div data-ux=\"Block\" id=\"n-8595785960-navBarId\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-1k c1-2t c1-1v c1-1x c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\">", " <ul data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">", " <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3...", " Home", " </a>", " </li>", " <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3...", " About Jesse", " </a>", " </li>", " <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-...", " Endorsements", " </a>", " </li>", " <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">", " <div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <span data-ux=\"Element\" class=\"x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\">", " <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_DROPDOWN\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c...", " <div data-aid=\"NAV_DROPDOWN\" style=\"pointer-events: none; display: flex; align-items: center;\">", " <span style=\"margin-right: 4px;\">", " Contribute", " </span>", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-f c2-3 c2-i c2-m c2-n c2-o c2-p\">", " <path fill-rule=\"evenodd\" d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\"></path>", " </svg>", " </div>", " </a>", " </span>", " </div>", " <ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.c...", " Contribute Online", " </a>", " </li>", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/...", " Contribute by Mail", " </a>", " </li>", " </ul>", " </li>", " <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q...", " Assembly District 46", " </a>", " </li>", " <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">", " <div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <span data-ux=\"Element\" class=\"x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\">", " <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"3\" aria-expanded=\"false\" data-aid=\"NAV_MORE\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c2-g ...", " <div data-aid=\"NAV_MORE\" style=\"pointer-events: none; display: flex; align-items: center;\">", " <span style=\"margin-right: 4px;\">", " More", " </span>", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-f c2-3 c2-i c2-m c2-n c2-o c2-p\">", " <path fill-rule=\"evenodd\" d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\"></path>", " </svg>", " </div>", " </a>", " </span>", " </div>", " <ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26...", " Home", " </a>", " </li>", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25...", " About Jesse", " </a>", " </li>", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-2...", " Endorsements", " </a>", " </li>", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d...", " Contribute", " </a>", " <ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" d...", " Contribute Online", " </a>", " </li>", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-...", " Contribute by Mail", " </a>", " </li>", " </ul>", " </div>", " </li>", " <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c ...", " Assembly District 46", " </a>", " </li>", " </ul>", " </li>", " </ul>", " </nav>", " </div>", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-s c1-1k c1-4i c1-1s c1-4j c1-b c1-c c1-d c1-e c1-f c1-g\"></div>", " </div>", " </div>", " </div>", " </nav>", " <div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-13 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-...", " <path fill-rule=\"evenodd\" d=\"M19.219 5.22a.75.75 0 0 0-1.061 0l-5.939 5.939-5.939-5.94a.75.75 0 1 0-1.061 1.062l5.939 5.939-5.939 5.939a.752.752 0 0 0 0 1.06.752.752 0 0 0 1.061 0l5.939-5.938 5.939 5.939a.75.75 0 1 0 1.061-1.061l-5.939-5.94 5.939-5.938a.75.75 0 0 0 0-1.061\"></path>", " </svg>", " </div>", " <div data-ux=\"Container\" id=\"n-85957-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-46 c1-58 c1-4 c1-59 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <div data-ux=\"Block\" id=\"n-85957-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 ...", " <span>", " Home", " </span>", " </a>", " </li>", " <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c ...", " <span>", " About Jesse", " </span>", " </a>", " </li>", " <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c...", " <span>", " Endorsements", " </span>", " </a>", " </li>", " <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 ...", " <span style=\"pointer-events:none\">", " Contribute", " </span>", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\">", " <path fill-rule=\"evenodd\" d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\"></path>", " </svg>", " </a>", " <ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">", " <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5M...", " <span>", " Contribute Online", " </span>", " </a>", " </li>", " <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a26...", " <span>", " Contribute by Mail", " </span>", " </a>", " </li>", " </ul>", " </div>", " </div>", " </li>", " <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c...", " <span>", " Assembly District 46", " </span>", " </a>", " </li>", " </ul>", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3e c1-d c1-z c1-e c1-f c1-g\"></div>", " </div>", " </div>", " </div>", " </div>", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-t c1-5x c1-b c1-c c1-18 c1-d c1-19 c1-5y c1-5z c1-e c1-1a c1-f c1-1b c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-2y c1-1i c1-2x c1-60 c1-61 c1-b c1-c c1-62 c1-63 c1-d c1-64 c1-65 c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-61 c1-b c1-c c1-67 c1-d c1-68 c1-69 c1-6a c1-6b c1-6c c1-6d c1-6e c1-6f c1-6g c1-e c1-f c1-g\">", " <div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-6h c1-h c1-i c1-15 c1-27 c1-26 c1-b c1-c c1-6i c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-2i c1-6j c1-6k c1-4 c1-60 c1-c c1-6l c1-6m c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1...", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-6s c1-e c1-f c1-g\">", " <img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.co...", " </div>", " </a>", " </div>", " <div data-ux=\"Group\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-1c c1-1f c1-7h c1-7i c1-2s c1-b c1-c c1-7j c1-d c1-e c1-f c1-g\">", " <div style=\"max-width:100%\">", " <a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k ...", " CONTRIBUTE", " </a>", " </div>", " </div>", " </div>", " </div>", " </div>", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-68 c1-7w c1-7x c1-e c1-f c1-g\">", " <figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <picture class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\">", " <source media=\"(max-width: 450px)\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:749,h:500,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:...", " <source media=\"(min-width: 451px)\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,...", " <img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1...", " </picture>", " </figure>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 243, "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": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]", "codeLines": [ "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a26..." ] } }, { "index": 244, "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]/div[1]/div[1]/div[2]", "codeLines": [ "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">", " <div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div>", " <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c...", " JOIN US!", " </h1>", " <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">", " <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">", " Sign up here for updates about our work to move California forward", " </p>", " <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\">", " <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">", " <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y...", " <label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">", " Email Address", " </label>", " </div>", " </div>", " <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-...", " Sign up", " </button>", " </div>", " </form>", " </div>", " </div>", " </span>", " </div>", " </div>", " </section>", " </div>", " </div>", "</div>" ] } }, { "index": 245, "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]/div[1]/div[1]/div[2]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div>", " <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-...", " JOIN US!", " </h1>", " <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">", " <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">", " Sign up here for updates about our work to move California forward", " </p>", " <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\">", " <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">", " <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c...", " <label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">", " Email Address", " </label>", " </div>", " </div>", " <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s...", " Sign up", " </button>", " </div>", " </form>", " </div>", " </div>", " </span>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 248, "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]/div[1]/div[1]/div[3]", "codeLines": [ "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">", " <div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div>", " <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n ...", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">", " <path fill-rule=\"evenodd\" d=\"M22 12.061C22 6.505 17.523 2 12 2S2 6.505 2 12.061c0 5.022 3.657 9.184 8.438 9.939v-7.03h-2.54v-2.91h2.54V9.845c0-2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.75...", " </svg>", " </a>", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-...", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">", " <path d=\"M16.604 8.516c.13.35.198.719.203 1.091.033.622.033.811.033 2.386 0 1.574-.004 1.763-.033 2.385a3.273 3.273 0 0 1-.203 1.091 1.956 1.956 0 0 1-1.12 1.12c-.35.13-.719.198-1.091.204-.622.032-.811.032-2.386.032-1.574 0-1.763-.003-2.385-.032a3.273 3.273 0 0 1-1.091-.204 1.956 1...", " </svg>", " </a>", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9...", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">", " <path d=\"M22 12c0-5.524-4.477-10-10-10C6.478 2 2 6.478 2 12c0 5.523 4.478 10 10 10 5.523 0 10-4.477 10-10zm-3.795-3.516c-.33.492-.749.926-1.23 1.271l.008.319c0 3.255-2.477 7.005-7.006 7.005a6.968 6.968 0 01-3.773-1.107 4.94 4.94 0 003.645-1.019 2.466 2.466 0 01-2.3-1.71 2.464 2.464...", " </svg>", " </a>", " </div>", " <div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8l c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p x-rt\">", " <p style=\"margin:0\">", " <span>", " Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved.", " <a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">", " Contact Us", " </a>", " .", " </span>", " </p>", " </div>", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-60 c1-9v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\">", " <li style=\"display:inline-block\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 ...", " Privacy Policy", " </a>", " </li>", " </ul>", " </div>", " <hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\">", " <p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">", " <span>", " P.O. Box 260861 ∙ Encino, California 91426", " </span>", " </p>", " </div>", " </div>", " </section>", " </div>", " </div>", "</div>" ] } }, { "index": 249, "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]/div[1]/div[1]/div[3]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div>", " <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1...", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">", " <path fill-rule=\"evenodd\" d=\"M22 12.061C22 6.505 17.523 2 12 2S2 6.505 2 12.061c0 5.022 3.657 9.184 8.438 9.939v-7.03h-2.54v-2.91h2.54V9.845c0-2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 ...", " </svg>", " </a>", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n...", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">", " <path d=\"M16.604 8.516c.13.35.198.719.203 1.091.033.622.033.811.033 2.386 0 1.574-.004 1.763-.033 2.385a3.273 3.273 0 0 1-.203 1.091 1.956 1.956 0 0 1-1.12 1.12c-.35.13-.719.198-1.091.204-.622.032-.811.032-2.386.032-1.574 0-1.763-.003-2.385-.032a3.273 3.273 0 0 1-1.091-.204 1.956 1.9...", " </svg>", " </a>", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l ...", " <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">", " <path d=\"M22 12c0-5.524-4.477-10-10-10C6.478 2 2 6.478 2 12c0 5.523 4.478 10 10 10 5.523 0 10-4.477 10-10zm-3.795-3.516c-.33.492-.749.926-1.23 1.271l.008.319c0 3.255-2.477 7.005-7.006 7.005a6.968 6.968 0 01-3.773-1.107 4.94 4.94 0 003.645-1.019 2.466 2.466 0 01-2.3-1.71 2.464 2.464 0...", " </svg>", " </a>", " </div>", " <div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8l c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p x-rt\">", " <p style=\"margin:0\">", " <span>", " Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved.", " <a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">", " Contact Us", " </a>", " .", " </span>", " </p>", " </div>", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-60 c1-9v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\">", " <li style=\"display:inline-block\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1...", " Privacy Policy", " </a>", " </li>", " </ul>", " </div>", " <hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\">", " <p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">", " <span>", " P.O. Box 260861 ∙ Encino, California 91426", " </span>", " </p>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 266, "verdict": "failed", "rule": { "ruleID": "r40", "ruleSummary": "Regions have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r40", "requirements": [] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div>", " <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">", " <h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-...", " JOIN US!", " </h1>", " <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">", " <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">", " Sign up here for updates about our work to move California forward", " </p>", " <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\">", " <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">", " <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c...", " <label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">", " Email Address", " </label>", " </div>", " </div>", " <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s...", " Sign up", " </button>", " </div>", " </form>", " </div>", " </div>", " </span>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 353, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Sign up here for updates about our work to move California forward" ] } }, { "index": 354, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]", "codeLines": [ "Email Address" ] } }, { "index": 378, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]", "codeLines": [ "Email Address" ] } }, { "index": 396, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">", " Sign up here for updates about our work to move California forward", "</p>" ] } }, { "index": 397, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">", " <span>", " P.O. Box 260861 ∙ Encino, California 91426", " </span>", "</p>" ] } }, { "index": 480, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 481, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "About Jesse" ] } }, { "index": 482, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 483, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/div[1]/span[1]/a[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Contribute" ] } }, { "index": 484, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Assembly District 46" ] } }, { "index": 505, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ], "success": true }, "standardResult": { "totals": [ 3, 0, 0, 18 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-2 ... /qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681... </div> </a>" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]" }, "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a26..." }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]/picture[1]/img[1]" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 ..." }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "n-85957", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... ata-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1... </picture> </figure> </div> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]" }, "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a26..." }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]" }, "excerpt": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> <div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x ... tonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... =\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]" }, "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> <div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el- ... -p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\"> <span> P.O. Box 260861 ∙ Encino, California 91426 </span> </p> </div> </div> </section> </div> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]" }, "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <di ... el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\"> <span> P.O. Box 260861 ∙ Encino, California 91426 </span> </p> </div> </div> </section> </div> </div>" }, { "ruleID": "r40", "what": "Regions have an accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... =\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Sign up here for updates about our work to move California forward" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]" }, "excerpt": "Email Address" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]" }, "excerpt": "Email Address" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\"> Sign up here for updates about our work to move California forward </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\"> <span> P.O. Box 260861 ∙ Encino, California 91426 </span> </p>" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "About Jesse" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/div[1]/span[1]/a[1]/div[1]/span[1]/text()[1]" }, "excerpt": "Contribute" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Assembly District 46" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687099013648 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687099013648, "url": "https://jessegabriel.com/", "what": "Axe", "result": { "totals": { "rulesNA": 51, "rulesPassed": 46, "rulesWarned": 1, "rulesViolated": 5, "warnings": { "minor": 7, "moderate": 0, "serious": 0, "critical": 0 }, "violations": { "minor": 3, "moderate": 1, "serious": 2, "critical": 2 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T14:36:54.204Z", "url": "https://jessegabriel.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\">", "target": [ ".c1-u" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\">", "target": [ "#\\38 5958" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">", "target": [ "#\\33 952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId" ], "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": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">", "target": [ ".nav-item.c1-35.c1-36:nth-child(6)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">", "target": [ "#more-85962" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">", "target": [ "#bs-4 > .x-el-div[data-ux=\"Block\"] > .c1-2z.c1-30[data-ux=\"NavigationDrawerList\"]" ], "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 data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", "target": [ "#popup-widget85996" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#5e5e5e", "bgColor": "#ffffff", "contrastRatio": 6.48, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">", "target": [ "div[role=\"region\"] > div > .c1-q.c1-r" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>", "target": [ ".c1-8j" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "n-85957", "relatedNodes": [ { "html": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">", "target": [ ".c1-6t" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: n-85957" } ], "all": [], "none": [], "impact": "minor", "html": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", "target": [ "div[data-ux=\"Header\"]" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: n-85957" }, { "any": [ { "id": "duplicate-id", "data": "fc604200-6020-4a6e-acc8-29ec187c03b1", "relatedNodes": [ { "html": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", "target": [ "div[role=\"region\"]" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: fc604200-6020-4a6e-acc8-29ec187c03b1" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">", "target": [ ".widget-subscribe" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: fc604200-6020-4a6e-acc8-29ec187c03b1" }, { "any": [ { "id": "duplicate-id", "data": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "relatedNodes": [ { "html": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", "target": [ "div[role=\"contentinfo\"]" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">", "target": [ ".widget-footer" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe" } ] }, { "id": "image-alt", "impact": "critical", "tags": [ "cat.text-alternatives", "wcag2a", "wcag111", "section508", "section508.22.a", "ACT", "TTv5", "TT7.a", "TT7.b" ], "description": "Ensures <img> elements have alternate text or a role of none or presentation", "help": "Images must have alternate text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI", "nodes": [ { "any": [ { "id": "has-alt", "data": null, "relatedNodes": [], "impact": "critical", "message": "Element does not have an alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "critical", "html": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">", "target": [ ".c1-6t" ], "failureSummary": "Fix any of the following:\n Element does not have an alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" }, { "any": [ { "id": "has-alt", "data": null, "relatedNodes": [], "impact": "critical", "message": "Element does not have an alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "critical", "html": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">", "target": [ ".c1-7z" ], "failureSummary": "Fix any of the following:\n Element does not have an alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ] }, { "id": "landmark-unique", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "help": "Ensures landmarks are unique", "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI", "nodes": [ { "any": [ { "id": "landmark-is-unique", "data": { "role": "navigation", "accessibleText": null }, "relatedNodes": [ { "html": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\">", "target": [ ".c1-2v" ] }, { "html": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">", "target": [ "#n-85957-navId-mobile" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">", "target": [ ".c1-2q" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ] }, { "id": "link-name", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag244", "section508", "section508.22.a", "ACT", "TTv5", "TT6.a" ], "description": "Ensures links have discernible text", "help": "Links must have discernible text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "emptyAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has an empty title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\">", "target": [ ".c1-6p" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has an empty title attribute" } ] } ] }, "success": true }, "standardResult": { "totals": [ 7, 0, 4, 4 ], "instances": [ { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-u" }, "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "85958", "location": { "doc": "dom", "type": "selector", "spec": "#\\38 5958" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"t ... c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId", "location": { "doc": "dom", "type": "selector", "spec": "#\\33 952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId" }, "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">" }, { "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": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".nav-item.c1-35.c1-36:nth-child(6)" }, "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "more-85962", "location": { "doc": "dom", "type": "selector", "spec": "#more-85962" }, "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#bs-4 > .x-el-div[data-ux=\"Block\"] > .c1-2z.c1-30[data-ux=\"NavigationDrawerList\"]" }, "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">" }, { "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": "popup-widget85996", "location": { "doc": "dom", "type": "selector", "spec": "#popup-widget85996" }, "excerpt": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-8j" }, "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: n-85957", "ordinalSeverity": 2, "tagName": "DIV", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "div[data-ux=\"Header\"]" }, "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: fc604200-6020-4a6e-acc8-29ec187c03b1", "ordinalSeverity": 2, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "selector", "spec": ".widget-subscribe" }, "excerpt": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "ordinalSeverity": 2, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "selector", "spec": ".widget-footer" }, "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">" }, { "ruleID": "image-alt", "what": "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": ".c1-6t" }, "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">" }, { "ruleID": "image-alt", "what": "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-7z" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-2q" }, "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has an empty title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-6p" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\">" } ] }, "endTime": 1687099014230 }, { "type": "launch", "which": "chromium", "startTime": 1687099014230, "endTime": 1687099014771 }, { "type": "url", "which": "https://jessegabriel.com/", "what": "Candidate Jesse Gabriel (D)", "startTime": 1687099014771, "result": { "url": "https://jessegabriel.com/" }, "endTime": 1687099015193 }, { "type": "test", "which": "continuum", "startTime": 1687099015193, "url": "https://jessegabriel.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 89, "bestPracticeId": 362, "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated", "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\"][srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\"][data-ux=\"ImageLogo\"][data-aid=\"HEADER_LOGO_IMAGE_RENDERED\"][id=\"n-85957\"][class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"]", "attNo": 6 } }, { "engineTestId": 89, "bestPracticeId": 362, "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated", "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.c ... 1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-ux=\"Image\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "img[data-ux=\"Image\"][src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\"][data-aid=\"BACKGROUND_IMAGE_RENDERED\"][class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"]", "attNo": 4 } }, { "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 'n-85957', which is not unique in the same DOM", "element": "<div class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957\" data-aid=\"HEADER_WIDGET\" ... -1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"><div class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"><nav class=\"x-el x-el-nav c1-1 c", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[data-ux=\"Header\"][role=\"main\"][data-aid=\"HEADER_WIDGET\"][id=\"n-85957\"][class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 5 } }, { "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 IMG has an id attribute of 'n-85957', which is not unique in the same DOM", "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\"][srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\"][data-ux=\"ImageLogo\"][data-aid=\"HEADER_LOGO_IMAGE_RENDERED\"][id=\"n-85957\"][class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"]", "attNo": 6 } }, { "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 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM", "element": "<div class=\"widget widget-subscribe widget-subscribe-subscribe-1\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c ... iv></div><button class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k ", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "div[id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"][class=\"widget widget-subscribe widget-subscribe-subscribe-1\"]", "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 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM", "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\"><div><sect ... -60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\" data-typography=\"Button", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 4 } }, { "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 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM", "element": "<div class=\"widget widget-footer widget-footer-footer-1\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d ... .386.006-.372.074-.741.204-1.09a1.956 1.956 0 0 1 1.12-1.12c.35-.13.718-.199 1.09-.204.623-.033.812-.033 2.386-.033 1.575 0 1.764.004 2.386.033.372.005.741.074 1.09.203.515.2.922.606 1.12 1.12zM12 15.", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "div[id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"][class=\"widget widget-footer widget-footer-footer-1\"]", "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 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM", "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\"><div ... -.033 2.386-.033 1.575 0 1.764.004 2.386.033.372.005.741.074 1.09.203.515.2.922.606 1.12 1.12zM12 15.033a3.033 3.033 0 1 0 0-6.066 3.033 3.033 0 0 0 0 6.066zm3.153-5.477a.71.71 0 1 0 0-1.418.71.71 0 0", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[data-ux=\"Widget\"][role=\"contentinfo\"][id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 4 } }, { "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 class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-28 c1-b c1-3j c1-3m c1-3n c1-3o c1-3p\" data-ux=\"Icon\" height=\"16\" width=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\" ... <path d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\" fill-rule=\"evenodd\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"16\"][height=\"16\"][data-ux=\"Icon\"][class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-28 c1-b c1-3j c1-3m c1-3n c1-3o c1-3p\"]", "attNo": 6 } }, { "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 class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\" data-close=\"true\" data-edit-interactive=\"tru ... 062l5.939 5.939-5.939 5.939a.752.752 0 0 0 0 1.06.752.752 0 0 0 1.061 0l5.939-5.938 5.939 5.939a.75.75 0 1 0 1.061-1.061l-5.939-5.94 5.939-5.938a.75.75 0 0 0 0-1.061\" fill-rule=\"evenodd\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"CloseIcon\"][data-edit-interactive=\"true\"][data-close=\"true\"][class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\"]", "attNo": 8 } }, { "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 class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\" data-ux=\"Icon\" height=\"16\" width=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 2 ... <path d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\" fill-rule=\"evenodd\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"16\"][height=\"16\"][data-ux=\"Icon\"][class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\"]", "attNo": 6 } }, { "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 class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 8.437-4.917 8.437-9.939z\" fill-rule=\"evenodd\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 6 } }, { "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 class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 9-.03.829-.037 2.433-.037 1.603 0 1.818 0 2.432.037.49.009.974.101 1.433.272.794.307 1.42.934 1.727 1.728.172.458.264.943.273 1.432.03.63.036.83.036 2.433 0 1.604-.007 1.804-.036 2.433z\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 6 } }, { "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 class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 5.711.295 1.115.309a2.461 2.461 0 01-.762-3.286 6.987 6.987 0 005.075 2.572 2.462 2.462 0 014.196-2.245 4.986 4.986 0 001.564-.597A2.469 2.469 0 0116.79 8.87a4.936 4.936 0 001.414-.387z\"></path></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 6 } }, { "engineTestId": 238, "bestPracticeId": 1301, "attribute": "This element (role=link) does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A (role=link) does not have a mechanism that allows an accessible name value to be calculated", "element": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1- ... /blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[rel=\"\"][role=\"link\"][aria-haspopup=\"menu\"][data-ux=\"Link\"][data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\"][title=\"\"][href=\"/\"][data-typography=\"LinkAlpha\"][class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\"][data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"]", "attNo": 10 } }, { "engineTestId": 1010, "bestPracticeId": 2519, "attribute": "This element (role=region) does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated", "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\"><div><sect ... -60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\" data-typography=\"Button", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 4 } } ], "standardResult": { "totals": [ 0, 0, 0, 16 ], "instances": [ { "ruleID": "89", "what": "This img element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">" }, { "ruleID": "89", "what": "This img element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)" }, "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.c ... 1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-ux=\"Image\">" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'n-85957', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957\" data-aid=\"HEADER_WIDGET\" ... -1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"><div class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"><nav class=\"x-el x-el-nav c1-1 c" }, { "ruleID": "94", "what": "This IMG has an id attribute of 'n-85957', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<div class=\"widget widget-subscribe widget-subscribe-subscribe-1\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c ... iv></div><button class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k " }, { "ruleID": "94", "what": "This DIV has an id attribute of 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\"><div><sect ... -60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\" data-typography=\"Button" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)" }, "excerpt": "<div class=\"widget widget-footer widget-footer-footer-1\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d ... .386.006-.372.074-.741.204-1.09a1.956 1.956 0 0 1 1.12-1.12c.35-.13.718-.199 1.09-.204.623-.033.812-.033 2.386-.033 1.575 0 1.764.004 2.386.033.372.005.741.074 1.09.203.515.2.922.606 1.12 1.12zM12 15." }, { "ruleID": "94", "what": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\"><div ... -.033 2.386-.033 1.575 0 1.764.004 2.386.033.372.005.741.074 1.09.203.515.2.922.606 1.12 1.12zM12 15.033a3.033 3.033 0 1 0 0-6.066 3.033 3.033 0 0 0 0 6.066zm3.153-5.477a.71.71 0 1 0 0-1.418.71.71 0 0" }, { "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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-28 c1-b c1-3j c1-3m c1-3n c1-3o c1-3p\" data-ux=\"Icon\" height=\"16\" width=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\" ... <path d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\" fill-rule=\"evenodd\"></path></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\" data-close=\"true\" data-edit-interactive=\"tru ... 062l5.939 5.939-5.939 5.939a.752.752 0 0 0 0 1.06.752.752 0 0 0 1.061 0l5.939-5.938 5.939 5.939a.75.75 0 1 0 1.061-1.061l-5.939-5.94 5.939-5.938a.75.75 0 0 0 0-1.061\" fill-rule=\"evenodd\"></path></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\" data-ux=\"Icon\" height=\"16\" width=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 2 ... <path d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\" fill-rule=\"evenodd\"></path></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 8.437-4.917 8.437-9.939z\" fill-rule=\"evenodd\"></path></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 9-.03.829-.037 2.433-.037 1.603 0 1.818 0 2.432.037.49.009.974.101 1.433.272.794.307 1.42.934 1.727 1.728.172.458.264.943.273 1.432.03.63.036.83.036 2.433 0 1.604-.007 1.804-.036 2.433z\"></path></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 5.711.295 1.115.309a2.461 2.461 0 01-.762-3.286 6.987 6.987 0 005.075 2.572 2.462 2.462 0 014.196-2.245 4.986 4.986 0 001.564-.597A2.469 2.469 0 0116.79 8.87a4.936 4.936 0 001.414-.387z\"></path></svg>" }, { "ruleID": "238", "what": "This A (role=link) does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1- ... /blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\"></div></a>" }, { "ruleID": "1010", "what": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\"><div><sect ... -60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\" data-typography=\"Button" } ] }, "endTime": 1687099015385 }, { "type": "launch", "which": "chromium", "startTime": 1687099015385, "endTime": 1687099015911 }, { "type": "url", "which": "https://jessegabriel.com/", "what": "Candidate Jesse Gabriel (D)", "startTime": 1687099015911, "result": { "url": "https://jessegabriel.com/" }, "endTime": 1687099016311 }, { "type": "test", "which": "htmlcs", "startTime": 1687099016312, "url": "https://jessegabriel.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H37": { "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [ { "tagName": "img", "id": "#n-85957", "code": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">" }, { "tagName": "img", "id": "", "code": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">" }, { "tagName": "img", "id": "", "code": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\">" } ] }, "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 6.48:1. Recommendation: change text colour to #595959.": [ { "tagName": "p", "id": "", "code": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">...</p>" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" found on the web page.": [ { "tagName": "div", "id": "#e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "code": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>" } ], "Duplicate id attribute value \"fc604200-6020-4a6e-acc8-29ec187c03b1\" found on the web page.": [ { "tagName": "div", "id": "#fc604200-6020-4a6e-acc8-29ec187c03b1", "code": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>" } ], "Duplicate id attribute value \"n-85957\" found on the web page.": [ { "tagName": "img", "id": "#n-85957", "code": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">" } ] } }, "Warning": { "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 data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">...</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": "#n-85957-navId-mobile", "code": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>" }, { "tagName": "div", "id": "#popup-widget85996", "code": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>" }, { "tagName": "div", "id": "", "code": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4l c1-1c c1-4w c1-3 c1-an c1-1x c1-ao c1-ap c1-aq c1-ar c1-1v c1-32 c1-33 c1-6r c1-b c1-c c1-as c1-67 c1-9x c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-18 c1-b4 c1-b5 c1-b6 c1-18 c1-b4 c1-b5 c1-b6 c1-d c1-b7 c1-e c1-f c1-g\">...</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": "label", "id": "", "code": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">...</label>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "#popup-widget85996-cta", "code": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Primary.85997.click,click\" id=\"popup-widget85996-cta\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\">...</a>" } ] }, "AAA.4_1_2.H91.A.Placeholder": { "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [ { "tagName": "a", "id": "", "code": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 18, 0, 0, 7 ], "instances": [ { "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 data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">...</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": "n-85957-navId-mobile", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">...</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": "popup-widget85996", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</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 data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4l c1-1c c1-4w c1-3 c1-an c1-1x c1-ao c1-ap c1-aq c1-ar c1-1v c1-32 c1-33 c1-6r c1-b c1-c c1-as c1-67 c1-9x c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-18 c1-b4 c1-b5 c1-b6 c1-18 c1-b4 c1-b5 c1-b6 c1-d c1-b7 c1-e c1-f c1-g\">...</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": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">...</label>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "popup-widget85996-cta", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Prim ... 3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">...</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=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" 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 rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.clic ... 3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel ... \"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabr ... \"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-ty ... \"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4f ... -el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4f ... -el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-8 ... x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-8 ... x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" dat ... c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" dat ... c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.Placeholder", "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">...</a>" }, { "ruleID": "AAA.1_1_1.H37", "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">" }, { "ruleID": "AAA.1_1_1.H37", "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">" }, { "ruleID": "AAA.1_1_1.H37", "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\">" }, { "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 6.48:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">...</p>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" found on the web page.", "ordinalSeverity": 3, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"fc604200-6020-4a6e-acc8-29ec187c03b1\" found on the web page.", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"n-85957\" found on the web page.", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">" } ] }, "endTime": 1687099016444 }, { "type": "launch", "which": "chromium", "startTime": 1687099016444, "endTime": 1687099016972 }, { "type": "url", "which": "https://jessegabriel.com/", "what": "Candidate Jesse Gabriel (D)", "startTime": 1687099016973, "result": { "url": "https://jessegabriel.com/" }, "endTime": 1687099017371 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687099017372, "url": "https://jessegabriel.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 13, "recommendation": 14, "ignored": 0 }, "items": [ { "ruleId": "input_label_before", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/region[1]/form[1]/textbox[1]" }, "message": "Label text is located after its associated text input or <select> element", "bounds": { "left": 91, "top": 1013, "height": 56, "width": 466 }, "snippet": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\" data-typography=\"InputAlpha\" value=\"\" id=\"input85989\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]/picture[1]/img[1]", "aria": "/document[1]/main[1]/figure[1]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 24, "top": 317, "height": 507, "width": 752 }, "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-ux=\"Image\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]", "aria": "/document[1]/main[1]/link[1]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 324, "top": 120, "height": 80, "width": 153 }, "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\" id=\"n-85957\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" data-ux=\"ImageLogo\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The <div> element has the id \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" that is already in use", "bounds": { "left": 0, "top": 1113, "height": 341, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]", "aria": "/document[1]/region[1]" }, "message": "The <div> element has the id \"fc604200-6020-4a6e-acc8-29ec187c03b1\" that is already in use", "bounds": { "left": 0, "top": 856, "height": 258, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]", "aria": "/document[1]/main[1]/link[1]/img[1]" }, "message": "The <img> element has the id \"n-85957\" that is already in use", "bounds": { "left": 324, "top": 120, "height": 80, "width": 153 }, "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\" id=\"n-85957\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" data-ux=\"ImageLogo\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">", "level": "violation" }, { "ruleId": "aria_region_labelled", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]", "aria": "/document[1]/region[1]" }, "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'", "bounds": { "left": 0, "top": 856, "height": 258, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]", "aria": "/document[1]/main[1]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 0, "top": 4, "height": 60, "width": 800 }, "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\" data-ux=\"Block\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]", "aria": "/document[1]/main[1]/navigation[3]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": -1992, "top": 0, "height": 600, "width": 800 }, "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]", "aria": "/document[1]/main[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": 0, "top": 4, "height": 60, "width": 800 }, "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\" data-ux=\"Block\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]", "aria": "/document[1]/main[1]/navigation[3]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": -1992, "top": 0, "height": 600, "width": 800 }, "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">", "level": "violation" }, { "ruleId": "aria_child_tabbable", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]", "aria": "/document[1]/main[1]/navigation[3]/menu[1]" }, "message": "None of the descendent elements with \"menuitem\" role is tabbable", "bounds": { "left": -1968, "top": 56, "height": 302, "width": 752 }, "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navListId-mobile\" data-ux=\"NavigationDrawerList\" role=\"menu\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 25, "top": 120, "height": 80, "width": 752 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">", "level": "violation" }, { "ruleId": "figure_label_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]", "aria": "/document[1]/main[1]/figure[1]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 24, "top": 317, "height": 507, "width": 752 }, "snippet": "<figure class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"WrapperImage\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[2]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/hr[1]", "aria": "/document[1]/contentinfo[1]/separator[1]" }, "message": "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>", "bounds": { "left": 375, "top": 1312, "height": 41, "width": 50 }, "snippet": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"HR\" role=\"separator\" aria-hidden=\"true\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[3]/ul[1]/li[1]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[1]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 332, "top": 1278, "height": 34, "width": 138 }, "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-typography=\"NavAlpha\" href=\"/privacy-policy\" data-edit-interactive=\"true\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" target=\"\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" data-ux=\"NavFooterLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[3]", "aria": "/document[1]/contentinfo[1]/link[3]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 420, "top": 1169, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.twitter.com/@JesseGabrielCA\" aria-label=\"Twitter Social Link\" data-aid=\"FOOTER_TWITTER_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[2]", "aria": "/document[1]/contentinfo[1]/link[2]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 380, "top": 1169, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.instagram.com/assemblymembergabriel/\" aria-label=\"Instagram Social Link\" data-aid=\"FOOTER_INSTAGRAM_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 340, "top": 1169, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" aria-label=\"Facebook Social Link\" data-aid=\"FOOTER_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/h1[1]", "aria": "/document[1]/region[1]/heading[1]" }, "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>", "bounds": { "left": 24, "top": 892, "height": 46, "width": 752 }, "snippet": "<h1 class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\" data-typography=\"HeadingAlpha\" data-order=\"0\" data-promoted-from=\"2\" data-aid=\"SECTION_TITLE_REND\" data-ux=\"SectionBannerHeading\" aria-level=\"1\" role=\"heading\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/region[1]/form[1]/textbox[1]" }, "message": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>", "bounds": { "left": 91, "top": 1013, "height": 56, "width": 466 }, "snippet": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\" data-typography=\"InputAlpha\" value=\"\" id=\"input85989\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 25, "top": 120, "height": 80, "width": 752 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[5]/a[1]", "aria": "/document[1]/main[1]/navigation[3]/menu[1]/menuitem[5]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": -1968, "top": 298, "height": 60, "width": 752 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-typography=\"NavBeta\" href=\"/assembly-district-46-1\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]", "aria": "/document[1]/main[1]/navigation[3]/menu[1]/menuitem[3]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": -1968, "top": 177, "height": 60, "width": 752 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-typography=\"NavBeta\" href=\"/endorsements\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]", "aria": "/document[1]/main[1]/navigation[3]/menu[1]/menuitem[2]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": -1968, "top": 117, "height": 60, "width": 752 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-typography=\"NavBeta\" href=\"/about-jesse\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]", "aria": "/document[1]/main[1]/navigation[3]/menu[1]/menuitem[1]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": -1968, "top": 56, "height": 60, "width": 752 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-typography=\"NavBeta\" href=\"/\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" target=\"\" data-ux=\"NavigationDrawerLinkActive\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 14, 0, 13 ], "instances": [ { "ruleID": "input_label_before", "what": "Label text is located after its associated text input or <select> element", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input85989", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\" data-typography=\"InputAlpha\" value=\"\" id=\"input85989\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">" }, { "ruleID": "img_alt_valid", "what": "The image has neither an alt atttribute nor an ARIA label or title", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]/picture[1]/img[1]" }, "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-ux=\"Image\">" }, { "ruleID": "img_alt_valid", "what": "The image has neither an alt atttribute nor an ARIA label or title", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]" }, "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" that is already in use", "ordinalSeverity": 3, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"fc604200-6020-4a6e-acc8-29ec187c03b1\" that is already in use", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "element_id_unique", "what": "The <img> element has the id \"n-85957\" that is already in use", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]" }, "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">" }, { "ruleID": "aria_region_labelled", "what": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\" data-ux=\"Block\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "DIV", "id": "n-85957-navId-mobile", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\" data-ux=\"Block\">" }, { "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": "DIV", "id": "n-85957-navId-mobile", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">" }, { "ruleID": "aria_child_tabbable", "what": "None of the descendent elements with \"menuitem\" role is tabbable", "ordinalSeverity": 3, "tagName": "UL", "id": "n-85957-navListId-mobile", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]" }, "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navListId-mobile\" data-ux=\"NavigationDrawerList\" role=\"menu\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]" }, "excerpt": "<figure class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"WrapperImage\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[2]" }, "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>", "ordinalSeverity": 1, "tagName": "HR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/hr[1]" }, "excerpt": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"HR\" role=\"separator\" aria-hidden=\"true\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[3]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a ... policy\" data-edit-interactive=\"true\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" target=\"\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" data-ux=\"NavFooterLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g ... inkAlpha\" href=\"https://www.twitter.com/@JesseGabrielCA\" aria-label=\"Twitter Social Link\" data-aid=\"FOOTER_TWITTER_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g ... f=\"https://www.instagram.com/assemblymembergabriel/\" aria-label=\"Instagram Social Link\" data-aid=\"FOOTER_INSTAGRAM_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g ... href=\"https://www.facebook.com/AssemblymemberGabriel/\" aria-label=\"Facebook Social Link\" data-aid=\"FOOTER_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>", "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\" data-typography=\"HeadingAlpha\" data-order=\"0\" data-promoted-from=\"2\" data-aid=\"SECTION_TITLE_REND\" data-ux=\"SectionBannerHeading\" aria-level=\"1\" role=\"heading\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input85989", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\" data-typography=\"InputAlpha\" value=\"\" id=\"input85989\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4 ... sembly-district-46-1\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4 ... href=\"/endorsements\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4 ... \" href=\"/about-jesse\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x ... avBeta\" href=\"/\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" target=\"\" data-ux=\"NavigationDrawerLinkActive\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">" } ] }, "endTime": 1687099018369 }, { "type": "launch", "which": "chromium", "startTime": 1687099018369, "endTime": 1687099018909 }, { "type": "url", "which": "https://jessegabriel.com/", "what": "Candidate Jesse Gabriel (D)", "startTime": 1687099018910, "result": { "url": "https://jessegabriel.com/" }, "endTime": 1687099019352 }, { "type": "test", "which": "nuVal", "startTime": 1687099019352, "url": "https://jessegabriel.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 445, "lastColumn": 2658, "firstColumn": 2655, "message": "CSS: margin-bottom: none is not a margin-bottom value.", "extract": "in-bottom:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 445, "lastColumn": 5654, "firstColumn": 5652, "message": "CSS: object: Parse Error.", "extract": " -object]:0px}.x .c", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 445, "lastColumn": 7328, "firstColumn": 7325, "message": "CSS: padding-left: none is not a padding-left value.", "extract": "ding-left:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 445, "lastColumn": 7357, "firstColumn": 7354, "message": "CSS: padding-right: none is not a padding-right value.", "extract": "ing-right:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 445, "lastColumn": 7384, "firstColumn": 7381, "message": "CSS: padding-top: none is not a padding-top value.", "extract": "dding-top:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 446, "lastColumn": 1083, "firstColumn": 1080, "message": "CSS: padding-top: none is not a padding-top value.", "extract": "dding-top:none}}@med", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 446, "lastColumn": 1140, "firstColumn": 1137, "message": "CSS: padding-bottom: none is not a padding-bottom value.", "extract": "ng-bottom:none}}@med", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 448, "lastColumn": 792, "message": "CSS: justify-content: Parse Error.", "extract": "justify-content:}}@media (min-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 459, "lastColumn": 2425, "firstColumn": 1873, "message": "Attribute toggleid not allowed on element a at this point.", "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 553 }, { "type": "error", "lastLine": 459, "lastColumn": 2425, "firstColumn": 1873, "message": "Attribute icon not allowed on element a at this point.", "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 553 }, { "type": "info", "lastLine": 459, "lastColumn": 3703, "firstColumn": 3536, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\"><ul da", "hiliteStart": 10, "hiliteLength": 168 }, { "type": "error", "lastLine": 459, "lastColumn": 4448, "firstColumn": 4040, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</", "hiliteStart": 10, "hiliteLength": 409 }, { "type": "info", "lastLine": 459, "lastColumn": 4448, "firstColumn": 4040, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</", "hiliteStart": 10, "hiliteLength": 409 }, { "type": "error", "lastLine": 459, "lastColumn": 5071, "firstColumn": 4632, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About ", "hiliteStart": 10, "hiliteLength": 440 }, { "type": "info", "lastLine": 459, "lastColumn": 5071, "firstColumn": 4632, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About ", "hiliteStart": 10, "hiliteLength": 440 }, { "type": "error", "lastLine": 459, "lastColumn": 5702, "firstColumn": 5262, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "info", "lastLine": 459, "lastColumn": 5702, "firstColumn": 5262, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "info", "lastLine": 459, "lastColumn": 7864, "firstColumn": 7336, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 529 }, { "type": "info", "lastLine": 459, "lastColumn": 8638, "firstColumn": 8021, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 618 }, { "type": "error", "lastLine": 459, "lastColumn": 9296, "firstColumn": 8846, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb", "hiliteStart": 10, "hiliteLength": 451 }, { "type": "info", "lastLine": 459, "lastColumn": 9296, "firstColumn": 8846, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb", "hiliteStart": 10, "hiliteLength": 451 }, { "type": "error", "lastLine": 459, "lastColumn": 11343, "firstColumn": 10885, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</", "hiliteStart": 10, "hiliteLength": 459 }, { "type": "info", "lastLine": 459, "lastColumn": 11343, "firstColumn": 10885, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</", "hiliteStart": 10, "hiliteLength": 459 }, { "type": "error", "lastLine": 459, "lastColumn": 11934, "firstColumn": 11487, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About ", "hiliteStart": 10, "hiliteLength": 448 }, { "type": "info", "lastLine": 459, "lastColumn": 11934, "firstColumn": 11487, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About ", "hiliteStart": 10, "hiliteLength": 448 }, { "type": "error", "lastLine": 459, "lastColumn": 12533, "firstColumn": 12085, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors", "hiliteStart": 10, "hiliteLength": 449 }, { "type": "info", "lastLine": 459, "lastColumn": 12533, "firstColumn": 12085, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors", "hiliteStart": 10, "hiliteLength": 449 }, { "type": "error", "lastLine": 459, "lastColumn": 13160, "firstColumn": 12768, "message": "Element a is missing required attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 393 }, { "type": "info", "lastLine": 459, "lastColumn": 13944, "firstColumn": 13448, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 497 }, { "type": "info", "lastLine": 459, "lastColumn": 14686, "firstColumn": 14101, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 586 }, { "type": "error", "lastLine": 459, "lastColumn": 15318, "firstColumn": 14860, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb", "hiliteStart": 10, "hiliteLength": 459 }, { "type": "info", "lastLine": 459, "lastColumn": 15318, "firstColumn": 14860, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb", "hiliteStart": 10, "hiliteLength": 459 }, { "type": "error", "lastLine": 459, "lastColumn": 17614, "firstColumn": 17141, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 474 }, { "type": "info", "lastLine": 459, "lastColumn": 17614, "firstColumn": 17141, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 474 }, { "type": "error", "lastLine": 459, "lastColumn": 18285, "firstColumn": 17805, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 481 }, { "type": "info", "lastLine": 459, "lastColumn": 18285, "firstColumn": 17805, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 481 }, { "type": "error", "lastLine": 459, "lastColumn": 18964, "firstColumn": 18483, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 482 }, { "type": "info", "lastLine": 459, "lastColumn": 18964, "firstColumn": 18483, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 482 }, { "type": "info", "lastLine": 459, "lastColumn": 21136, "firstColumn": 20579, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 558 }, { "type": "info", "lastLine": 459, "lastColumn": 21992, "firstColumn": 21346, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 647 }, { "type": "error", "lastLine": 459, "lastColumn": 22710, "firstColumn": 22219, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 492 }, { "type": "info", "lastLine": 459, "lastColumn": 22710, "firstColumn": 22219, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 492 }, { "type": "info", "lastLine": 459, "lastColumn": 24143, "firstColumn": 23764, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"><div d", "hiliteStart": 10, "hiliteLength": 380 }, { "type": "error", "lastLine": 459, "lastColumn": 25144, "firstColumn": 24263, "message": "Duplicate ID n-85957.", "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"></div>", "hiliteStart": 10, "hiliteLength": 882 }, { "type": "info", "lastLine": 459, "lastColumn": 797, "firstColumn": 569, "subType": "warning", "message": "The first occurrence of ID n-85957 was here.", "extract": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ", "hiliteStart": 10, "hiliteLength": 229 }, { "type": "error", "lastLine": 459, "lastColumn": 25144, "firstColumn": 24263, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"></div>", "hiliteStart": 10, "hiliteLength": 882 }, { "type": "error", "lastLine": 459, "lastColumn": 27308, "firstColumn": 26970, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": ":true 2x\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"></pict", "hiliteStart": 10, "hiliteLength": 339 }, { "type": "info", "lastLine": 459, "lastColumn": 982, "firstColumn": 804, "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": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 179 }, { "type": "error", "lastLine": 459, "lastColumn": 27685, "firstColumn": 27496, "message": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.", "extract": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ", "hiliteStart": 10, "hiliteLength": 190 }, { "type": "info", "lastLine": 459, "lastColumn": 27495, "firstColumn": 27388, "subType": "warning", "message": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.", "extract": "div></div><div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 459, "lastColumn": 28246, "firstColumn": 27951, "subType": "warning", "message": "The heading role is unnecessary for element h1.", "extract": "-1b c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN U", "hiliteStart": 10, "hiliteLength": 296 }, { "type": "error", "lastLine": 459, "lastColumn": 28632, "firstColumn": 28442, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "info", "lastLine": 459, "lastColumn": 29944, "firstColumn": 29573, "subType": "warning", "message": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.", "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"><label", "hiliteStart": 10, "hiliteLength": 372 }, { "type": "error", "lastLine": 459, "lastColumn": 31042, "firstColumn": 30847, "message": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.", "extract": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ", "hiliteStart": 10, "hiliteLength": 196 }, { "type": "info", "lastLine": 459, "lastColumn": 30846, "firstColumn": 30748, "subType": "warning", "message": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.", "extract": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 459, "lastColumn": 32006, "firstColumn": 31577, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 430 }, { "type": "info", "lastLine": 459, "lastColumn": 32963, "firstColumn": 32531, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 433 }, { "type": "info", "lastLine": 459, "lastColumn": 35003, "firstColumn": 34584, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 420 }, { "type": "error", "lastLine": 459, "lastColumn": 37125, "firstColumn": 36651, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac", "hiliteStart": 10, "hiliteLength": 475 }, { "type": "info", "lastLine": 459, "lastColumn": 37125, "firstColumn": 36651, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac", "hiliteStart": 10, "hiliteLength": 475 }, { "type": "info", "lastLine": 459, "lastColumn": 37326, "firstColumn": 37160, "subType": "warning", "message": "The separator role is unnecessary for element hr.", "extract": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"><p dat", "hiliteStart": 10, "hiliteLength": 167 }, { "type": "info", "lastLine": 459, "lastColumn": 31171, "firstColumn": 31049, "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": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 459, "lastColumn": 40957, "firstColumn": 40673, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": ":true 3x\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"></pict", "hiliteStart": 10, "hiliteLength": 285 }, { "type": "info", "lastLine": 460, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "iv></div>\n<script type=\"text/javascript\">\"Inter", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 463, "lastColumn": 222, "firstColumn": 135, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" src=\"//img1.wsimg.com/traffic-assets/js/tccl-tti.min.js\"></scri", "hiliteStart": 10, "hiliteLength": 88 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 1, "lastColumn": 63, "firstColumn": 41, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "US\"><head><meta charSet=\"utf-8\"/><meta ", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 1, "lastColumn": 117, "firstColumn": 64, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta ", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 1, "lastColumn": 186, "firstColumn": 118, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><title", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 1, "lastColumn": 363, "firstColumn": 244, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly</title><meta name=\"description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/><meta ", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "info", "lastLine": 1, "lastColumn": 421, "firstColumn": 364, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t 45. \"/><meta name=\"author\" content=\"Jesse Gabriel for Assembly\"/><meta ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 1, "lastColumn": 513, "firstColumn": 422, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ssembly\"/><meta name=\"generator\" content=\"Starfield Technologies; Go Daddy Website Builder 8.0.0000\"/><link ", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 1, "lastColumn": 564, "firstColumn": 514, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".0.0000\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\"/><link ", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 1, "lastColumn": 713, "firstColumn": 565, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "anifest\"/><link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:57,h:57,m\"/><link ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 1, "lastColumn": 862, "firstColumn": 714, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ",h:57,m\"/><link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:60,h:60,m\"/><link ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 1, "lastColumn": 1011, "firstColumn": 863, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ",h:60,m\"/><link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:72,h:72,m\"/><link ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 1, "lastColumn": 1164, "firstColumn": 1012, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ",h:72,m\"/><link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:114,h:114,m\"/><link ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 1, "lastColumn": 1317, "firstColumn": 1165, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "h:114,m\"/><link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:120,h:120,m\"/><link ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 1, "lastColumn": 1470, "firstColumn": 1318, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "h:120,m\"/><link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:144,h:144,m\"/><link ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 1, "lastColumn": 1623, "firstColumn": 1471, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "h:144,m\"/><link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:152,h:152,m\"/><link ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 1, "lastColumn": 1776, "firstColumn": 1624, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "h:152,m\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:180,h:180,m\"/><meta ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 1, "lastColumn": 1837, "firstColumn": 1777, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "h:180,m\"/><meta property=\"og:url\" content=\"https://jessegabriel.com/\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 2, "lastColumn": 68, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "l.com/\"/>\n<meta property=\"og:site_name\" content=\"Jesse Gabriel for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "info", "lastLine": 3, "lastColumn": 64, "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=\"Jesse Gabriel for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 4, "lastColumn": 127, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta property=\"og:description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/>\n<meta", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 5, "lastColumn": 44, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " 45. \"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 6, "lastColumn": 124, "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=\"https://img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 124 }, { "type": "info", "lastLine": 7, "lastColumn": 44, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "9e.png\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 8, "lastColumn": 45, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"en_US\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 9, "lastColumn": 54, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ummary\"/>\n<meta name=\"twitter:site\" content=\"@@JesseGabrielCA\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 10, "lastColumn": 65, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rielCA\"/>\n<meta name=\"twitter:title\" content=\"Jesse Gabriel for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 65 }, { "type": "info", "lastLine": 11, "lastColumn": 128, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta name=\"twitter:description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/>\n<meta", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 12, "lastColumn": 125, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " 45. \"/>\n<meta name=\"twitter:image\" content=\"https://img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 13, "lastColumn": 69, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "9e.png\"/>\n<meta name=\"twitter:image:alt\" content=\"Jesse Gabriel for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 14, "lastColumn": 44, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta name=\"theme-color\" content=\"#223587\"/><style", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 89, "lastColumn": 2658, "firstColumn": 2655, "message": "CSS: margin-bottom: none is not a margin-bottom value.", "extract": "in-bottom:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 89, "lastColumn": 5654, "firstColumn": 5652, "message": "CSS: object: Parse Error.", "extract": " -object]:0px}.x .c", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 89, "lastColumn": 7328, "firstColumn": 7325, "message": "CSS: padding-left: none is not a padding-left value.", "extract": "ding-left:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 89, "lastColumn": 7357, "firstColumn": 7354, "message": "CSS: padding-right: none is not a padding-right value.", "extract": "ing-right:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 89, "lastColumn": 7384, "firstColumn": 7381, "message": "CSS: padding-top: none is not a padding-top value.", "extract": "dding-top:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 90, "lastColumn": 1083, "firstColumn": 1080, "message": "CSS: padding-top: none is not a padding-top value.", "extract": "dding-top:none}}@med", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 90, "lastColumn": 1140, "firstColumn": 1137, "message": "CSS: padding-bottom: none is not a padding-bottom value.", "extract": "ng-bottom:none}}@med", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 92, "lastColumn": 792, "message": "CSS: justify-content: Parse Error.", "extract": "justify-content:}}@media (min-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 103, "lastColumn": 2425, "firstColumn": 1873, "message": "Attribute toggleid not allowed on element a at this point.", "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleId=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 553 }, { "type": "error", "lastLine": 103, "lastColumn": 2425, "firstColumn": 1873, "message": "Attribute icon not allowed on element a at this point.", "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleId=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 553 }, { "type": "info", "lastLine": 103, "lastColumn": 3703, "firstColumn": 3536, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\"><ul da", "hiliteStart": 10, "hiliteLength": 168 }, { "type": "error", "lastLine": 103, "lastColumn": 4448, "firstColumn": 4040, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</", "hiliteStart": 10, "hiliteLength": 409 }, { "type": "info", "lastLine": 103, "lastColumn": 4448, "firstColumn": 4040, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</", "hiliteStart": 10, "hiliteLength": 409 }, { "type": "error", "lastLine": 103, "lastColumn": 5071, "firstColumn": 4632, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About ", "hiliteStart": 10, "hiliteLength": 440 }, { "type": "info", "lastLine": 103, "lastColumn": 5071, "firstColumn": 4632, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About ", "hiliteStart": 10, "hiliteLength": 440 }, { "type": "error", "lastLine": 103, "lastColumn": 5702, "firstColumn": 5262, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "info", "lastLine": 103, "lastColumn": 5702, "firstColumn": 5262, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "info", "lastLine": 103, "lastColumn": 7864, "firstColumn": 7336, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 529 }, { "type": "info", "lastLine": 103, "lastColumn": 8638, "firstColumn": 8021, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 618 }, { "type": "error", "lastLine": 103, "lastColumn": 9296, "firstColumn": 8846, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb", "hiliteStart": 10, "hiliteLength": 451 }, { "type": "info", "lastLine": 103, "lastColumn": 9296, "firstColumn": 8846, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb", "hiliteStart": 10, "hiliteLength": 451 }, { "type": "error", "lastLine": 103, "lastColumn": 11343, "firstColumn": 10885, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</", "hiliteStart": 10, "hiliteLength": 459 }, { "type": "info", "lastLine": 103, "lastColumn": 11343, "firstColumn": 10885, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</", "hiliteStart": 10, "hiliteLength": 459 }, { "type": "error", "lastLine": 103, "lastColumn": 11934, "firstColumn": 11487, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About ", "hiliteStart": 10, "hiliteLength": 448 }, { "type": "info", "lastLine": 103, "lastColumn": 11934, "firstColumn": 11487, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About ", "hiliteStart": 10, "hiliteLength": 448 }, { "type": "error", "lastLine": 103, "lastColumn": 12533, "firstColumn": 12085, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors", "hiliteStart": 10, "hiliteLength": 449 }, { "type": "info", "lastLine": 103, "lastColumn": 12533, "firstColumn": 12085, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors", "hiliteStart": 10, "hiliteLength": 449 }, { "type": "error", "lastLine": 103, "lastColumn": 13160, "firstColumn": 12768, "message": "Element a is missing required attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 393 }, { "type": "info", "lastLine": 103, "lastColumn": 13944, "firstColumn": 13448, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 497 }, { "type": "info", "lastLine": 103, "lastColumn": 14686, "firstColumn": 14101, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contri", "hiliteStart": 10, "hiliteLength": 586 }, { "type": "error", "lastLine": 103, "lastColumn": 15318, "firstColumn": 14860, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb", "hiliteStart": 10, "hiliteLength": 459 }, { "type": "info", "lastLine": 103, "lastColumn": 15318, "firstColumn": 14860, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb", "hiliteStart": 10, "hiliteLength": 459 }, { "type": "error", "lastLine": 103, "lastColumn": 17614, "firstColumn": 17141, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 474 }, { "type": "info", "lastLine": 103, "lastColumn": 17614, "firstColumn": 17141, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 474 }, { "type": "error", "lastLine": 103, "lastColumn": 18285, "firstColumn": 17805, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 481 }, { "type": "info", "lastLine": 103, "lastColumn": 18285, "firstColumn": 17805, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 481 }, { "type": "error", "lastLine": 103, "lastColumn": 18964, "firstColumn": 18483, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 482 }, { "type": "info", "lastLine": 103, "lastColumn": 18964, "firstColumn": 18483, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 482 }, { "type": "info", "lastLine": 103, "lastColumn": 21136, "firstColumn": 20579, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 558 }, { "type": "info", "lastLine": 103, "lastColumn": 21992, "firstColumn": 21346, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 647 }, { "type": "error", "lastLine": 103, "lastColumn": 22710, "firstColumn": 22219, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 492 }, { "type": "info", "lastLine": 103, "lastColumn": 22710, "firstColumn": 22219, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 492 }, { "type": "info", "lastLine": 103, "lastColumn": 24143, "firstColumn": 23764, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"><div d", "hiliteStart": 10, "hiliteLength": 380 }, { "type": "error", "lastLine": 103, "lastColumn": 25145, "firstColumn": 24263, "message": "Duplicate ID n-85957.", "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>", "hiliteStart": 10, "hiliteLength": 883 }, { "type": "info", "lastLine": 103, "lastColumn": 797, "firstColumn": 569, "subType": "warning", "message": "The first occurrence of ID n-85957 was here.", "extract": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ", "hiliteStart": 10, "hiliteLength": 229 }, { "type": "error", "lastLine": 103, "lastColumn": 25145, "firstColumn": 24263, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>", "hiliteStart": 10, "hiliteLength": 883 }, { "type": "info", "lastLine": 103, "lastColumn": 25145, "firstColumn": 24263, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>", "hiliteStart": 10, "hiliteLength": 883 }, { "type": "info", "lastLine": 103, "lastColumn": 26657, "firstColumn": 26325, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:749,h:500,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true 2x\"/><sourc", "hiliteStart": 10, "hiliteLength": 333 }, { "type": "info", "lastLine": 103, "lastColumn": 26992, "firstColumn": 26658, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "true 2x\"/><source media=\"(min-width: 451px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1600,h:1068,cg:true 2x\"/><img d", "hiliteStart": 10, "hiliteLength": 335 }, { "type": "info", "lastLine": 103, "lastColumn": 27332, "firstColumn": 26993, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "true 2x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"/></pict", "hiliteStart": 10, "hiliteLength": 340 }, { "type": "error", "lastLine": 103, "lastColumn": 27332, "firstColumn": 26993, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "true 2x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"/></pict", "hiliteStart": 10, "hiliteLength": 340 }, { "type": "info", "lastLine": 103, "lastColumn": 982, "firstColumn": 804, "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": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 179 }, { "type": "error", "lastLine": 103, "lastColumn": 27709, "firstColumn": 27520, "message": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.", "extract": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ", "hiliteStart": 10, "hiliteLength": 190 }, { "type": "info", "lastLine": 103, "lastColumn": 27519, "firstColumn": 27412, "subType": "warning", "message": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.", "extract": "div></div><div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 103, "lastColumn": 28270, "firstColumn": 27975, "subType": "warning", "message": "The heading role is unnecessary for element h1.", "extract": "-1b c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN U", "hiliteStart": 10, "hiliteLength": 296 }, { "type": "error", "lastLine": 103, "lastColumn": 28656, "firstColumn": 28466, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "info", "lastLine": 103, "lastColumn": 29969, "firstColumn": 29597, "subType": "warning", "message": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.", "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"/><label", "hiliteStart": 10, "hiliteLength": 373 }, { "type": "info", "lastLine": 103, "lastColumn": 29969, "firstColumn": 29597, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"/><label", "hiliteStart": 10, "hiliteLength": 373 }, { "type": "error", "lastLine": 103, "lastColumn": 31067, "firstColumn": 30872, "message": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.", "extract": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ", "hiliteStart": 10, "hiliteLength": 196 }, { "type": "info", "lastLine": 103, "lastColumn": 30871, "firstColumn": 30773, "subType": "warning", "message": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.", "extract": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 103, "lastColumn": 32031, "firstColumn": 31602, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 430 }, { "type": "info", "lastLine": 103, "lastColumn": 32988, "firstColumn": 32556, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 433 }, { "type": "info", "lastLine": 103, "lastColumn": 35028, "firstColumn": 34609, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 420 }, { "type": "error", "lastLine": 103, "lastColumn": 36237, "message": "Duplicate attribute class.", "extract": "9m c1-9n\" class=\"x-el x-el-a c", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 103, "lastColumn": 37247, "firstColumn": 36773, "message": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "extract": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac", "hiliteStart": 10, "hiliteLength": 475 }, { "type": "info", "lastLine": 103, "lastColumn": 37247, "firstColumn": 36773, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac", "hiliteStart": 10, "hiliteLength": 475 }, { "type": "info", "lastLine": 103, "lastColumn": 37449, "firstColumn": 37282, "subType": "warning", "message": "The separator role is unnecessary for element hr.", "extract": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat", "hiliteStart": 10, "hiliteLength": 168 }, { "type": "info", "lastLine": 103, "lastColumn": 37449, "firstColumn": 37282, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat", "hiliteStart": 10, "hiliteLength": 168 }, { "type": "info", "lastLine": 103, "lastColumn": 31196, "firstColumn": 31074, "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": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 103, "lastColumn": 40313, "firstColumn": 39831, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:403,h:183,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:806,h:366,cg:true 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1209,h:549,cg:true 3x\"/><sourc", "hiliteStart": 10, "hiliteLength": 483 }, { "type": "info", "lastLine": 103, "lastColumn": 40797, "firstColumn": 40314, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "true 3x\"/><source media=\"(min-width: 451px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1030,h:468,cg:true 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1545,h:702,cg:true 3x\"/><img d", "hiliteStart": 10, "hiliteLength": 484 }, { "type": "error", "lastLine": 103, "lastColumn": 41083, "firstColumn": 40798, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "true 3x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"/></pict", "hiliteStart": 10, "hiliteLength": 286 }, { "type": "info", "lastLine": 103, "lastColumn": 41083, "firstColumn": 40798, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "true 3x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"/></pict", "hiliteStart": 10, "hiliteLength": 286 }, { "type": "info", "lastLine": 104, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "iv></div>\n<script type=\"text/javascript\">\"Inter", "hiliteStart": 10, "hiliteLength": 31 } ] }, "success": true }, "standardResult": { "totals": [ 67, 0, 63, 0 ], "instances": [ { "ruleID": "CSS: margin-bottom: none is not a margin-bottom value.", "what": "CSS: margin-bottom: none is not a margin-bottom value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "445" }, "excerpt": "in-bottom:none}.x .c" }, { "ruleID": "CSS: object: Parse Error.", "what": "CSS: object: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "445" }, "excerpt": " -object]:0px}.x .c" }, { "ruleID": "CSS: padding-left: none is not a padding-left value.", "what": "CSS: padding-left: none is not a padding-left value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "445" }, "excerpt": "ding-left:none}.x .c" }, { "ruleID": "CSS: padding-right: none is not a padding-right value.", "what": "CSS: padding-right: none is not a padding-right value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "445" }, "excerpt": "ing-right:none}.x .c" }, { "ruleID": "CSS: padding-top: none is not a padding-top value.", "what": "CSS: padding-top: none is not a padding-top value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "445" }, "excerpt": "dding-top:none}.x .c" }, { "ruleID": "CSS: padding-top: none is not a padding-top value.", "what": "CSS: padding-top: none is not a padding-top value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "446" }, "excerpt": "dding-top:none}}@med" }, { "ruleID": "CSS: padding-bottom: none is not a padding-bottom value.", "what": "CSS: padding-bottom: none is not a padding-bottom value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "446" }, "excerpt": "ng-bottom:none}}@med" }, { "ruleID": "CSS: justify-content: Parse Error.", "what": "CSS: justify-content: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "448" }, "excerpt": "justify-content:}}@media (min-" }, { "ruleID": "Attribute toggleid not allowed on element a at this point.", "what": "Attribute toggleid not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "85958", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v" }, { "ruleID": "Attribute icon not allowed on element a at this point.", "what": "Attribute icon not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "85958", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v" }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\"><ul da" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ... c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ... c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"Nav ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About " }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"Nav ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About " }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f8 ... x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contri" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f8 ... x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contri" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typo ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typo ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962 ... c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962 ... c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About " }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About " }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors" }, { "ruleID": "Element a is missing required attribute href.", "what": "Element a is missing required attribute href.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contri" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelled ... l x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contri" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelled ... l x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contri" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ab ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ab ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close= ... e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close= ... e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\"><span>" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/as ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/as ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"><div d" }, { "ruleID": "Duplicate ID n-85957.", "what": "Duplicate ID n-85957.", "ordinalSeverity": 2, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ... c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"></div>" }, { "ruleID": "The first occurrence of ID n-85957 was here.", "what": "The first occurrence of ID n-85957 was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "n-85957", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> " }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ... c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"></div>" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": ":true 2x\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"></pict" }, { "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": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.", "what": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.", "ordinalSeverity": 2, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> " }, { "ruleID": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.", "what": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "div></div><div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d" }, { "ruleID": "The heading role is unnecessary for element h1.", "what": "The heading role is unnecessary for element h1.", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "-1b c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN U" }, { "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": "459" }, "excerpt": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.", "what": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "input85989", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"><label" }, { "ruleID": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.", "what": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.", "ordinalSeverity": 2, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> " }, { "ruleID": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.", "what": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/Assemblymem ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"><svg v" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assembly ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"><svg v" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielC ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"><svg v" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"t ... c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"t ... c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac" }, { "ruleID": "The separator role is unnecessary for element hr.", "what": "The separator role is unnecessary for element hr.", "ordinalSeverity": 0, "tagName": "HR", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"><p dat" }, { "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": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "459" }, "excerpt": ":true 3x\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"></pict" }, { "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": "460" }, "excerpt": "iv></div> <script type=\"text/javascript\">\"Inter" }, { "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": "463" }, "excerpt": "></script><script type=\"text/javascript\" src=\"//img1.wsimg.com/traffic-assets/js/tccl-tti.min.js\"></scri" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "HEAD", "id": "", "location": { "doc": "source", "type": "line", "spec": "1" }, "excerpt": "US\"><head><meta charSet=\"utf-8\"/><meta " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "1" }, "excerpt": "=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><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": "1" }, "excerpt": "IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><title" }, { "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": "1" }, "excerpt": "ly</title><meta name=\"description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/><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": "1" }, "excerpt": "t 45. \"/><meta name=\"author\" content=\"Jesse Gabriel 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": "1" }, "excerpt": "ssembly\"/><meta name=\"generator\" content=\"Starfield Technologies; Go Daddy Website Builder 8.0.0000\"/><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": "1" }, "excerpt": ".0.0000\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\"/><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": "1" }, "excerpt": "anifest\"/><link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:57,h:57,m\"/><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": "1" }, "excerpt": ",h:57,m\"/><link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:60,h:60,m\"/><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": "1" }, "excerpt": ",h:60,m\"/><link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:72,h:72,m\"/><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": "1" }, "excerpt": ",h:72,m\"/><link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:114,h:114,m\"/><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": "1" }, "excerpt": "h:114,m\"/><link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:120,h:120,m\"/><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": "1" }, "excerpt": "h:120,m\"/><link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:144,h:144,m\"/><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": "1" }, "excerpt": "h:144,m\"/><link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:152,h:152,m\"/><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": "1" }, "excerpt": "h:152,m\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:180,h:180,m\"/><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": "1" }, "excerpt": "h:180,m\"/><meta property=\"og:url\" content=\"https://jessegabriel.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": "2" }, "excerpt": "l.com/\"/> <meta property=\"og:site_name\" content=\"Jesse Gabriel 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": "3" }, "excerpt": "sembly\"/> <meta property=\"og:title\" content=\"Jesse Gabriel 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": "4" }, "excerpt": "sembly\"/> <meta property=\"og:description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/> <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": "5" }, "excerpt": " 45. \"/> <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": "6" }, "excerpt": "ebsite\"/> <meta property=\"og:image\" content=\"https://img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "7" }, "excerpt": "9e.png\"/> <meta property=\"og:locale\" content=\"en_US\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": "\"en_US\"/> <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": "9" }, "excerpt": "ummary\"/> <meta name=\"twitter:site\" content=\"@@JesseGabrielCA\"/> <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": "10" }, "excerpt": "rielCA\"/> <meta name=\"twitter:title\" content=\"Jesse Gabriel 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": "11" }, "excerpt": "sembly\"/> <meta name=\"twitter:description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/> <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": " 45. \"/> <meta name=\"twitter:image\" content=\"https://img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png\"/> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "13" }, "excerpt": "9e.png\"/> <meta name=\"twitter:image:alt\" content=\"Jesse Gabriel 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 name=\"theme-color\" content=\"#223587\"/><style" }, { "ruleID": "CSS: margin-bottom: none is not a margin-bottom value.", "what": "CSS: margin-bottom: none is not a margin-bottom value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "89" }, "excerpt": "in-bottom:none}.x .c" }, { "ruleID": "CSS: object: Parse Error.", "what": "CSS: object: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "89" }, "excerpt": " -object]:0px}.x .c" }, { "ruleID": "CSS: padding-left: none is not a padding-left value.", "what": "CSS: padding-left: none is not a padding-left value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "89" }, "excerpt": "ding-left:none}.x .c" }, { "ruleID": "CSS: padding-right: none is not a padding-right value.", "what": "CSS: padding-right: none is not a padding-right value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "89" }, "excerpt": "ing-right:none}.x .c" }, { "ruleID": "CSS: padding-top: none is not a padding-top value.", "what": "CSS: padding-top: none is not a padding-top value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "89" }, "excerpt": "dding-top:none}.x .c" }, { "ruleID": "CSS: padding-top: none is not a padding-top value.", "what": "CSS: padding-top: none is not a padding-top value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "90" }, "excerpt": "dding-top:none}}@med" }, { "ruleID": "CSS: padding-bottom: none is not a padding-bottom value.", "what": "CSS: padding-bottom: none is not a padding-bottom value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "90" }, "excerpt": "ng-bottom:none}}@med" }, { "ruleID": "CSS: justify-content: Parse Error.", "what": "CSS: justify-content: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "92" }, "excerpt": "justify-content:}}@media (min-" }, { "ruleID": "Attribute toggleid not allowed on element a at this point.", "what": "Attribute toggleid not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "85958", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleId=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v" }, { "ruleID": "Attribute icon not allowed on element a at this point.", "what": "Attribute icon not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "85958", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleId=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v" }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\"><ul da" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ... c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ... c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"Nav ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About " }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"Nav ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About " }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f8 ... x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contri" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f8 ... x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contri" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typo ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typo ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962 ... c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962 ... c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About " }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About " }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors" }, { "ruleID": "Element a is missing required attribute href.", "what": "Element a is missing required attribute href.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contri" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelled ... l x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contri" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelled ... l x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contri" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ab ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ab ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close= ... e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close= ... e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\"><span>" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/as ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/as ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"><div d" }, { "ruleID": "Duplicate ID n-85957.", "what": "Duplicate ID n-85957.", "ordinalSeverity": 2, "tagName": "IMG", "id": "n-85957", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ... c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>" }, { "ruleID": "The first occurrence of ID n-85957 was here.", "what": "The first occurrence of ID n-85957 was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "n-85957", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> " }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "n-85957", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ... c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>" }, { "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": "n-85957", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ... c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>" }, { "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": "SOURCE", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:749,h:500,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true 2x\"/><sourc" }, { "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": "SOURCE", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "true 2x\"/><source media=\"(min-width: 451px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1600,h:1068,cg:true 2x\"/><img d" }, { "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": "103" }, "excerpt": "true 2x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"/></pict" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "true 2x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"/></pict" }, { "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": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.", "what": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.", "ordinalSeverity": 2, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> " }, { "ruleID": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.", "what": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "div></div><div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d" }, { "ruleID": "The heading role is unnecessary for element h1.", "what": "The heading role is unnecessary for element h1.", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "-1b c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN U" }, { "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": "103" }, "excerpt": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.", "what": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "input85989", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"/><label" }, { "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": "input85989", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"/><label" }, { "ruleID": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.", "what": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.", "ordinalSeverity": 2, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> " }, { "ruleID": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.", "what": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/Assemblymem ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"><svg v" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assembly ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"><svg v" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielC ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"><svg v" }, { "ruleID": "Duplicate attribute class.", "what": "Duplicate attribute class.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "9m c1-9n\" class=\"x-el x-el-a c" }, { "ruleID": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "what": "Bad value for attribute target on element a: Browsing context name must be at least one character long.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"t ... c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac" }, { "ruleID": "The link role is unnecessary for element a with attribute href.", "what": "The link role is unnecessary for element a with attribute href.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"t ... c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac" }, { "ruleID": "The separator role is unnecessary for element hr.", "what": "The separator role is unnecessary for element hr.", "ordinalSeverity": 0, "tagName": "HR", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat" }, { "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": "HR", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat" }, { "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": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\"><div d" }, { "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": "SOURCE", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:403,h:183,cg:true, //i ... 100%25,h:58.83%25/rs=w:806,h:366,cg:true 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1209,h:549,cg:true 3x\"/><sourc" }, { "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": "SOURCE", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "true 3x\"/><source media=\"(min-width: 451px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true, //i ... 00%25,h:58.83%25/rs=w:1030,h:468,cg:true 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1545,h:702,cg:true 3x\"/><img d" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "true 3x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"/></pict" }, { "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": "103" }, "excerpt": "true 3x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"/></pict" }, { "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": "104" }, "excerpt": "iv></div> <script type=\"text/javascript\">\"Inter" } ] }, "endTime": 1687099020783 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687099020783, "url": "https://jessegabriel.com/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 14:37:01", "hash": "933964810ead7cef52423e3046341a3b8bb70a2827fd40552e2a0e0325df9e9e6f979f5db0650b2ce2ab1ad1f673d71f33537a019ffb4b3ce98f77ed9871cc16", "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": 34, "warning": 11, "failed": 11, "inapplicable": 69 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 17, "warning": 8, "failed": 4, "inapplicable": 38 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W2", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R12": { "name": "Link has accessible name", "code": "QW-ACT-R12", "mapping": "c487ae", "description": "This rule checks that each link has an accessible name.", "metadata": { "target": { "element": [ "a[href]", "area[href]" ], "attributes": [ "role='link'" ] }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [ "G91" ], "url": "https://act-rules.github.io/rules/c487ae", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 14, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 26, "warning": 0, "failed": 3, "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": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, { "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, { "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, { "htmlCode": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" } ], "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": 19, "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 rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_DROPDOWN\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c2-g c2-3 c2-h c2-i c2-j c2-k c2-l c2-m c2-n c2-o c2-p\">Contribute</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\">About Jesse</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Dropdown.85984.click,click\">Contribute</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\">Assembly District 46</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li: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": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R17": { "name": "Image has accessible name", "code": "QW-ACT-R17", "mapping": "23a2a8", "description": "This rule checks that each image that is not marked as decorative, has an accessible name.", "metadata": { "target": { "element": "img" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html", "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content" } ], "related": [ "G94", "G95" ], "url": "https://act-rules.github.io/rules/23a2a8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 4, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"margin-right: 4px;\">Contribute</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body>Jesse Gabriel - Jesse Gabriel for Assembly\n\n\n\n\n\n\n\n\n\n\n\n\n/* vietnamese */\n@font-face {\n font-family: 'Muli';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://img1.wsimg.com/gfonts/s/muli/v28/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk40eifxHiDnzM.woff2) format('woff2');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: 'Muli';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://img1.wsimg.com/gfonts/s/muli/v28/7Aulp_0qiz-aVz7u3PJLcUMYOFnOk …", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 14, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"margin-right: 4px;\">Contribute</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">Email Address</label>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>P.O. Box 260861 ∙ Encino, California 91426</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 7, "warning": 2, "failed": 5, "inapplicable": 20 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that headers are used to divide the page correctly." }, "results": [ { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body class=\"x x-fonts-muli x-fonts-source-sans-pro\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 CONTRIBUTE\n\"IntersectionObserver\"in window&&\"Int …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page does not links to local content." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page does not links to local content.", "resultCode": "F3", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T20": { "name": "Supplementing link text with the title attribute", "code": "QW-WCAG-T20", "mapping": "H33", "description": "Supplementing link text with the title attribute", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only" } ], "related": [ "C7", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The element's title attribute is empty." }, "results": [ { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T21": { "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link", "code": "QW-WCAG-T21", "mapping": "F89", "description": "This technique checks the text alternative of images which are the only content of a link", "metadata": { "target": { "parent": "a", "element": "img" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value" } ], "related": [ "H2", "H30", "ARIA7", "ARIA8" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The image doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T17": { "name": "Positioning labels to maximize predictability of relationships", "code": "QW-WCAG-T17", "mapping": "G162", "description": "This technique checks the correct position of labels in forms", "metadata": { "target": { "element": "form" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "3.3.2", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions" } ], "related": [ "H44", "H71", "H65", "G131", "G167" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G162.html", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The form field has incorrect positioned label." }, "results": [ { "verdict": "failed", "description": "The form field has incorrect positioned label.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 7, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\"><li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"Sub …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1- …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5 …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1 …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\"><li style=\"display:inline-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\" _cssrules=\"true\" _selector=\"html > …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul: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": 1, "warning": 0, "failed": 140, "inapplicable": 0, "outcome": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Page\" id=\"page-85956\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-4 c1-5 c1-6 c1-7 c1-8 c1-9 c1-a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. &n …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div page-inner c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE</section>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\"></nav>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-17 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-1k c1-1l c1-1m c1-1n c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-1s c1-1t c1-1u c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-1z c1-20 c1-21 c1-22 c1-d c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</nav>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-2r c1-v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" id=\"n-8595785960-navBarId\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-1k c1-2t c1-1v c1-1x c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</nav>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">About Jesse</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">ContributeContribute OnlineContribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contribute Online</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contribute by Mail</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Assembly District 46</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">More</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">About Jesse</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About Jesse</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contribute</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contribute Online</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contribute by Mail</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Assembly District 46</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(5)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assembly District 46</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-s c1-1k c1-4i c1-1s c1-4j c1-b c1-c c1-d c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-13 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > svg:nth-child(1)" } ], "attributes": [ "28px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Container\" id=\"n-85957-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-46 c1-58 c1-4 c1-59 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" id=\"n-85957-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "22px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">About Jesse</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\">About Jesse</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "22px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "22px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Dropdown.85984.click,click\">Contribute</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "22px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(2)" } ], "attributes": [ "22px" ] }, { "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": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute Online</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\">Contribute Online</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\">Contribute by Mail</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Assembly District 46</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\">Assembly District 46</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [ "22px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3e c1-d c1-z c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-t c1-5x c1-b c1-c c1-18 c1-d c1-19 c1-5y c1-5z c1-e c1-1a c1-f c1-1b c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-2y c1-1i c1-2x c1-60 c1-61 c1-b c1-c c1-62 c1-63 c1-d c1-64 c1-65 c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-61 c1-b c1-c c1-67 c1-d c1-68 c1-69 c1-6a c1-6b c1-6c c1-6d c1-6e c1-6f c1-6g c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-6h c1-h c1-i c1-15 c1-27 c1-26 c1-b c1-c c1-6i c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-2i c1-6j c1-6k c1-4 c1-60 c1-c c1-6l c1-6m c1-d c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-6s c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Group\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-1c c1-1f c1-7h c1-7i c1-2s c1-b c1-c c1-7j c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-68 c1-7w c1-7x c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></figure>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<picture class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\"></picture>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up</section>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "32px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\"> Email Address Sign up</form>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\"> Email Address Sign up</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\"> Email Address </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">Email Address</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">Email Address</label>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\">Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</section>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-b c1-c c1-d c1-e c1-f c1-g\">Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8l c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p x-rt\">Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-60 c1-9v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">Privacy Policy</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\">Privacy Policy</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > hr:nth-child(4)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">P.O. Box 260861 ∙ Encino, California 91426</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"ModalBody\" role=\"dialog\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-b c1-c c1-a9 c1-18 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-a9 c1-18 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-d c1-ak c1-al c1-am c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4l c1-1c c1-4w c1-3 c1-an c1-1x c1-ao c1-ap c1-aq c1-ar c1-1v c1-32 c1-33 c1-6r c1-b c1-c c1-as c1-67 c1-9x c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-18 c1-b4 c1-b5 c1-b6 c1-18 c1-b4 c1-b5 c1-b6 c1-d c1-b7 c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4i c1-41 c1-42 c1-2p c1-5v c1-43 c1-a6 c1-b8 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" id=\"popup-widget85996-close-icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2d c1-2i c1-3x c1-2r c1-b9 c1-v c1-ba c1-28 c1-bb c1-3 c1-bc c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > svg:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-be c1-15 c1-bf c1-33 c1-32 c1-46 c1-4 c1-bg c1-aq c1-b c1-c c1-bh c1-bi c1-b5 c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1i c1-b c1-c c1-d c1-bj c1-e c1-f c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<picture data-lazyimg=\"true\" class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\"></picture>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > picture:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > picture:nth-child(1) > img:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-bl c1-bm c1-7n c1-bn c1-37 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Primary.85997.click,click\" id=\"popup-widget85996-cta\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 10, "warning": 1, "failed": 2, "inapplicable": 11 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1: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": 4, "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": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-f c2-3 c2-i c2-m c2-n c2-o c2-p\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP23": { "name": "Listitems are used semantically", "code": "QW-BP23", "description": "Ensures <li> elements are used semantically", "metadata": { "target": { "element": "li" }, "passed": 7, "warning": 0, "failed": 16, "inapplicable": 0, "outcome": "failed", "description": "Listitem is not used semantically not used semantically" }, "results": [ { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">About Jesse</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Assembly District 46</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">About Jesse</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute Online</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute by Mail</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Assembly District 46</li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 36, "document": 1, "main": 1, "region": 4, "navigation": 4, "button": 5, "graphics-document": 9, "list": 2, "listitem": 7, "menu": 5, "menuitem": 16, "img": 3, "figure": 1, "heading": 1, "form": 1, "textbox": 1, "contentinfo": 1, "separator": 1, "dialog": 1 }, "tags": { "html": 1, "head": 1, "meta": 20, "title": 1, "link": 9, "style": 11, "script": 35, "body": 1, "div": 67, "section": 3, "nav": 3, "a": 31, "svg": 9, "path": 9, "ul": 7, "li": 23, "span": 14, "img": 3, "figure": 1, "picture": 2, "source": 4, "h1": 1, "p": 3, "form": 1, "input": 1, "label": 1, "button": 1, "hr": 1 } } } }, "success": true }, "standardResult": { "totals": [ 9, 59, 144, 11 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... omeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE </div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... ,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </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": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </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": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </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": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </div>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" cla ... 28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... 8 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">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": "1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_DROPDOWN\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c2-g c2-3 c2-h c2-i c2-j c2-k c2-l c2-m c2-n c2-o c2-p\">Contribute</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"Na ... c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data- ... -2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" ... 0 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\">About Jesse</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements ... c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\">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": "85983", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" c ... 0 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Dropdown.85984.click,click\">Contribute</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-dis ... 1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\">Assembly District 46</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.clic ... k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input85989", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">" }, { "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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x ... 1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabr ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-ty ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href= ... c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</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": "input85989", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">" }, { "ruleID": "QW-ACT-R17", "what": "This rule checks that each image that is not marked as decorative, has an accessible name.", "ordinalSeverity": 3, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... ,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …" }, { "ruleID": "QW-ACT-R17", "what": "This rule checks that each image that is not marked as decorative, has an accessible name.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(3)" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"margin-right: 4px;\">Contribute</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body>Jesse Gabriel - Jesse Gabriel for Assembly /* vietnamese */ @font-face { font-family: 'Muli'; font-style: normal; font-weight: 400; font-display: swap; src: url(h ... U+20AB; } /* latin-ext */ @font-face { font-family: 'Muli'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://img1.wsimg.com/gfonts/s/muli/v28/7Aulp_0qiz-aVz7u3PJLcUMYOFnOk …" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" cla ... 28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... 8 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"margin-right: 4px;\">Contribute</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"Na ... c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.clic ... k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)" }, "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">Email Address</label>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x ... 1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href= ... c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span>P.O. Box 260861 ∙ Encino, California 91426</span>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 0, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"x x-fonts-muli x-fonts-source-sans-pro\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute On ... - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 CONTRIBUTE \"IntersectionObserver\"in window&&\"Int …" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>" }, { "ruleID": "QW-WCAG-T17", "what": "This technique checks the correct position of labels in forms", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input85989", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "nav-85961", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\"><li d ... c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1- ... 221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"Sub …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "more-85962", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2)" }, "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1- ... ue\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1- …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-l ... pvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "n-85957-navListId-mobile", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c ... 097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5 …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawe ... e\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1 …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)" }, "excerpt": "<ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\"><li style=\"display:inline-block\"><a rel=\"\" ... c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\" _cssrules=\"true\" _selector=\"html > …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "page-85956", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Page\" id=\"page-85956\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-4 c1-5 c1-6 c1-7 c1-8 c1-9 c1-a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseE ... r updates about our work to move California forward Email Address Sign up Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. &n …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div page-inner c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout ... 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... omeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)" }, "excerpt": "<section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">HomeAbout JesseEndors ... About JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE</section>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1)" }, "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\"></nav>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-17 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-1k c1-1l c1-1m c1-1n c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-1s c1-1t c1-1u c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-1z c1-20 c1-21 c1-22 c1-d c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "bs-1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "85958", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"t ... 26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"></a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2)" }, "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</nav>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-2r c1-v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "n-8595785960-navBarId", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" id=\"n-8595785960-navBarId\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-1k c1-2t c1-1v c1-1x c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1)" }, "excerpt": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</nav>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "UL", "id": "nav-85961", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Home</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">About Jesse</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" cla ... 28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Endorsements</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... 8 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">ContributeContribute OnlineContribute by Mail</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "bs-2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "UL", "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4f ... 1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contribute Online</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4f ... c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contribute by Mail</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Assembly District 46</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"Na ... c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6)" }, "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "bs-3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">More</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "UL", "id": "more-85962", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2)" }, "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Home</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" ... -26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">About Jesse</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about- ... d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About Jesse</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Endorsements</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endors ... c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endorsements</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1 ... 3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contribute</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-8 ... 1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contribute Online</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-8 ... -2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contribute by Mail</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(5)" }, "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Assembly District 46</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assemb ... 1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assembly District 46</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-s c1-1k c1-4i c1-1s c1-4j c1-b c1-c c1-d c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "n-85957-navId-mobile", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-13 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\"></svg>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "n-85957-navContainerId-mobile", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Container\" id=\"n-85957-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-46 c1-58 c1-4 c1-59 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "n-85957-navLinksContentId-mobile", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" id=\"n-85957-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "UL", "id": "n-85957-navListId-mobile", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Home</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data- ... -2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\">Home</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">About Jesse</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" ... 0 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\">About Jesse</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Endorsements</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements ... c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\">Endorsements</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "bs-4", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "85983", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" c ... 0 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Dropdown.85984.click,click\">Contribute</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(2)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\"></svg>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute Online</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" dat ... 1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\">Contribute Online</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute by Mail</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" dat ... -5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\">Contribute by Mail</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Assembly District 46</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-dis ... 1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\">Assembly District 46</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3e c1-d c1-z c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-t c1-5x c1-b c1-c c1-18 c1-d c1-19 c1-5y c1-5z c1-e c1-1a c1-f c1-1b c1-g\">CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-2y c1-1i c1-2x c1-60 c1-61 c1-b c1-c c1-62 c1-63 c1-d c1-64 c1-65 c1-e c1-f c1-g\">CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-61 c1-b c1-c c1-67 c1-d c1-68 c1-69 c1-6a c1-6b c1-6c c1-6d c1-6e c1-6f c1-6g c1-e c1-f c1-g\">CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-6h c1-h c1-i c1-15 c1-27 c1-26 c1-b c1-c c1-6i c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-2i c1-6j c1-6k c1-4 c1-60 c1-c c1-6l c1-6m c1-d c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-6s c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "IMG", "id": "n-85957", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... ,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Group\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-1c c1-1f c1-7h c1-7i c1-2s c1-b c1-c c1-7j c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.clic ... k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-68 c1-7w c1-7x c1-e c1-f c1-g\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "FIGURE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1)" }, "excerpt": "<figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></figure>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "PICTURE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1)" }, "excerpt": "<picture class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\"></picture>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(3)" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "fc604200-6020-4a6e-acc8-29ec187c03b1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)" }, "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up</section>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "bs-5", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "FORM", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2)" }, "excerpt": "<form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\"> Email Address Sign up</form>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\"> Email Address Sign up</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\"> Email Address </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">Email Address</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input85989", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)" }, "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">Email Address</label>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x ... 1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)" }, "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\">Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</section>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">Copyright © 2023 Jesse Gabriel for Assembly 2024 - FPPC ID No. 1456615 All Rights Reserved. Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks tha