Accessibility digest
Page | Candidate Jim Patterson (R) |
---|---|
URL | https://patterson4assembly.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1288 |
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 Jim Patterson (R) at https://patterson4assembly.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 1288, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1288 | Sum of the component scores |
issue | 1088 | Severity and number of reported defects |
tool | 155 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 45 | 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 | 258 |
attributeBad | 152 |
duplicateID | 64 |
focusIndication | 60 |
svgImageNoText | 36 |
roleRedundant | 36 |
linkIndication | 34 |
slashParseRisk | 33 |
targetSize | 33 |
linkForcesNewWindow | 33 |
boxSizeAbsolute | 30 |
ariaBadAttribute | 24 |
cssInvalid | 24 |
landmarkConfusion | 18 |
regionNoText | 16 |
targetEmpty | 16 |
overflowHiddenRisk | 14 |
regionConfusion | 12 |
menuNavigation | 12 |
linkWindowSurpriseRisk | 11 |
sectionHeadingless | 10 |
hiddenContentRisk | 9 |
navConfusion | 9 |
obsolete | 9 |
noHeading | 9 |
iframeTitleBad | 8 |
imageNoText | 8 |
linkTextsSame | 8 |
hoverSurprise | 8 |
contentBeyondLandmarks | 6 |
pseudoNavList | 6 |
headingStructure | 6 |
focusableOperable | 6 |
zIndexNotZero | 5 |
textContrastAA | 4 |
pageLanguage | 4 |
figureNoText | 4 |
frameSandboxRisk | 4 |
tabFocusability | 4 |
leadingClipsText | 4 |
tabIndexMissing | 4 |
titleBad | 4 |
h1Missing | 3 |
repeatedContentRisk | 3 |
scrollRisk | 3 |
typeRedundant | 3 |
skipRepeatedContent | 3 |
inconsistentStyles | 3 |
headingLevelSkip | 2 |
destinationLink | 2 |
mainNone | 2 |
pseudoListRisk | 2 |
allCaps | 2 |
linkPair | 2 |
contrastAAA | 1 |
linkConfusionRisk | 1 |
noOptionFocusable | 1 |
frameContentRisk | 0 |
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: 258
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 3
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: 129
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue attributeBad
WCAG: 1.3.1
Score: 152
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: 26
Complaint specifics
- Attribute toggleid not allowed on element a at this point.
- Attribute icon not allowed on element a at this point.
- Attribute marginhorizontal not allowed on element svg at this point.
- Attribute index not allowed on element div at this point.
- Attribute alignment not allowed on element div at this point.
Rule ^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 12
Complaint specifics
- Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.
Issue duplicateID
WCAG: 4.1.1
Score: 64
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 8
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
duplicate-id
Description: id attribute value is not unique
Count of instances: 4
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: 7c429a8a-f247-4a52-a359-18ac952907ef
- id attribute value must be unique; Document has multiple static elements with the same id attribute: 26aac0e4-c27d-4397-a877-08d701ff8f92
- id attribute value must be unique; Document has multiple static elements with the same id attribute: 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea
- id attribute value must be unique; Document has multiple static elements with the same id attribute: fe8b92fc-bdb2-490f-84cc-036dc348f9ea
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 8
Complaint specifics
- This DIV has an id attribute of '7c429a8a-f247-4a52-a359-18ac952907ef', which is not unique in the same DOM
- This DIV has an id attribute of '26aac0e4-c27d-4397-a877-08d701ff8f92', which is not unique in the same DOM
- This DIV has an id attribute of '1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea', which is not unique in the same DOM
- This DIV has an id attribute of 'fe8b92fc-bdb2-490f-84cc-036dc348f9ea', 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: 4
Complaint specifics
- Duplicate id attribute value "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea" found on the web page.
- Duplicate id attribute value "26aac0e4-c27d-4397-a877-08d701ff8f92" found on the web page.
- Duplicate id attribute value "7c429a8a-f247-4a52-a359-18ac952907ef" found on the web page.
- Duplicate id attribute value "fe8b92fc-bdb2-490f-84cc-036dc348f9ea" 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: 4
Complaint specifics
- The <div> element has the id "fe8b92fc-bdb2-490f-84cc-036dc348f9ea" that is already in use
- The <div> element has the id "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea" that is already in use
- The <div> element has the id "26aac0e4-c27d-4397-a877-08d701ff8f92" that is already in use
- The <div> element has the id "7c429a8a-f247-4a52-a359-18ac952907ef" 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: 16
Complaint specifics
- Duplicate ID 7c429a8a-f247-4a52-a359-18ac952907ef.
- The first occurrence of ID 7c429a8a-f247-4a52-a359-18ac952907ef was here.
- Duplicate ID 26aac0e4-c27d-4397-a877-08d701ff8f92.
- The first occurrence of ID 26aac0e4-c27d-4397-a877-08d701ff8f92 was here.
- Duplicate ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea.
- The first occurrence of ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea was here.
- Duplicate ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea.
- The first occurrence of ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 8
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue focusIndication
WCAG: 2.4.7
Score: 60
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 15
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Complaints by testaro
Rule focInd
focInd
Description: Focused element displays a nonstandard or no focus indicator
Count of instances: 1
Complaint specifics
- IFRAME element has no focus indicator
Issue svgImageNoText
WCAG: 1.1.1
Score: 36
Complaints by continuum
Rule 123
123
Description: svg element has no machanism allowing an accessible name to be calculated
Count of instances: 9
Complaint specifics
- This svg element does not have a mechanism that allows an accessible name value to be calculated
Issue roleRedundant
WCAG: 4.1.2
Score: 36
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: 13
Complaint specifics
- The explicitly-assigned ARIA role "heading" is redundant with the implicit role of the element <h4>
- 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 "heading" is redundant with the implicit role of the element <h3>
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: 36
Complaint specifics
- The link role is unnecessary for element a with attribute href.
- The heading role is unnecessary for element h3.
- The heading role is unnecessary for element h1.
- The heading role is unnecessary for element h4.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 29
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: 2)
- A elements have redundant explicit role link (count: 14)
- H3 elements have redundant explicit role heading (count: 2)
- SPAN elements have invalid or native-replaceable explicit role heading (count: 6)
- H1 elements have redundant explicit role heading (count: 1)
- H4 elements have redundant explicit role heading (count: 1)
Issue linkIndication
WCAG: 1.3.3
Score: 34
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 17
Complaint specifics
- Link is inline but has no underline
Issue slashParseRisk
WCAG: 4.1
Score: 33
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: 33
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue targetSize
WCAG: 2.5.5
Score: 33
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 11
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 33
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 11
Complaint specifics
- This link opens in a new window without user control.
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 30
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 10
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue ariaBadAttribute
WCAG: 4.1.2
Score: 24
Complaints by alfa
Rule r19
r19
Description: ARIA state or property has an invalid value
Count of instances: 6
Complaint specifics
- aria-* states and properties have a valid value
Issue cssInvalid
WCAG: 4.1
Score: 24
Complaints by nuVal
Rule ^CSS: .+: .+ is not a .+ value.*$
^CSS: .+: .+ is not a .+ value.*$
Description: Invalid value in CSS
Count of instances: 6
Complaint specifics
- 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.
Rule ^CSS: .+: Parse Error.*$
Description: Invalid CSS
Count of instances: 2
Complaint specifics
- CSS: object: Parse Error.
Issue landmarkConfusion
WCAG: 1.3.6
Score: 18
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: 2
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: 6
Complaint specifics
- Multiple "region" landmarks with the same parent region are not distinguished from one another because they have the same "" label
- Multiple "navigation" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue regionNoText
WCAG: 4.1.2
Score: 16
Complaints by alfa
Rule r40
r40
Description: Region has no accessible name
Count of instances: 4
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: 4
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: 4
Complaint specifics
- The element with "region" role is not labeled with an 'aria-label' or 'aria-labelledby'
Issue targetEmpty
WCAG: 1.3.1
Score: 16
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: 4
Complaint specifics
- Bad value for attribute target on element a: Browsing context name must be at least one character long.
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 regionConfusion
WCAG: 1.3.6
Score: 12
Complaints by ibm
Rule aria_region_label_unique
aria_region_label_unique
Description: Multiple elements with a region role do not have unique labels
Count of instances: 4
Complaint specifics
- Multiple elements with "region" role do not have unique labels
Issue menuNavigation
WCAG: 2.1.1
Score: 12
Complaints by testaro
Rule menuNav
menuNav
Description: Nonstandard keyboard navigation among focusable menu items
Count of instances: 6
Complaint specifics
- Menu item responds nonstandardly to ArrowUp, ArrowDown, End
- Menu item responds nonstandardly to ArrowUp, ArrowDown, Home
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 11
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: 11
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 10
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: 10
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: 2
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 hiddenContentRisk
WCAG: 4.1
Score: 9
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 9
Complaint specifics
- Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.
Issue navConfusion
WCAG: 1.3.6
Score: 9
Complaints by ibm
Rule aria_navigation_label_unique
aria_navigation_label_unique
Description: Multiple elements with the navigation role do not have unique labels
Count of instances: 3
Complaint specifics
- Multiple elements with "navigation" role do not have unique labels
Issue obsolete
WCAG: 4.1
Score: 9
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 3
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
- The HTML attribute(s) "scrolling, frameborder" is deprecated for the <iframe> element in HTML 5
- The HTML attribute(s) "frameborder" is deprecated for the <iframe> element in HTML 5
Complaints by nuVal
Rule ^The .+ attribute on the .+ element is obsolete.+$
^The .+ attribute on the .+ element is obsolete.+$
Description: Attribute is obsolete on its element
Count of instances: 2
Complaint specifics
- The frameborder attribute on the iframe element is obsolete. Use CSS instead.
Issue noHeading
WCAG: 1.3.1
Score: 9
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 3
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue iframeTitleBad
WCAG: 4.1.2
Score: 8
Complaints by alfa
Rule r13
r13
Description: iframe has no accessible name
Count of instances: 2
Complaint specifics
- <iframe> elements have an accessible name
Complaints by axe
Rule frame-title
frame-title
Description: Frame has no accessible name
Count of instances: 1
Complaint specifics
- Frames must have an accessible name; Element has no title 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's default semantics were not overridden with role="none" or role="presentation"
Complaints by continuum
Rule 228
228
Description: iframe has no machanism allowing an accessible name to be calculated
Count of instances: 1
Complaint specifics
- This iframe element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.2_4_1.H64.1
AAA.2_4_1.H64.1
Description: iframe element has no non-empty title attribute
Count of instances: 1
Complaint specifics
- Iframe element requires a non-empty title attribute that identifies the frame.
Complaints by ibm
Rule frame_title_exists
frame_title_exists
Description: Inline frame has no title attribute
Count of instances: 2
Complaint specifics
- Inline frame does not have a 'title' attribute
Complaints by qualWeb
Rule QW-ACT-R19
QW-ACT-R19
Description: iframe element has no accessible name
Count of instances: 2
Complaint specifics
- This rule checks that each iframe element has an accessible name.
Issue imageNoText
WCAG: 1.1.1
Score: 8
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule image-alt
image-alt
Description: Image has no text alternative
Count of instances: 1
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: 1
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: 1
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: 1
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: 2
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: 1
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: 1
Complaint specifics
- Missing alternative text
Issue linkTextsSame
WCAG: 2.4.4
Score: 8
Complaints by qualWeb
Rule QW-ACT-R9
QW-ACT-R9
Description: Links with identical accessible names have different purposes
Count of instances: 2
Complaint specifics
- This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.
Rule QW-ACT-R44
Description: Links with identical accessible names and context serve different purposes
Count of instances: 2
Complaint specifics
- This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 1
Complaint specifics
- These links have the same text but different destinations.
Issue hoverSurprise
WCAG: 1.4.13
Score: 8
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 4
Complaint specifics
- Operable element cannot be hovered over
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 6
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 3
Complaint specifics
- Perceivable text content is included in a landmark
Complaints by axe
Rule region
region
Description: Some page content is not contained by landmarks
Count of instances: 1
Complaint specifics
- All page content should be contained by landmarks; Some page content is not contained by landmarks
Complaints by ibm
Rule aria_content_in_landmark
aria_content_in_landmark
Description: Content is not within a landmark element
Count of instances: 3
Complaint specifics
- Content is not within a landmark element
Issue pseudoNavList
WCAG: 1.3.1
Score: 6
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 3
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: 1
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue headingStructure
WCAG: 1.3.1
Score: 6
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 3
Complaint specifics
- The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.
- The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue focusableOperable
WCAG: 2.1.1
Score: 6
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 2
Complaint specifics
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
- DIV element has a non-default Z index
- svg element has a non-default Z index
Issue textContrastAA
WCAG: 1.4.3
Score: 4
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 1
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements
Issue pageLanguage
WCAG: 3.1.1
Score: 4
Complaints by ibm
Rule html_lang_exists
html_lang_exists
Description: Page detected as HTML, but has no lang attribute
Count of instances: 1
Complaint specifics
- Page detected as HTML, but does not have a 'lang' attribute
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 frameSandboxRisk
WCAG: 4.1
Score: 4
Complaints by nuVal
Rule ^Potentially bad value .+ for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.*$
^Potentially bad value .+ for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.*$
Description: iframe element has a vulnerable sandbox value containing both allow-scripts and allow-same-origin
Count of instances: 2
Complaint specifics
- Potentially bad value allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.
Issue tabFocusability
WCAG: 2.1.1
Score: 4
Complaints by qualWeb
Rule QW-WCAG-T24
QW-WCAG-T24
Description: Script removes the focus when focus is received
Count of instances: 1
Complaint specifics
- Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 1
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue 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 tabIndexMissing
WCAG: 2.1.1
Score: 4
Complaints by tenon
Rule 190
190
Description: Interactive item is not natively actionable, but has no tabindex=0 attribute
Count of instances: 1
Complaint specifics
- Item(s) with interactive `role` must have `tabindex="0"` unless it is natively actionable.
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 h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
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 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 skipRepeatedContent
WCAG: 2.4.1
Score: 3
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Issue 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 2 different styles
- Links in columns have 2 different styles
- Level-3 headings have 2 different styles
Issue headingLevelSkip
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r53
r53
Description: Heading skips one or more levels
Count of instances: 1
Complaint specifics
- Headings are structured
Complaints by axe
Rule heading-order
heading-order
Description: Heading levels do not increase by only one
Count of instances: 1
Complaint specifics
- Heading levels should only increase by one; Heading order invalid
Complaints by wave
Rule heading_skipped
heading_skipped
Description: Skipped heading level
Count of instances: 1
Complaint specifics
- Skipped heading level
Issue destinationLink
WCAG: 1.3.1
Score: 2
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.NoHref
AAA.4_1_2.H91.A.NoHref
Description: Link is misused as a link destination
Count of instances: 1
Complaint specifics
- Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.
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 pseudoListRisk
WCAG: 1.3.1
Score: 2
Complaints by qualWeb
Rule QW-BP23
QW-BP23
Description: List item is used nonsemantically
Count of instances: 2
Complaint specifics
- Ensures <li> elements are used semantically
Issue allCaps
WCAG: 3.1.5
Score: 2
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 2
Complaint specifics
- This long string of text is in all caps.
Issue linkPair
WCAG: 2.4.4
Score: 2
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 1
Complaint specifics
- Redundant link
Issue contrastAAA
WCAG: 1.4.6
Score: 1
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 1
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: 1
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Issue linkConfusionRisk
WCAG: 2.4.4
Score: 1
Complaints by axe
Rule identical-links-same-purpose
identical-links-same-purpose
Description: Links with the same accessible name may serve dissimilar purposes
Count of instances: 1
Complaint specifics
- Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.
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 frameContentRisk
WCAG: 4.1
Score: 0
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 1
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
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: 2
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD8-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687104426530, "endTime": 1687104427115 }, { "type": "url", "which": "https://patterson4assembly.com/", "what": "Candidate Jim Patterson (R)", "startTime": 1687104427115, "result": { "url": "https://patterson4assembly.com/" }, "endTime": 1687104428064 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687104428064, "url": "https://patterson4assembly.com/", "endTime": 1687104429464 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687104429464, "url": "https://patterson4assembly.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 928503, 928503, 928503, 928503, 928503 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 0 ], "instances": [] }, "endTime": 1687104442942 }, { "type": "launch", "which": "chromium", "startTime": 1687104442942, "endTime": 1687104443484 }, { "type": "url", "which": "https://patterson4assembly.com/", "what": "Candidate Jim Patterson (R)", "startTime": 1687104443484, "result": { "url": "https://patterson4assembly.com/" }, "endTime": 1687104443858 }, { "type": "test", "which": "alfa", "startTime": 1687104443858, "url": "https://patterson4assembly.com/", "what": "alfa", "result": { "totals": { "failures": 31, "warnings": 0 }, "items": [ { "index": 40, "verdict": "failed", "rule": { "ruleID": "r13", "ruleSummary": "<iframe> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r13", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "iframe", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]", "codeLines": [ "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({...", " #document", " <html>", " <head>", " <script>", " window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};", " </script>", " </head>", " <body style=\"margin: 0;\">", " <div style=\"display: flex; justify-content: center\">", " <iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;ov...", " </div>", " </body>", " </html>", "</iframe>" ] } }, { "index": 41, "verdict": "failed", "rule": { "ruleID": "r13", "ruleSummary": "<iframe> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r13", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "iframe", "path": "/html[1]/body[1]/div[1]/iframe[1]", "codeLines": [ "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;overflow:hid..." ] } }, { "index": 88, "verdict": "failed", "rule": { "ruleID": "r19", "ruleSummary": "aria-* states and properties have a valid value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r19", "requirements": [] }, "target": { "type": "attribute", "tagName": "aria-level", "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]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[1]/@aria-level", "codeLines": [ "aria-level=\"NaN\"" ] } }, { "index": 90, "verdict": "failed", "rule": { "ruleID": "r19", "ruleSummary": "aria-* states and properties have a valid value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r19", "requirements": [] }, "target": { "type": "attribute", "tagName": "aria-level", "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]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[2]/@aria-level", "codeLines": [ "aria-level=\"NaN\"" ] } }, { "index": 92, "verdict": "failed", "rule": { "ruleID": "r19", "ruleSummary": "aria-* states and properties have a valid value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r19", "requirements": [] }, "target": { "type": "attribute", "tagName": "aria-level", "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]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[3]/@aria-level", "codeLines": [ "aria-level=\"NaN\"" ] } }, { "index": 99, "verdict": "failed", "rule": { "ruleID": "r19", "ruleSummary": "aria-* states and properties have a valid value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r19", "requirements": [] }, "target": { "type": "attribute", "tagName": "aria-level", "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]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[1]/@aria-level", "codeLines": [ "aria-level=\"NaN\"" ] } }, { "index": 101, "verdict": "failed", "rule": { "ruleID": "r19", "ruleSummary": "aria-* states and properties have a valid value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r19", "requirements": [] }, "target": { "type": "attribute", "tagName": "aria-level", "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]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[2]/@aria-level", "codeLines": [ "aria-level=\"NaN\"" ] } }, { "index": 103, "verdict": "failed", "rule": { "ruleID": "r19", "ruleSummary": "aria-* states and properties have a valid value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r19", "requirements": [] }, "target": { "type": "attribute", "tagName": "aria-level", "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]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[3]/@aria-level", "codeLines": [ "aria-level=\"NaN\"" ] } }, { "index": 128, "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[2]/div[1]/figure[1]/picture[1]/img[1]", "codeLines": [ "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1..." ] } }, { "index": 225, "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\">", " <div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w 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 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=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-...", " Contact Us", " </a>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", " </div>", "</div>" ] } }, { "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[2]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w 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 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=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-ty...", " Contact Us", " </a>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 227, "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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\">", " <div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-7j c1-68 c1-b c1-c c1-69 c1-6a c1-7k c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-7m c1-6h c1-b c1-c c1-6l c1-6m c1-7n c1-6o c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-38 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-i c1-6h c1-10 c1-38 c1-11 c1-b c1-c c1-7o c1-7p c1-6l c1-6m c1-6n c1-6o c1-d c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w 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 data-ux=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c...", " <p style=\"margin:0\">", " <span class=\"x-el x-el-span c1-8x c1-8y c1-b c1-c c1-d c1-e c1-f c1-g\">", " Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a re...", " </span>", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", " </div>", "</div>" ] } }, { "index": 228, "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=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-7j c1-68 c1-b c1-c c1-69 c1-6a c1-7k c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-7m c1-6h c1-b c1-c c1-6l c1-6m c1-7n c1-6o c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-38 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-i c1-6h c1-10 c1-38 c1-11 c1-b c1-c c1-7o c1-7p c1-6l c1-6m c1-6n c1-6o c1-d c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w 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 data-ux=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-...", " <p style=\"margin:0\">", " <span class=\"x-el x-el-span c1-8x c1-8y c1-b c1-c c1-d c1-e c1-f c1-g\">", " Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a rebo...", " </span>", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 230, "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[4]", "codeLines": [ "<div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\">", " <div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 ...", " Support Jim Patterson for Assembly", " </h1>", " <div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c...", " <p style=\"margin:0\">", " <span>", " Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support!", " </span>", " </p>", " </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\">", " <a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography...", " Contribute", " </a>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", " </div>", "</div>" ] } }, { "index": 231, "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[4]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1...", " Support Jim Patterson for Assembly", " </h1>", " <div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-...", " <p style=\"margin:0\">", " <span>", " Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support!", " </span>", " </p>", " </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\">", " <a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography=\"...", " Contribute", " </a>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 235, "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[6]", "codeLines": [ "<div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\">", " <div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-14 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-m c1-n c1-o c1-p c1-q c1-2d c1-b c1-c c1-99 c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-9a c1-3k c1-3l c1-3m c1-3n 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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\">", " <g>", " <path d=\"M20 12a8 8 0 10-9.25 7.903v-5.59H8.719V12h2.031v-1.762c0-2.005 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V9.25h-1.008c-.994 0-1.304.617-1.304 1.25V12h2.219l-.355 2.313H13.25v5.59A8.002 8.002 0 0020 12z\" fill=\"#1877F2\"></path>", " <path d=\"M15.114 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\" fill=\"#fff\"></path>", " </g>", " </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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 ...", " <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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\">", " <g fill=\"#1DA1F2\">", " <path fill-rule=\"evenodd\" d=\"M9.026 19.01c6.038 0 9.341-5.007 9.341-9.341 0-.141 0-.282-.006-.423A6.689 6.689 0 0020 7.543a6.654 6.654 0 01-1.889.519 3.303 3.303 0 001.447-1.819 6.53 6.53 0 01-2.087.794A3.277 3.277 0 0015.076 6a3.287 3.287 0 00-3.284 3.285c0 .256.032.505.083.74...", " </g>", " </svg>", " </a>", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\">", " <g>", " <path d=\"M20.624 8.034c.376 1.451.376 4.48.376 4.48s0 3.027-.376 4.478a2.258 2.258 0 01-1.591 1.62C17.628 19 12 19 12 19s-5.629 0-7.032-.389a2.258 2.258 0 01-1.592-1.619C3 15.541 3 12.513 3 12.513s0-3.028.376-4.479c.207-.8.817-1.431 1.592-1.645C6.37 6 12 6 12 6s5.629 0 7.032.38...", " <path d=\"M10.16 15.86l4.704-3-4.705-3v6z\" fill=\"#fff\"></path>", " </g>", " </svg>", " </a>", " </div>", " <p data-ux=\"FooterText\" data-aid=\"FOOTER_BUSINESS_NAME_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-2h c1-b c1-1g c1-c c1-d c1-e c1-f c1-g\">", " Jim Patterson for Assembly", " </p>", " <p data-ux=\"FooterText\" data-aid=\"FOOTER_ADDRESS_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">", " 504 Van Ness Ave, Fresno, CA 93721", " </p>", " <p data-ux=\"FooterText\" data-aid=\"FOOTER_PHONE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layou...", " 661-364-3655", " </a>", " </p>", " </div>", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-29 c1-2b c1-28 c1-11 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-59 c1-i c1-58 c1-b c1-c c1-d c1-9e c1-9f c1-e c1-f c1-g\">", " <div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-9g c1-c c1-5s c1-d c1-9h c1-e c1-f c1-g x-rt\">", " <p style=\"margin:0\">", " <span>", " PAID FOR BY PATTERSON FOR ASSEMBLY 2022", " <br>", " COMMITTEE ID# 1435401", " </span>", " </p>", " <p style=\"margin:0\">", " <span>", " <br>", " </span>", " </p>", " <p style=\"margin:0\">", " <span>", " Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.", " </span>", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", " </div>", "</div>" ] } }, { "index": 236, "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[6]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-14 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-m c1-n c1-o c1-p c1-q c1-2d c1-b c1-c c1-99 c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-9a c1-3k c1-3l c1-3m c1-3n 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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-1...", " <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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\">", " <g>", " <path d=\"M20 12a8 8 0 10-9.25 7.903v-5.59H8.719V12h2.031v-1.762c0-2.005 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V9.25h-1.008c-.994 0-1.304.617-1.304 1.25V12h2.219l-.355 2.313H13.25v5.59A8.002 8.002 0 0020 12z\" fill=\"#1877F2\"></path>", " <path d=\"M15.114 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\" fill=\"#fff\"></path>", " </g>", " </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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\">", " <g fill=\"#1DA1F2\">", " <path fill-rule=\"evenodd\" d=\"M9.026 19.01c6.038 0 9.341-5.007 9.341-9.341 0-.141 0-.282-.006-.423A6.689 6.689 0 0020 7.543a6.654 6.654 0 01-1.889.519 3.303 3.303 0 001.447-1.819 6.53 6.53 0 01-2.087.794A3.277 3.277 0 0015.076 6a3.287 3.287 0 00-3.284 3.285c0 .256.032.505.083.749a...", " </g>", " </svg>", " </a>", " <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a...", " <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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\">", " <g>", " <path d=\"M20.624 8.034c.376 1.451.376 4.48.376 4.48s0 3.027-.376 4.478a2.258 2.258 0 01-1.591 1.62C17.628 19 12 19 12 19s-5.629 0-7.032-.389a2.258 2.258 0 01-1.592-1.619C3 15.541 3 12.513 3 12.513s0-3.028.376-4.479c.207-.8.817-1.431 1.592-1.645C6.37 6 12 6 12 6s5.629 0 7.032.389a...", " <path d=\"M10.16 15.86l4.704-3-4.705-3v6z\" fill=\"#fff\"></path>", " </g>", " </svg>", " </a>", " </div>", " <p data-ux=\"FooterText\" data-aid=\"FOOTER_BUSINESS_NAME_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-2h c1-b c1-1g c1-c c1-d c1-e c1-f c1-g\">", " Jim Patterson for Assembly", " </p>", " <p data-ux=\"FooterText\" data-aid=\"FOOTER_ADDRESS_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">", " 504 Van Ness Ave, Fresno, CA 93721", " </p>", " <p data-ux=\"FooterText\" data-aid=\"FOOTER_PHONE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout....", " 661-364-3655", " </a>", " </p>", " </div>", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-29 c1-2b c1-28 c1-11 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-59 c1-i c1-58 c1-b c1-c c1-d c1-9e c1-9f c1-e c1-f c1-g\">", " <div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-9g c1-c c1-5s c1-d c1-9h c1-e c1-f c1-g x-rt\">", " <p style=\"margin:0\">", " <span>", " PAID FOR BY PATTERSON FOR ASSEMBLY 2022", " <br>", " COMMITTEE ID# 1435401", " </span>", " </p>", " <p style=\"margin:0\">", " <span>", " <br>", " </span>", " </p>", " <p style=\"margin:0\">", " <span>", " Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.", " </span>", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 253, "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w 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 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=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-ty...", " Contact Us", " </a>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 254, "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[3]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-7j c1-68 c1-b c1-c c1-69 c1-6a c1-7k c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-7m c1-6h c1-b c1-c c1-6l c1-6m c1-7n c1-6o c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-38 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-i c1-6h c1-10 c1-38 c1-11 c1-b c1-c c1-7o c1-7p c1-6l c1-6m c1-6n c1-6o c1-d c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w 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 data-ux=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-...", " <p style=\"margin:0\">", " <span class=\"x-el x-el-span c1-8x c1-8y c1-b c1-c c1-d c1-e c1-f c1-g\">", " Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a rebo...", " </span>", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 255, "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[4]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">", " <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">", " <h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1...", " Support Jim Patterson for Assembly", " </h1>", " <div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-...", " <p style=\"margin:0\">", " <span>", " Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support!", " </span>", " </p>", " </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\">", " <a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography=\"...", " Contribute", " </a>", " </div>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 256, "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[5]/div[1]", "codeLines": [ "<div data-ux=\"Widget\" role=\"region\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"HTML_SECTION_RENDERED\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", " <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">", " <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">", " <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6l c1-6m c1-6n c1-6o c1-d c1-97 c1-98 c1-e c1-f c1-g\">", " <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\">", " <iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>window.onmessage = function(event) {event.source...", " #document", " <html>", " <head>", " <script>", " window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};", " </script>", " </head>", " <body style=\"margin: 0;\">", " <div style=\"display: flex; justify-content: center\">", " <iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"...", " </div>", " </body>", " </html>", " </iframe>", " </div>", " </div>", " </div>", " </div>", " </section>", " </div>", "</div>" ] } }, { "index": 270, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/h4[1]", "codeLines": [ "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">", " This website uses cookies.", "</h4>" ] } }, { "index": 290, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/h4[1]/text()[1]", "codeLines": [ "This website uses cookies." ] } }, { "index": 291, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data." ] } }, { "index": 292, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Accept" ] } }, { "index": 296, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 322, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support!" ] } }, { "index": 378, "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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p data-ux=\"FooterText\" data-aid=\"FOOTER_BUSINESS_NAME_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-2h c1-b c1-1g c1-c c1-d c1-e c1-f c1-g\">", " Jim Patterson for Assembly", "</p>" ] } }, { "index": 379, "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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[2]", "codeLines": [ "<p data-ux=\"FooterText\" data-aid=\"FOOTER_ADDRESS_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">", " 504 Van Ness Ave, Fresno, CA 93721", "</p>" ] } }, { "index": 380, "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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[3]", "codeLines": [ "<p data-ux=\"FooterText\" data-aid=\"FOOTER_PHONE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">", " <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link...", " 661-364-3655", " </a>", "</p>" ] } }, { "index": 489, "verdict": "failed", "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": [ 0, 0, 0, 31 ], "instances": [ { "ruleID": "r13", "what": "<iframe> elements have an accessible name", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute( ... imeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;ov... </div> </body> </html> </iframe>" }, { "ruleID": "r13", "what": "<iframe> elements have an accessible name", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/iframe[1]" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;overflow:hid..." }, { "ruleID": "r19", "what": "aria-* states and properties have a valid value", "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[2]/div[1]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[1]/@aria-level" }, "excerpt": "aria-level=\"NaN\"" }, { "ruleID": "r19", "what": "aria-* states and properties have a valid value", "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[2]/div[1]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[2]/@aria-level" }, "excerpt": "aria-level=\"NaN\"" }, { "ruleID": "r19", "what": "aria-* states and properties have a valid value", "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[2]/div[1]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[3]/@aria-level" }, "excerpt": "aria-level=\"NaN\"" }, { "ruleID": "r19", "what": "aria-* states and properties have a valid value", "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[2]/div[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[1]/@aria-level" }, "excerpt": "aria-level=\"NaN\"" }, { "ruleID": "r19", "what": "aria-* states and properties have a valid value", "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[2]/div[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[2]/@aria-level" }, "excerpt": "aria-level=\"NaN\"" }, { "ruleID": "r19", "what": "aria-* states and properties have a valid value", "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[2]/div[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/span[3]/@aria-level" }, "excerpt": "aria-level=\"NaN\"" }, { "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[2]/div[1]/figure[1]/picture[1]/img[1]" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1..." }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]" }, "excerpt": "<div id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\"> <div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" clas ... rget=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-... Contact Us </a> </div> </div> </div> </div> </div> </section> </div> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1 ... s\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-ty... Contact Us </a> </div> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]" }, "excerpt": "<div id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\"> <div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el ... t rating, over a billion dollars of new business approvals that created thousands of new jobs, and a re... </span> </p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c ... credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a rebo... </span> </p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]" }, "excerpt": "<div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\"> <div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-di ... rget=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography... Contribute </a> </div> </div> </div> </div> </div> </section> </div> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1 ... n\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography=\"... Contribute </a> </div> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]" }, "excerpt": "<div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\"> <div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"x-el x-el- ... <span> <br> </span> </p> <p style=\"margin:0\"> <span> Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved. </span> </p> </div> </div> </div> </div> </div> </section> </div> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]" }, "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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 ... gin:0\"> <span> <br> </span> </p> <p style=\"margin:0\"> <span> Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved. </span> </p> </div> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r40", "what": "Regions have an accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1 ... s\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-ty... Contact Us </a> </div> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r40", "what": "Regions have an accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c ... credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a rebo... </span> </p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r40", "what": "Regions have an accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1 ... n\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography=\"... Contribute </a> </div> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r40", "what": "Regions have an accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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> < ... er=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"... </div> </body> </html> </iframe> </div> </div> </div> </div> </section> </div> </div>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/h4[1]" }, "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\"> This website uses cookies. </h4>" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/h4[1]/text()[1]" }, "excerpt": "This website uses cookies." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Accept" }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support!" }, { "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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_BUSINESS_NAME_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-2h c1-b c1-1g c1-c c1-d c1-e c1-f c1-g\"> Jim Patterson for Assembly </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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[2]" }, "excerpt": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_ADDRESS_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\"> 504 Van Ness Ave, Fresno, CA 93721 </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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[3]" }, "excerpt": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_PHONE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1- ... l-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link... 661-364-3655 </a> </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687104447416 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687104447416, "url": "https://patterson4assembly.com/", "what": "Axe", "result": { "totals": { "rulesNA": 56, "rulesPassed": 39, "rulesWarned": 4, "rulesViolated": 7, "warnings": { "minor": 10, "moderate": 0, "serious": 1, "critical": 1 }, "violations": { "minor": 4, "moderate": 4, "serious": 2, "critical": 1 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T16:07:28.047Z", "url": "https://patterson4assembly.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "33.0pt (44px)", "fontWeight": "bold", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">", "target": [ "#logo-text-90074" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>", "target": [ "#iframe-390085" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-z c1-e c1-f c1-g\">", "target": [ ".c1-t > nav" ], "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=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.click,click\">", "target": [ "#\\39 0065" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2i c1-2w c1-2x c1-2y c1-2z\">", "target": [ "#logo-container-90068 > .c1-2v.c1-2w.c1-2x" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">", "target": [ ".c1-2e[data-size=\"xlarge\"][data-scaler-id=\"scaler-logo-container-90068\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-2i c1-31 c1-32 c1-33 c1-34\">", "target": [ ".c1-2e[data-size=\"large\"][data-scaler-id=\"scaler-logo-container-90068\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2w c1-2x c1-2y c1-2z\" style=\"display: none;\">", "target": [ "#logo-container-90073 > .c1-2v.c1-2w.c1-2x" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2j c1-2k c1-2l c1-2m\" style=\"display: none;\">", "target": [ ".c1-2g[data-size=\"xlarge\"][data-scaler-id=\"scaler-logo-container-90073\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-31 c1-32 c1-33 c1-34\" style=\"display: none;\">", "target": [ ".c1-30[data-size=\"large\"][data-scaler-id=\"scaler-logo-container-90073\"]" ], "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=\"SocialLinksDrawer\" class=\"x-el x-el-div c1-1 c1-2 c1-3b c1-3c c1-4u c1-4v c1-4w c1-4x c1-4y c1-4z c1-50 c1-4 c1-b c1-c c1-d c1-z c1-3d c1-3e c1-3f c1-3g c1-e c1-f c1-g\">", "target": [ ".c1-4u" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] }, { "id": "identical-links-same-purpose", "impact": "minor", "tags": [ "cat.semantics", "wcag2aaa", "wcag249" ], "description": "Ensure that links with the same accessible name serve a similar purpose", "help": "Links with the same name must have a similar purpose", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/identical-links-same-purpose?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "contact us", "urlProps": { "protocol": "http:", "hostname": "patterson4assembly.com", "port": "", "pathname": "/contact-us/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">", "target": [ "a[data-aid=\"CTA_BUTTON_RENDERED\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">", "target": [ ".c1-5r" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] } ], "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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">", "target": [ ".widget-content > .c1-5z.c1-60.c1-61 > div > .c1-62.c1-63.c1-64" ] } ], "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": "<span>Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support! </span>", "target": [ ".c1-96 > p > span" ], "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": "7c429a8a-f247-4a52-a359-18ac952907ef", "relatedNodes": [ { "html": "<div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": [ ".widget-introduction > .c1-5z.c1-60.c1-61" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: 7c429a8a-f247-4a52-a359-18ac952907ef" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\">", "target": [ ".widget-introduction" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: 7c429a8a-f247-4a52-a359-18ac952907ef" }, { "any": [ { "id": "duplicate-id", "data": "26aac0e4-c27d-4397-a877-08d701ff8f92", "relatedNodes": [ { "html": "<div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": [ ".c1-7i.c1-5z.c1-60" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: 26aac0e4-c27d-4397-a877-08d701ff8f92" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\">", "target": [ ".widget-about" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: 26aac0e4-c27d-4397-a877-08d701ff8f92" }, { "any": [ { "id": "duplicate-id", "data": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "relatedNodes": [ { "html": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": [ ".widget-content > .c1-5z.c1-60.c1-61" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\">", "target": [ ".widget-content" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea" }, { "any": [ { "id": "duplicate-id", "data": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "relatedNodes": [ { "html": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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=\"contentinfo\"]" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: fe8b92fc-bdb2-490f-84cc-036dc348f9ea" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\">", "target": [ ".widget-footer" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: fe8b92fc-bdb2-490f-84cc-036dc348f9ea" } ] }, { "id": "frame-title", "impact": "serious", "tags": [ "cat.text-alternatives", "wcag2a", "wcag412", "section508", "section508.22.i", "TTv5", "TT12.c" ], "description": "Ensures <iframe> and <frame> elements have an accessible name", "help": "Frames must have an accessible name", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-title?application=axeAPI", "nodes": [ { "any": [ { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title 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": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "serious", "html": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>", "target": [ "#iframe-390085" ], "failureSummary": "Fix any of the following:\n Element has no title 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's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This website uses cookies.</h4>", "target": [ "h4" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "id": "image-alt", "impact": "critical", "tags": [ "cat.text-alternatives", "wcag2a", "wcag111", "section508", "section508.22.a", "ACT", "TTv5", "TT7.a", "TT7.b" ], "description": "Ensures <img> elements have alternate text or a role of none or presentation", "help": "Images must have alternate text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI", "nodes": [ { "any": [ { "id": "has-alt", "data": null, "relatedNodes": [], "impact": "critical", "message": "Element does not have an alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "critical", "html": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\">", "target": [ "img" ], "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": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-90061-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c c1-e c1-f c1-g\">", "target": [ "#n-90061-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=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-h c1-i c1-b c1-c c1-r c1-d c1-s c1-t c1-u c1-e c1-v c1-f c1-w c1-g\">", "target": [ ".c1-t" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" }, { "any": [ { "id": "landmark-is-unique", "data": { "role": "region", "accessibleText": null }, "relatedNodes": [ { "html": "<div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": [ ".c1-7i.c1-5z.c1-60" ] }, { "html": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": [ ".widget-content > .c1-5z.c1-60.c1-61" ] }, { "html": "<div data-ux=\"Widget\" role=\"region\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": [ "#\\31 b403e82-472a-4db9-bc84-60db4fce5156 > .c1-5z.c1-60.c1-61" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": [ ".widget-introduction > .c1-5z.c1-60.c1-61" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ] }, { "id": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2\" class=\"widget widget-cookie-banner widget-cookie-banner-cookie-1\">", "target": [ "#\\33 bd2afd6-4925-42ad-9014-7abb8947d3c2" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 10, 2, 8, 3 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "ordinalSeverity": 1, "tagName": "H3", "id": "logo-text-90074", "location": { "doc": "dom", "type": "selector", "spec": "#logo-text-90074" }, "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "selector", "spec": "#iframe-390085" }, "excerpt": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>" }, { "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-t > nav" }, "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-z 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": "90065", "location": { "doc": "dom", "type": "selector", "spec": "#\\39 0065" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"t ... c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#logo-container-90068 > .c1-2v.c1-2w.c1-2x" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2i c1-2w c1-2x c1-2y c1-2z\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-2e[data-size=\"xlarge\"][data-scaler-id=\"scaler-logo-container-90068\"]" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-2e[data-size=\"large\"][data-scaler-id=\"scaler-logo-container-90068\"]" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-2i c1-31 c1-32 c1-33 c1-34\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#logo-container-90073 > .c1-2v.c1-2w.c1-2x" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2w c1-2x c1-2y c1-2z\" style=\"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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-2g[data-size=\"xlarge\"][data-scaler-id=\"scaler-logo-container-90073\"]" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2j c1-2k c1-2l c1-2m\" style=\"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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-30[data-size=\"large\"][data-scaler-id=\"scaler-logo-container-90073\"]" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-31 c1-32 c1-33 c1-34\" style=\"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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-4u" }, "excerpt": "<div data-ux=\"SocialLinksDrawer\" class=\"x-el x-el-div c1-1 c1-2 c1-3b c1-3c c1-4u c1-4v c1-4w c1-4x c1-4y c1-4z c1-50 c1-4 c1-b c1-c c1-d c1-z c1-3d c1-3e c1-3f c1-3g c1-e c1-f c1-g\">" }, { "ruleID": "identical-links-same-purpose", "what": "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-5r" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" ... 1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c1-96 > p > span" }, "excerpt": "<span>Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support! </span>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: 7c429a8a-f247-4a52-a359-18ac952907ef", "ordinalSeverity": 2, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "dom", "type": "selector", "spec": ".widget-introduction" }, "excerpt": "<div id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: 26aac0e4-c27d-4397-a877-08d701ff8f92", "ordinalSeverity": 2, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "dom", "type": "selector", "spec": ".widget-about" }, "excerpt": "<div id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "ordinalSeverity": 2, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "selector", "spec": ".widget-content" }, "excerpt": "<div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "ordinalSeverity": 2, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "selector", "spec": ".widget-footer" }, "excerpt": "<div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\">" }, { "ruleID": "frame-title", "what": "Frames must have an accessible name; Element has no title 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's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "selector", "spec": "#iframe-390085" }, "excerpt": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h4" }, "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This website uses cookies.</h4>" }, { "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": "img" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d 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-t" }, "excerpt": "<nav data-ux=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-h c1-i c1-b c1-c c1-r c1-d c1-s c1-t c1-u c1-e c1-v c1-f c1-w 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": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "dom", "type": "selector", "spec": ".widget-introduction > .c1-5z.c1-60.c1-61" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2", "location": { "doc": "dom", "type": "selector", "spec": "#\\33 bd2afd6-4925-42ad-9014-7abb8947d3c2" }, "excerpt": "<div id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2\" class=\"widget widget-cookie-banner widget-cookie-banner-cookie-1\">" } ] }, "endTime": 1687104448083 }, { "type": "launch", "which": "chromium", "startTime": 1687104448083, "endTime": 1687104448618 }, { "type": "url", "which": "https://patterson4assembly.com/", "what": "Candidate Jim Patterson (R)", "startTime": 1687104448618, "result": { "url": "https://patterson4assembly.com/" }, "endTime": 1687104448989 }, { "type": "test", "which": "continuum", "startTime": 1687104448989, "url": "https://patterson4assembly.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-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" src=\"//img1.wsimg. ... 1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" 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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)", "fingerprint": { "version": 2, "css": "img[data-ux=\"Image\"][src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\"][data-ht=\"Inset\"][data-aid=\"BACKGROUND_IMAGE_RENDERED\"][class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y 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 DIV has an id attribute of '7c429a8a-f247-4a52-a359-18ac952907ef', which is not unique in the same DOM", "element": "<div class=\"widget widget-introduction widget-introduction-introduction-4\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 ... ly.godaddysites.com/contact-us\" data-aid=\"CTA_BUTTON_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contact Us</a></div></div></div></div></div></section></div></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "div[id=\"7c429a8a-f247-4a52-a359-18ac952907ef\"][class=\"widget widget-introduction widget-introduction-introduction-4\"]", "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 '7c429a8a-f247-4a52-a359-18ac952907ef', 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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907e ... assembly.godaddysites.com/contact-us\" data-aid=\"CTA_BUTTON_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contact Us</a></div></div></div></div></div></section></div></div>", "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 '26aac0e4-c27d-4397-a877-08d701ff8f92', which is not unique in the same DOM", "element": "<div class=\"widget widget-about widget-about-about-2\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1- ... have lived in Fresno for most of their lives, raising three children, and now four grandchildren in the Central Valley.</span></p></div></div></div></div></div></div></div></section></div></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "div[id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\"][class=\"widget widget-about widget-about-about-2\"]", "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 '26aac0e4-c27d-4397-a877-08d701ff8f92', which is not unique in the same DOM", "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f ... haron have lived in Fresno for most of their lives, raising three children, and now four grandchildren in the Central Valley.</span></p></div></div></div></div></div></div></div></section></div></div>", "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=\"region\"][id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 '1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea', which is not unique in the same DOM", "element": "<div class=\"widget widget-content widget-content-content-4\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1- ... ctions.com/c/JimPatterson\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contribute</a></div></div></div></div></div></section></div></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)", "fingerprint": { "version": 2, "css": "div[id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\"][class=\"widget widget-content widget-content-content-4\"]", "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 '1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea', 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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9e ... gconnections.com/c/JimPatterson\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contribute</a></div></div></div></div></div></section></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 'fe8b92fc-bdb2-490f-84cc-036dc348f9ea', which is not unique in the same DOM", "element": "<div class=\"widget widget-footer widget-footer-footer-4\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\"><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 ... .689 6.689 0 0020 7.543a6.654 6.654 0 01-1.889.519 3.303 3.303 0 001.447-1.819 6.53 6.53 0 01-2.087.794A3.277 3.277 0 0015.076 6a3.287 3.287 0 00-3.284 3.285c0 .256.032.505.083.749a9.323 9.323 0 01-6.", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)", "fingerprint": { "version": 2, "css": "div[id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\"][class=\"widget widget-footer widget-footer-footer-4\"]", "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 'fe8b92fc-bdb2-490f-84cc-036dc348f9ea', 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=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" role=\"contentinfo\" data-ux=\"Widget\"><div> ... .794A3.277 3.277 0 0015.076 6a3.287 3.287 0 00-3.284 3.285c0 .256.032.505.083.749a9.323 9.323 0 01-6.767-3.432 3.292 3.292 0 001.018 4.386 3.32 3.32 0 01-1.486-.41v.045a3.29 3.29 0 002.632 3.22 3.198 ", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[data-ux=\"Widget\"][role=\"contentinfo\"][id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\"][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": 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 c2-1 c2-2 c2-18 c2-r c2-19 c2-1a c2-1b c2-1c c2-1d c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\" data-ux=\"IconHamburger\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\">< ... currentColor\" viewbox=\"0 0 24 24\"><path d=\"M19 8H5a1 1 0 1 1 0-2h14a1 1 0 0 1 0 2zm0 5.097H5a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2zm0 5.25H5a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2z\" 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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconHamburger\"][class=\"x-el x-el-svg c2-1 c2-2 c2-18 c2-r c2-19 c2-1a c2-1b c2-1c c2-1d c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\"]", "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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\" marginhorizontal=\"0\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" vi ... 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\"></path></g></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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*: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\"][marginhorizontal=\"0\"][class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 7 } }, { "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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\" marginhorizontal=\"0\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" vi ... 3.198 3.198 0 01-.865.115c-.21 0-.416-.019-.614-.057a3.283 3.283 0 003.067 2.28 6.585 6.585 0 01-4.079 1.408A6.32 6.32 0 014 17.544a9.339 9.339 0 005.026 1.466z\" fill-rule=\"evenodd\"></path></g></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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*: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\"][marginhorizontal=\"0\"][class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 7 } }, { "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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\" marginhorizontal=\"0\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" vi ... 3 12.513s0-3.028.376-4.479c.207-.8.817-1.431 1.592-1.645C6.37 6 12 6 12 6s5.629 0 7.032.389a2.294 2.294 0 011.592 1.645z\"></path><path fill=\"#fff\" d=\"M10.16 15.86l4.704-3-4.705-3v6z\"></path></g></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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*: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\"][marginhorizontal=\"0\"][class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"]", "attNo": 7 } }, { "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-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-1b c1-4e c1-4f c1-2r c1-4g c1-4h c1-2g c1-4i c1-4j c1-b c1-1i c1-2j c1-4k c1-4l c1-4m c1-2k c1-2l c1-2m\" data-close=\"tr ... 2 5.82l5.958 5.958-5.958 5.959a1.067 1.067 0 0 0 1.508 1.508l5.959-5.958 5.958 5.958a1.065 1.065 0 1 0 1.508-1.508l-5.958-5.959 5.958-5.958a1.065 1.065 0 0 0 0-1.508\" 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(2)>*: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=\"NavigationDrawerCloseIcon\"][data-edit-interactive=\"true\"][data-close=\"true\"][class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-1b c1-4e c1-4f c1-2r c1-4g c1-4h c1-2g c1-4i c1-4j c1-b c1-1i c1-2j c1-4k c1-4l c1-4m c1-2k c1-2l c1-2m\"]", "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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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\"><g> ... 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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\"><g ... 3.198 3.198 0 01-.865.115c-.21 0-.416-.019-.614-.057a3.283 3.283 0 003.067 2.28 6.585 6.585 0 01-4.079 1.408A6.32 6.32 0 014 17.544a9.339 9.339 0 005.026 1.466z\" fill-rule=\"evenodd\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*: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)", "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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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\"><g> ... 3 12.513s0-3.028.376-4.479c.207-.8.817-1.431 1.592-1.645C6.37 6 12 6 12 6s5.629 0 7.032.389a2.294 2.294 0 011.592 1.645z\"></path><path fill=\"#fff\" d=\"M10.16 15.86l4.704-3-4.705-3v6z\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*: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)", "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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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 c2-1 c2-2 c2-q c2-r c2-s c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\" data-ux=\"Icon\" height=\"44\" width=\"44\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g fill=\"currentColor\"><rect rx=\"1.129\" ... rect rx=\"1.129\" height=\"10.222\" width=\"16\" y=\"6\" x=\"4\"></rect><path d=\"M8.977 18.578l.2-2.722a.564.564 0 01.564-.523h3.61c.548 0 .774.705.327 1.024l-3.81 2.721a.564.564 0 01-.89-.5z\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*: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=\"44\"][height=\"44\"][data-ux=\"Icon\"][class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\"]", "attNo": 6 } }, { "engineTestId": 228, "bestPracticeId": 523, "attribute": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "element": "<iframe style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\" srcdoc=\"<script>window.onmessage = function(ev ... .frameElement.getAttribute("srcdoc");\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" frameborder=\"0\" id=\"iframe-390085\"></iframe>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "iframe[id=\"iframe-390085\"][frameborder=\"0\"][sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\"][src=\"javascript: window.frameElement.getAttribute(\\\"srcdoc\\\");\"][srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style=\\\"display: flex; justify-content: center\\\"><iframe src=\\\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\\\" width=\\\"500\\\" height=\\\"500\\\" style=\\\"border:none;overflow:hidden\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"true\\\" allow=\\\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\\\"></iframe></div></body>\"]", "attNo": 6 } }, { "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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907e ... assembly.godaddysites.com/contact-us\" data-aid=\"CTA_BUTTON_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contact Us</a></div></div></div></div></div></section></div></div>", "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 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-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f ... haron have lived in Fresno for most of their lives, raising three children, and now four grandchildren in the Central Valley.</span></p></div></div></div></div></div></div></div></section></div></div>", "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=\"region\"][id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9e ... gconnections.com/c/JimPatterson\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contribute</a></div></div></div></div></div></section></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\" role=\"region\" data-ux=\"Widget\"><div><se ... ;\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" frameborder=\"0\" id=\"iframe-390085\"></iframe></div></div></div></div></section></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[data-ux=\"Widget\"][role=\"region\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 3 } } ], "standardResult": { "totals": [ 0, 0, 0, 23 ], "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": "", "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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)" }, "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" src=\"//img1.wsimg. ... 1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ux=\"Image\">" }, { "ruleID": "94", "what": "This DIV has an id attribute of '7c429a8a-f247-4a52-a359-18ac952907ef', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "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-introduction widget-introduction-introduction-4\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 ... ly.godaddysites.com/contact-us\" data-aid=\"CTA_BUTTON_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contact Us</a></div></div></div></div></div></section></div></div></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of '7c429a8a-f247-4a52-a359-18ac952907ef', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907e ... assembly.godaddysites.com/contact-us\" data-aid=\"CTA_BUTTON_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contact Us</a></div></div></div></div></div></section></div></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of '26aac0e4-c27d-4397-a877-08d701ff8f92', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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-about widget-about-about-2\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1- ... have lived in Fresno for most of their lives, raising three children, and now four grandchildren in the Central Valley.</span></p></div></div></div></div></div></div></div></section></div></div></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of '26aac0e4-c27d-4397-a877-08d701ff8f92', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f ... haron have lived in Fresno for most of their lives, raising three children, and now four grandchildren in the Central Valley.</span></p></div></div></div></div></div></div></div></section></div></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of '1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)" }, "excerpt": "<div class=\"widget widget-content widget-content-content-4\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1- ... ctions.com/c/JimPatterson\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contribute</a></div></div></div></div></div></section></div></div></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of '1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9e ... gconnections.com/c/JimPatterson\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contribute</a></div></div></div></div></div></section></div></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'fe8b92fc-bdb2-490f-84cc-036dc348f9ea', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)" }, "excerpt": "<div class=\"widget widget-footer widget-footer-footer-4\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\"><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 ... .689 6.689 0 0020 7.543a6.654 6.654 0 01-1.889.519 3.303 3.303 0 001.447-1.819 6.53 6.53 0 01-2.087.794A3.277 3.277 0 0015.076 6a3.287 3.287 0 00-3.284 3.285c0 .256.032.505.083.749a9.323 9.323 0 01-6." }, { "ruleID": "94", "what": "This DIV has an id attribute of 'fe8b92fc-bdb2-490f-84cc-036dc348f9ea', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*: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=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" role=\"contentinfo\" data-ux=\"Widget\"><div> ... .794A3.277 3.277 0 0015.076 6a3.287 3.287 0 00-3.284 3.285c0 .256.032.505.083.749a9.323 9.323 0 01-6.767-3.432 3.292 3.292 0 001.018 4.386 3.32 3.32 0 01-1.486-.41v.045a3.29 3.29 0 002.632 3.22 3.198 " }, { "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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg class=\"x-el x-el-svg c2-1 c2-2 c2-18 c2-r c2-19 c2-1a c2-1b c2-1c c2-1d c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\" data-ux=\"IconHamburger\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\">< ... currentColor\" viewbox=\"0 0 24 24\"><path d=\"M19 8H5a1 1 0 1 1 0-2h14a1 1 0 0 1 0 2zm0 5.097H5a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2zm0 5.25H5a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2z\" 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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*: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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\" marginhorizontal=\"0\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" vi ... 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(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(3)>*: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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\" marginhorizontal=\"0\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" vi ... 3.198 3.198 0 01-.865.115c-.21 0-.416-.019-.614-.057a3.283 3.283 0 003.067 2.28 6.585 6.585 0 01-4.079 1.408A6.32 6.32 0 014 17.544a9.339 9.339 0 005.026 1.466z\" fill-rule=\"evenodd\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(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(3)>*: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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\" marginhorizontal=\"0\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" vi ... 3 12.513s0-3.028.376-4.479c.207-.8.817-1.431 1.592-1.645C6.37 6 12 6 12 6s5.629 0 7.032.389a2.294 2.294 0 011.592 1.645z\"></path><path fill=\"#fff\" d=\"M10.16 15.86l4.704-3-4.705-3v6z\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(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(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-1b c1-4e c1-4f c1-2r c1-4g c1-4h c1-2g c1-4i c1-4j c1-b c1-1i c1-2j c1-4k c1-4l c1-4m c1-2k c1-2l c1-2m\" data-close=\"tr ... 2 5.82l5.958 5.958-5.958 5.959a1.067 1.067 0 0 0 1.508 1.508l5.959-5.958 5.958 5.958a1.065 1.065 0 1 0 1.508-1.508l-5.958-5.959 5.958-5.958a1.065 1.065 0 0 0 0-1.508\" 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(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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\"><g> ... 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*: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)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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\"><g ... 3.198 3.198 0 01-.865.115c-.21 0-.416-.019-.614-.057a3.283 3.283 0 003.067 2.28 6.585 6.585 0 01-4.079 1.408A6.32 6.32 0 014 17.544a9.339 9.339 0 005.026 1.466z\" fill-rule=\"evenodd\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*: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)" }, "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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\"><g> ... 3 12.513s0-3.028.376-4.479c.207-.8.817-1.431 1.592-1.645C6.37 6 12 6 12 6s5.629 0 7.032.389a2.294 2.294 0 011.592 1.645z\"></path><path fill=\"#fff\" d=\"M10.16 15.86l4.704-3-4.705-3v6z\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<svg class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\" data-ux=\"Icon\" height=\"44\" width=\"44\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g fill=\"currentColor\"><rect rx=\"1.129\" ... rect rx=\"1.129\" height=\"10.222\" width=\"16\" y=\"6\" x=\"4\"></rect><path d=\"M8.977 18.578l.2-2.722a.564.564 0 01.564-.523h3.61c.548 0 .774.705.327 1.024l-3.81 2.721a.564.564 0 01-.89-.5z\"></path></g></svg>" }, { "ruleID": "228", "what": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<iframe style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\" srcdoc=\"<script>window.onmessage = function(ev ... .frameElement.getAttribute("srcdoc");\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" frameborder=\"0\" id=\"iframe-390085\"></iframe>" }, { "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": "7c429a8a-f247-4a52-a359-18ac952907ef", "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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907e ... assembly.godaddysites.com/contact-us\" data-aid=\"CTA_BUTTON_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contact Us</a></div></div></div></div></div></section></div></div>" }, { "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": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f ... haron have lived in Fresno for most of their lives, raising three children, and now four grandchildren in the Central Valley.</span></p></div></div></div></div></div></div></div></section></div></div>" }, { "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": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9e ... gconnections.com/c/JimPatterson\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" data-ux=\"ButtonSecondary\" data-ux-btn=\"secondary\" rel=\"noopener\">Contribute</a></div></div></div></div></div></section></div></div>" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\" role=\"region\" data-ux=\"Widget\"><div><se ... ;\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" frameborder=\"0\" id=\"iframe-390085\"></iframe></div></div></div></div></section></div></div>" } ] }, "endTime": 1687104449259 }, { "type": "launch", "which": "chromium", "startTime": 1687104449260, "endTime": 1687104449744 }, { "type": "url", "which": "https://patterson4assembly.com/", "what": "Candidate Jim Patterson (R)", "startTime": 1687104449744, "result": { "url": "https://patterson4assembly.com/" }, "endTime": 1687104450139 }, { "type": "test", "which": "htmlcs", "startTime": 1687104450139, "url": "https://patterson4assembly.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": "", "code": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\">" } ] }, "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h3", "id": "#logo-text-90069", "code": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">...</h3>" } ], "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.": [ { "tagName": "h3", "id": "#logo-text-90069", "code": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">...</h3>" } ], "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.": [ { "tagName": "h4", "id": "", "code": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">...</h4>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.48:1. Recommendation: change text colour to #595959.": [ { "tagName": "span", "id": "", "code": "<span>...</span>" } ] }, "AAA.2_4_1.H64.1": { "Iframe element requires a non-empty title attribute that identifies the frame.": [ { "tagName": "iframe", "id": "#iframe-390085", "code": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height " } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" found on the web page.": [ { "tagName": "div", "id": "#1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "code": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 \"26aac0e4-c27d-4397-a877-08d701ff8f92\" found on the web page.": [ { "tagName": "div", "id": "#26aac0e4-c27d-4397-a877-08d701ff8f92", "code": "<div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 \"7c429a8a-f247-4a52-a359-18ac952907ef\" found on the web page.": [ { "tagName": "div", "id": "#7c429a8a-f247-4a52-a359-18ac952907ef", "code": "<div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 \"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" found on the web page.": [ { "tagName": "div", "id": "#fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "code": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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>" } ] } }, "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-10 c1-38 c1-3h c1-3i c1-9a c1-3k c1-3l c1-3m c1-3n c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>" }, { "tagName": "div", "id": "", "code": "<div data-ux=\"Block\" data-aid=\"HEADER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-3j c1-3k c1-3l c1-3m c1-3n c1-b c1-c c1-d c1-3d c1-e c1-f c1-g\">...</div>" }, { "tagName": "div", "id": "", "code": "<div data-ux=\"Block\" data-aid=\"HEADER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-3j c1-3k c1-3l c1-3m c1-3n 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": "#3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner", "code": "<div data-ux=\"Group\" data-aid=\"FOOTER_COOKIE_BANNER_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner\" class=\"x-el x-el-div c1-1 c1-2 c1-3z c1-9i c1-9j c1-4 c1-9k c1-57 c1-7i c1-5x c1-42 c1-9l c1-9m c1-9n c1-9o c1-2c c1-p c1-2d c1-o c1-2a c1-29 c1-2b c1-28 c1-5v c1-b c1-c c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-d c1-e c1-f c1-g\">...</div>" }, { "tagName": "div", "id": "#n-90061-navId-mobile", "code": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-90061-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c c1-e c1-f c1-g\">...</div>" }, { "tagName": "div", "id": "", "code": "<div data-ux=\"Block\" class=\"x-el x-el-div c2-1 c2-2 c2-9 c2-a c2-b c2-c c2-d c2-e c2-3 c2-4 c2-5 c2-f c2-6 c2-7 c2-8\">...</div>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">...</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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.click,click\">...</a>" }, { "tagName": "a", "id": "", "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.click,click\">...</a>" } ] }, "AAA.4_1_2.H91.A.NoHref": { "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.": [ { "tagName": "a", "id": "#3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "code": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-10 c1-4b c1-38 c1-1b c1-4y c1-3u c1-9z c1-a0 c1-6d c1-6x c1-11 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-a1 c1-a2 c1-a3 c1-a4 c1-a5 c1-5x c1-72 c1-9w c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 18, 0, 0, 10 ], "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-10 c1-38 c1-3h c1-3i c1-9a c1-3k c1-3l c1-3m c1-3n c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>" }, { "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=\"HEADER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-3j c1-3k c1-3l c1-3m c1-3n c1-b c1-c c1-d c1-3d c1-e c1-f c1-g\">...</div>" }, { "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=\"HEADER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-3j c1-3k c1-3l c1-3m c1-3n 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": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Group\" data-aid=\"FOOTER_COOKIE_BANNER_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner\" class=\"x-el x-el-div c1-1 c1-2 c1-3z c1-9i c1-9j c1-4 c1-9k c1-57 c1-7i c1-5x c1-42 c1-9l c1-9m c1-9n c1-9o c1-2c c1-p c1-2d c1-o c1-2a c1-29 c1-2b c1-28 c1-5v c1-b c1-c c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v 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-90061-navId-mobile", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-90061-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c 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 c2-1 c2-2 c2-9 c2-a c2-b c2-c c2-d c2-e c2-3 c2-4 c2-5 c2-f c2-6 c2-7 c2-8\">...</div>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CON ... -38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">...</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=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INT ... -38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">...</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/AssemblymanJimPatters ... \"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.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/jimpatterson559?lang=en\" ... \"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.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_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNO ... \"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterso ... r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterso ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" ... r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOC ... r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOC ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.click,click\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoHref", "what": "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.", "ordinalSeverity": 0, "tagName": "A", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 ... 1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.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": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\">" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H3", "id": "logo-text-90069", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">...</h3>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H3", "id": "logo-text-90069", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">...</h3>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">...</h4>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.48:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span>...</span>" }, { "ruleID": "AAA.2_4_1.H64.1", "what": "Iframe element requires a non-empty title attribute that identifies the frame.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height " }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" found on the web page.", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 \"26aac0e4-c27d-4397-a877-08d701ff8f92\" found on the web page.", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 \"7c429a8a-f247-4a52-a359-18ac952907ef\" found on the web page.", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 \"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" found on the web page.", "ordinalSeverity": 3, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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>" } ] }, "endTime": 1687104450305 }, { "type": "launch", "which": "chromium", "startTime": 1687104450305, "endTime": 1687104450785 }, { "type": "url", "which": "https://patterson4assembly.com/", "what": "Candidate Jim Patterson (R)", "startTime": 1687104450786, "result": { "url": "https://patterson4assembly.com/" }, "endTime": 1687104451150 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687104451150, "url": "https://patterson4assembly.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 29, "recommendation": 17, "ignored": 0 }, "items": [ { "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[2]/div[1]/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": 72, "height": 271, "width": 752 }, "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ux=\"Image\">", "level": "violation" }, { "ruleId": "html_lang_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]/html[1]", "aria": "/document[1]/region[4]/document[1]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 500, "width": 752 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "frame_title_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]/html[1]/body[1]/div[1]/iframe[1]", "aria": "/document[1]/region[4]/document[1]" }, "message": "Inline frame does not have a 'title' attribute", "bounds": { "left": 126, "top": 0, "height": 500, "width": 500 }, "snippet": "<iframe allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowfullscreen=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"500\" width=\"500\" src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\">", "level": "violation" }, { "ruleId": "frame_title_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/region[4]" }, "message": "Inline frame does not have a 'title' attribute", "bounds": { "left": 24, "top": 1407, "height": 500, "width": 752 }, "snippet": "<iframe style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style=\"display: flex; justify-content: center\"><iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe></div></body>\" src=\"javascript: window.frameElement.getAttribute(\"srcdoc\");\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" frameborder=\"0\" id=\"iframe-390085\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The <div> element has the id \"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" that is already in use", "bounds": { "left": 0, "top": 1966, "height": 426, "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=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" role=\"contentinfo\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]", "aria": "/document[1]/region[3]" }, "message": "The <div> element has the id \"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" that is already in use", "bounds": { "left": 0, "top": 1055, "height": 297, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" role=\"region\" data-ux=\"Widget\">", "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]/region[2]" }, "message": "The <div> element has the id \"26aac0e4-c27d-4397-a877-08d701ff8f92\" that is already in use", "bounds": { "left": 0, "top": 511, "height": 544, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" role=\"region\" 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 \"7c429a8a-f247-4a52-a359-18ac952907ef\" that is already in use", "bounds": { "left": 0, "top": 343, "height": 168, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_region_labelled", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]", "aria": "/document[1]/region[4]" }, "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'", "bounds": { "left": 0, "top": 1351, "height": 616, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_region_labelled", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]", "aria": "/document[1]/region[3]" }, "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'", "bounds": { "left": 0, "top": 1055, "height": 297, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_region_labelled", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]", "aria": "/document[1]/region[2]" }, "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'", "bounds": { "left": 0, "top": 511, "height": 544, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" role=\"region\" data-ux=\"Widget\">", "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": 343, "height": 168, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_region_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]", "aria": "/document[1]/region[4]" }, "message": "Multiple elements with \"region\" role do not have unique labels", "bounds": { "left": 0, "top": 1351, "height": 616, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_region_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]", "aria": "/document[1]/region[3]" }, "message": "Multiple elements with \"region\" role do not have unique labels", "bounds": { "left": 0, "top": 1055, "height": 297, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_region_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]", "aria": "/document[1]/region[2]" }, "message": "Multiple elements with \"region\" role do not have unique labels", "bounds": { "left": 0, "top": 511, "height": 544, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_region_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]", "aria": "/document[1]/region[1]" }, "message": "Multiple elements with \"region\" role do not have unique labels", "bounds": { "left": 0, "top": 343, "height": 168, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" 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[2]/div[1]/nav[1]/nav[1]", "aria": "/document[1]/main[1]/navigation[1]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 24, "top": 0, "height": 72, "width": 752 }, "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-z 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[2]/div[1]/nav[1]/div[2]", "aria": "/document[1]/main[1]/navigation[1]/navigation[2]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": -1968, "top": 0, "height": 600, "width": 800 }, "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c c1-e c1-f c1-g\" id=\"n-90061-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">", "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[2]/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": 0, "height": 72, "width": 800 }, "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-h c1-i c1-b c1-c c1-r c1-d c1-s c1-t c1-u c1-e c1-v c1-f c1-w c1-g\" data-ux=\"Container\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]", "aria": "/document[1]/region[4]" }, "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 0, "top": 1351, "height": 616, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]", "aria": "/document[1]/region[3]" }, "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 0, "top": 1055, "height": 297, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]", "aria": "/document[1]/region[2]" }, "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 0, "top": 511, "height": 544, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" role=\"region\" data-ux=\"Widget\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]", "aria": "/document[1]/region[1]" }, "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 0, "top": 343, "height": 168, "width": 800 }, "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" role=\"region\" data-ux=\"Widget\">", "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[2]/div[1]/nav[1]/nav[1]", "aria": "/document[1]/main[1]/navigation[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": 24, "top": 0, "height": 72, "width": 752 }, "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-z 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[2]/div[1]/nav[1]/div[2]", "aria": "/document[1]/main[1]/navigation[1]/navigation[2]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": -1968, "top": 0, "height": 600, "width": 800 }, "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c c1-e c1-f c1-g\" id=\"n-90061-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/h4[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 400, "top": 339, "height": 31, "width": 352 }, "snippet": "<h4 class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\" data-typography=\"HeadingDelta\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-ux=\"Heading\" aria-level=\"4\" role=\"heading\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/a[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 400, "top": 508, "height": 40, "width": 352 }, "snippet": "<a data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-10 c1-4b c1-38 c1-1b c1-4y c1-3u c1-9z c1-a0 c1-6d c1-6x c1-11 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-a1 c1-a2 c1-a3 c1-a4 c1-a5 c1-5x c1-72 c1-9w c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-typography=\"ButtonAlpha\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" href=\"\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 400, "top": 369, "height": 116, "width": 352 }, "snippet": "<p style=\"margin:0\">", "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[2]/div[1]/nav[1]/div[2]/div[2]/div[2]/ul[1]", "aria": "/document[1]/main[1]/navigation[1]/navigation[2]/menu[1]" }, "message": "None of the descendent elements with \"menuitem\" role is tabbable", "bounds": { "left": -1944, "top": 151, "height": 123, "width": 752 }, "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2a c1-2b c1-28 c1-29 c1-54 c1-55 c1-56 c1-57 c1-h c1-i c1-58 c1-59 c1-19 c1-1a c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-90061-navListId-mobile\" data-ux=\"NavigationDrawerList\" role=\"menu\">", "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[2]/div[1]/figure[1]", "aria": "/document[1]/main[1]/figure[1]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 24, "top": 72, "height": 271, "width": 752 }, "snippet": "<figure class=\"x-el x-el-figure c1-1 c1-2 c1-25 c1-1l c1-2a c1-29 c1-2b c1-28 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": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]/html[1]/body[1]/div[1]/iframe[1]", "aria": "/document[1]/region[4]/document[1]" }, "message": "The HTML attribute(s) \"scrolling, frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 126, "top": 0, "height": 500, "width": 500 }, "snippet": "<iframe allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowfullscreen=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"500\" width=\"500\" src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/region[4]" }, "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 24, "top": 1407, "height": 500, "width": 752 }, "snippet": "<iframe style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style=\"display: flex; justify-content: center\"><iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe></div></body>\" src=\"javascript: window.frameElement.getAttribute(\"srcdoc\");\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" frameborder=\"0\" id=\"iframe-390085\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/h4[1]", "aria": "/document[1]/heading[1]" }, "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h4>", "bounds": { "left": 400, "top": 339, "height": 31, "width": 352 }, "snippet": "<h4 class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\" data-typography=\"HeadingDelta\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-ux=\"Heading\" aria-level=\"4\" role=\"heading\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[3]/a[1]", "aria": "/document[1]/contentinfo[1]/paragraph[3]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 351, "top": 2173, "height": 22, "width": 100 }, "snippet": "<a data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"tel:6613643655\" data-ux=\"Link\" 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[6]/div[1]/div[1]/section[1]/div[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": 2022, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" aria-label=\"YouTube Social Link\" data-aid=\"FOOTER_YOUTUBE_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[6]/div[1]/div[1]/section[1]/div[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": 2022, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" 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[6]/div[1]/div[1]/section[1]/div[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": 2022, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" 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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/region[3]/heading[1]" }, "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>", "bounds": { "left": 257, "top": 1111, "height": 23, "width": 287 }, "snippet": "<h1 class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\" data-typography=\"HeadingDelta\" data-order=\"2\" data-promoted-from=\"4\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-ux=\"FeaturedHeading\" aria-level=\"1\" role=\"heading\">", "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]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/h3[1]", "aria": "/document[1]/main[1]/navigation[1]/navigation[1]/link[1]/heading[1]" }, "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>", "bounds": { "left": 213, "top": 18, "height": 36, "width": 376 }, "snippet": "<h3 class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\" data-typography=\"LogoAlpha\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" id=\"logo-text-90069\" data-ux=\"LogoHeading\" aria-level=\"3\" role=\"heading\">", "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]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]", "aria": "/document[1]/main[1]/navigation[1]/navigation[1]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 137, "top": 32, "height": 19, "width": 527 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"Jim Patterson for Assembly\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" 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[2]/div[1]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[2]/a[1]", "aria": "/document[1]/main[1]/navigation[1]/navigation[2]/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": -1944, "top": 213, "height": 62, "width": 752 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-typography=\"NavBeta\" href=\"/contact-us\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" 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[2]/div[1]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[1]/a[1]", "aria": "/document[1]/main[1]/navigation[1]/navigation[2]/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": -1944, "top": 151, "height": 62, "width": 752 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-typography=\"NavBeta\" href=\"/\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" target=\"\" data-ux=\"NavigationDrawerLinkActive\" 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[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[3]", "aria": "/document[1]/main[1]/navigation[1]/navigation[2]/link[3]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": -1548, "top": 80, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" aria-label=\"YouTube\" data-aid=\"HEADER_YOUTUBE_LINK\" target=\"_blank\" data-ux=\"SocialLinksLink\" 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[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[2]", "aria": "/document[1]/main[1]/navigation[1]/navigation[2]/link[2]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": -1588, "top": 80, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" aria-label=\"Twitter\" data-aid=\"HEADER_TWITTER_LINK\" target=\"_blank\" data-ux=\"SocialLinksLink\" 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[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/navigation[1]/navigation[2]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": -1628, "top": 80, "height": 40, "width": 40 }, "snippet": "<a data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" aria-label=\"Facebook\" data-aid=\"HEADER_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"SocialLinksLink\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 17, 0, 29 ], "instances": [ { "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[2]/div[1]/figure[1]/picture[1]/img[1]" }, "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ux=\"Image\">" }, { "ruleID": "html_lang_exists", "what": "Page detected as HTML, but does not have a 'lang' attribute", "ordinalSeverity": 3, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]/html[1]" }, "excerpt": "<html>" }, { "ruleID": "frame_title_exists", "what": "Inline frame does not have a 'title' attribute", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]/html[1]/body[1]/div[1]/iframe[1]" }, "excerpt": "<iframe allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowfullscreen=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"500\" width=\" ... s/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\">" }, { "ruleID": "frame_title_exists", "what": "Inline frame does not have a 'title' attribute", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\" srcdoc=\"<script>window.onmessage = function(ev ... \"javascript: window.frameElement.getAttribute(\"srcdoc\");\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" frameborder=\"0\" id=\"iframe-390085\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" that is already in use", "ordinalSeverity": 3, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/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=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" role=\"contentinfo\" data-ux=\"Widget\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" that is already in use", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"26aac0e4-c27d-4397-a877-08d701ff8f92\" that is already in use", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"7c429a8a-f247-4a52-a359-18ac952907ef\" that is already in use", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" role=\"region\" data-ux=\"Widget\">" }, { "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": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\" role=\"region\" data-ux=\"Widget\">" }, { "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": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" role=\"region\" data-ux=\"Widget\">" }, { "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": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" role=\"region\" data-ux=\"Widget\">" }, { "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": "7c429a8a-f247-4a52-a359-18ac952907ef", "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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "aria_region_label_unique", "what": "Multiple elements with \"region\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "aria_region_label_unique", "what": "Multiple elements with \"region\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "aria_region_label_unique", "what": "Multiple elements with \"region\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "aria_region_label_unique", "what": "Multiple elements with \"region\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" 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[2]/div[1]/nav[1]/nav[1]" }, "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-z 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-90061-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[2]/div[1]/nav[1]/div[2]" }, "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c c1-e c1-f c1-g\" id=\"n-90061-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">" }, { "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[2]/div[1]/nav[1]" }, "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-h c1-i c1-b c1-c c1-r c1-d c1-s c1-t c1-u c1-e c1-v c1-f c1-w c1-g\" data-ux=\"Container\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]" }, "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "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-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" role=\"region\" data-ux=\"Widget\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "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-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" role=\"region\" data-ux=\"Widget\">" }, { "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[2]/div[1]/nav[1]/nav[1]" }, "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-z 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-90061-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[2]/div[1]/nav[1]/div[2]" }, "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c c1-e c1-f c1-g\" id=\"n-90061-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/h4[1]" }, "excerpt": "<h4 class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\" data-typography=\"HeadingDelta\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-ux=\"Heading\" aria-level=\"4\" role=\"heading\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-10 c1-4b c1-38 c1-1b c1-4y c1-3u c1-9z c1-a0 c1-6d c1-6x c1-11 c1-14 c1-18 c1-1a ... d c1-1y c1-1z c1-20 c1-21\" data-typography=\"ButtonAlpha\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" href=\"\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"margin:0\">" }, { "ruleID": "aria_child_tabbable", "what": "None of the descendent elements with \"menuitem\" role is tabbable", "ordinalSeverity": 3, "tagName": "UL", "id": "n-90061-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[2]/div[1]/nav[1]/div[2]/div[2]/div[2]/ul[1]" }, "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2a c1-2b c1-28 c1-29 c1-54 c1-55 c1-56 c1-57 c1-h c1-i c1-58 c1-59 c1-19 c1-1a c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-90061-navListId-mobile\" data-ux=\"NavigationDrawerList\" role=\"menu\">" }, { "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[2]/div[1]/figure[1]" }, "excerpt": "<figure class=\"x-el x-el-figure c1-1 c1-2 c1-25 c1-1l c1-2a c1-29 c1-2b c1-28 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": "element_attribute_deprecated", "what": "The HTML attribute(s) \"scrolling, frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]/html[1]/body[1]/div[1]/iframe[1]" }, "excerpt": "<iframe allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowfullscreen=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"500\" width=\" ... s/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\" srcdoc=\"<script>window.onmessage = function(ev ... \"javascript: window.frameElement.getAttribute(\"srcdoc\");\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" frameborder=\"0\" id=\"iframe-390085\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h4>", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/h4[1]" }, "excerpt": "<h4 class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\" data-typography=\"HeadingDelta\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-ux=\"Heading\" aria-level=\"4\" role=\"heading\">" }, { "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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[3]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"tel:6613643655\" data-ux=\"Link\" 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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g ... ttps://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" aria-label=\"YouTube Social Link\" data-aid=\"FOOTER_YOUTUBE_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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g ... \" href=\"https://www.twitter.com/jimpatterson559?lang=en\" 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[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g ... cebook.com/AssemblymanJimPatterson/?ref=page_internal\" 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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\" data-typography=\"HeadingDelta\" data-order=\"2\" data-promoted-from=\"4\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-ux=\"FeaturedHeading\" aria-level=\"1\" role=\"heading\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>", "ordinalSeverity": 1, "tagName": "H3", "id": "logo-text-90069", "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]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/h3[1]" }, "excerpt": "<h3 class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\" data-typography=\"LogoAlpha\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" id=\"logo-text-90069\" data-ux=\"LogoHeading\" aria-level=\"3\" role=\"heading\">" }, { "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]/nav[1]/nav[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 ... 1j c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"Jim Patterson for Assembly\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" 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[2]/div[1]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-2 ... a\" href=\"/contact-us\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" 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[2]/div[1]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 ... avBeta\" href=\"/\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" target=\"\" data-ux=\"NavigationDrawerLinkActive\" 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[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c ... https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" aria-label=\"YouTube\" data-aid=\"HEADER_YOUTUBE_LINK\" target=\"_blank\" data-ux=\"SocialLinksLink\" 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[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c ... a\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" aria-label=\"Twitter\" data-aid=\"HEADER_TWITTER_LINK\" target=\"_blank\" data-ux=\"SocialLinksLink\" 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[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.click,click\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c ... acebook.com/AssemblymanJimPatterson/?ref=page_internal\" aria-label=\"Facebook\" data-aid=\"HEADER_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"SocialLinksLink\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">" } ] }, "endTime": 1687104453905 }, { "type": "launch", "which": "chromium", "startTime": 1687104453905, "endTime": 1687104454495 }, { "type": "url", "which": "https://patterson4assembly.com/", "what": "Candidate Jim Patterson (R)", "startTime": 1687104454495, "result": { "url": "https://patterson4assembly.com/" }, "endTime": 1687104454858 }, { "type": "test", "which": "nuVal", "startTime": 1687104454858, "url": "https://patterson4assembly.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 58, "lastColumn": 2599, "firstColumn": 2596, "message": "CSS: padding-left: none is not a padding-left value.", "extract": "ding-left:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 58, "lastColumn": 2628, "firstColumn": 2625, "message": "CSS: padding-right: none is not a padding-right value.", "extract": "ing-right:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 58, "lastColumn": 5054, "firstColumn": 5052, "message": "CSS: object: Parse Error.", "extract": " -object]:0px}.x .c", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 58, "lastColumn": 7953, "firstColumn": 7950, "message": "CSS: padding-top: none is not a padding-top value.", "extract": "dding-top:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 73, "lastColumn": 2442, "firstColumn": 1890, "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=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 553 }, { "type": "error", "lastLine": 73, "lastColumn": 2442, "firstColumn": 1890, "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=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 553 }, { "type": "info", "lastLine": 73, "lastColumn": 3468, "firstColumn": 3065, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "20 c1-21\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\"><div d", "hiliteStart": 10, "hiliteLength": 404 }, { "type": "info", "lastLine": 73, "lastColumn": 3893, "firstColumn": 3595, "subType": "warning", "message": "The heading role is unnecessary for element h3.", "extract": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Pa", "hiliteStart": 10, "hiliteLength": 299 }, { "type": "error", "lastLine": 73, "lastColumn": 4280, "firstColumn": 3925, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2i c1-2w c1-2x c1-2y c1-2z\">Jim Pa", "hiliteStart": 10, "hiliteLength": 356 }, { "type": "error", "lastLine": 73, "lastColumn": 4668, "firstColumn": 4314, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Pa", "hiliteStart": 10, "hiliteLength": 355 }, { "type": "error", "lastLine": 73, "lastColumn": 5055, "firstColumn": 4702, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-2i c1-31 c1-32 c1-33 c1-34\">Jim Pa", "hiliteStart": 10, "hiliteLength": 354 }, { "type": "error", "lastLine": 73, "lastColumn": 6157, "firstColumn": 5604, "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=\"90070\" aria-expanded=\"false\" toggleid=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-36 c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90071.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 554 }, { "type": "error", "lastLine": 73, "lastColumn": 6157, "firstColumn": 5604, "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=\"90070\" aria-expanded=\"false\" toggleid=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-36 c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90071.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 554 }, { "type": "info", "lastLine": 73, "lastColumn": 7207, "firstColumn": 6804, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "20 c1-21\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\"><div d", "hiliteStart": 10, "hiliteLength": 404 }, { "type": "info", "lastLine": 73, "lastColumn": 7651, "firstColumn": 7343, "subType": "warning", "message": "The heading role is unnecessary for element h3.", "extract": " style=\"\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">Jim Pa", "hiliteStart": 10, "hiliteLength": 309 }, { "type": "error", "lastLine": 73, "lastColumn": 8049, "firstColumn": 7683, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2w c1-2x c1-2y c1-2z\" style=\"display: none;\">Jim Pa", "hiliteStart": 10, "hiliteLength": 367 }, { "type": "error", "lastLine": 73, "lastColumn": 8448, "firstColumn": 8083, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2j c1-2k c1-2l c1-2m\" style=\"display: none;\">Jim Pa", "hiliteStart": 10, "hiliteLength": 366 }, { "type": "error", "lastLine": 73, "lastColumn": 8846, "firstColumn": 8482, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-31 c1-32 c1-33 c1-34\" style=\"display: none;\">Jim Pa", "hiliteStart": 10, "hiliteLength": 365 }, { "type": "info", "lastLine": 73, "lastColumn": 9922, "firstColumn": 9391, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 532 }, { "type": "error", "lastLine": 73, "lastColumn": 10140, "firstColumn": 9923, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 73, "lastColumn": 11124, "firstColumn": 10615, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 510 }, { "type": "error", "lastLine": 73, "lastColumn": 11342, "firstColumn": 11125, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g fil", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 73, "lastColumn": 12454, "firstColumn": 11936, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "error", "lastLine": 73, "lastColumn": 12672, "firstColumn": 12455, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 73, "lastColumn": 15316, "firstColumn": 14786, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 531 }, { "type": "error", "lastLine": 73, "lastColumn": 15534, "firstColumn": 15317, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 73, "lastColumn": 16517, "firstColumn": 16009, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 509 }, { "type": "error", "lastLine": 73, "lastColumn": 16735, "firstColumn": 16518, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g fil", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 73, "lastColumn": 17846, "firstColumn": 17329, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 518 }, { "type": "error", "lastLine": 73, "lastColumn": 18064, "firstColumn": 17847, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "error", "lastLine": 73, "lastColumn": 19524, "firstColumn": 18998, "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=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "info", "lastLine": 73, "lastColumn": 19524, "firstColumn": 18998, "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=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "error", "lastLine": 73, "lastColumn": 20241, "firstColumn": 19715, "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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "info", "lastLine": 73, "lastColumn": 20241, "firstColumn": 19715, "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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "error", "lastLine": 73, "lastColumn": 22917, "firstColumn": 22599, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "80,h:458\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\"></pict", "hiliteStart": 10, "hiliteLength": 319 }, { "type": "info", "lastLine": 73, "lastColumn": 949, "firstColumn": 806, "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-b c1-c c1-j c1-k c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "error", "lastLine": 73, "lastColumn": 23329, "firstColumn": 23096, "message": "Duplicate ID 7c429a8a-f247-4a52-a359-18ac952907ef.", "extract": "uction-4\"><div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 234 }, { "type": "info", "lastLine": 73, "lastColumn": 23095, "firstColumn": 22979, "subType": "warning", "message": "The first occurrence of ID 7c429a8a-f247-4a52-a359-18ac952907ef was here.", "extract": "div></div><div id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\"><div d", "hiliteStart": 10, "hiliteLength": 117 }, { "type": "info", "lastLine": 73, "lastColumn": 23457, "firstColumn": 23336, "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-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "error", "lastLine": 73, "lastColumn": 25183, "firstColumn": 24949, "message": "Duplicate ID 26aac0e4-c27d-4397-a877-08d701ff8f92.", "extract": "-about-2\"><div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 235 }, { "type": "info", "lastLine": 73, "lastColumn": 24948, "firstColumn": 24853, "subType": "warning", "message": "The first occurrence of ID 26aac0e4-c27d-4397-a877-08d701ff8f92 was here.", "extract": "div></div><div id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\"><div d", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 73, "lastColumn": 26357, "firstColumn": 26112, "message": "Attribute index not allowed on element div at this point.", "extract": "1-f c1-g\"><div data-ux=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w 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 d", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 73, "lastColumn": 26786, "firstColumn": 26358, "message": "Attribute alignment not allowed on element div at this point.", "extract": "1-f c1-g\"><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-8r c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\"><p sty", "hiliteStart": 10, "hiliteLength": 429 }, { "type": "info", "lastLine": 73, "lastColumn": 25312, "firstColumn": 25190, "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-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 73, "lastColumn": 27992, "firstColumn": 27759, "message": "Duplicate ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea.", "extract": "ontent-4\"><div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 234 }, { "type": "info", "lastLine": 73, "lastColumn": 27758, "firstColumn": 27657, "subType": "warning", "message": "The first occurrence of ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea was here.", "extract": "div></div><div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\"><div d", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "info", "lastLine": 73, "lastColumn": 29094, "firstColumn": 28804, "subType": "warning", "message": "The heading role is unnecessary for element h1.", "extract": "1-f c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Suppor", "hiliteStart": 10, "hiliteLength": 291 }, { "type": "error", "lastLine": 73, "lastColumn": 29572, "firstColumn": 29134, "message": "Attribute alignment not allowed on element div at this point.", "extract": "embly</h1><div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-96 c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\"><p sty", "hiliteStart": 10, "hiliteLength": 439 }, { "type": "info", "lastLine": 73, "lastColumn": 32682, "firstColumn": 31435, "subType": "warning", "message": "Potentially bad value allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.", "extract": "1-f c1-g\"><iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style="display: flex; justify-content: center"><iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="500" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></div></body>\" style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\"></ifra", "hiliteStart": 10, "hiliteLength": 1248 }, { "type": "error", "lastLine": 73, "lastColumn": 32682, "firstColumn": 31435, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "1-f c1-g\"><iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style="display: flex; justify-content: center"><iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="500" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></div></body>\" style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\"></ifra", "hiliteStart": 10, "hiliteLength": 1248 }, { "type": "info", "lastLine": 73, "lastColumn": 30880, "firstColumn": 30726, "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=\"HTML_SECTION_RENDERED\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 73, "lastColumn": 33039, "firstColumn": 32845, "message": "Duplicate ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea.", "extract": "footer-4\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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": 195 }, { "type": "info", "lastLine": 73, "lastColumn": 32844, "firstColumn": 32746, "subType": "warning", "message": "The first occurrence of ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea was here.", "extract": "div></div><div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\"><div d", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 73, "lastColumn": 34151, "firstColumn": 33702, "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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 450 }, { "type": "info", "lastLine": 73, "lastColumn": 35250, "firstColumn": 34823, "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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 428 }, { "type": "info", "lastLine": 73, "lastColumn": 36477, "firstColumn": 36041, "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_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 437 }, { "type": "info", "lastLine": 73, "lastColumn": 38181, "firstColumn": 37856, "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=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-36", "hiliteStart": 10, "hiliteLength": 326 }, { "type": "info", "lastLine": 73, "lastColumn": 33167, "firstColumn": 33046, "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-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 74, "lastColumn": 947, "firstColumn": 700, "subType": "warning", "message": "The heading role is unnecessary for element h4.", "extract": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This w", "hiliteStart": 10, "hiliteLength": 248 }, { "type": "info", "lastLine": 75, "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": 78, "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": 285, "firstColumn": 228, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly</title><meta name=\"author\" content=\"Jim Patterson for Assembly\"/><meta ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 1, "lastColumn": 377, "firstColumn": 286, "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": 428, "firstColumn": 378, "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": 555, "firstColumn": 429, "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/static/pwa-app/logo-default.png/:/rs=w:57,h:57,m\"/><link ", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 1, "lastColumn": 682, "firstColumn": 556, "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/static/pwa-app/logo-default.png/:/rs=w:60,h:60,m\"/><link ", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 1, "lastColumn": 809, "firstColumn": 683, "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/static/pwa-app/logo-default.png/:/rs=w:72,h:72,m\"/><link ", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 1, "lastColumn": 940, "firstColumn": 810, "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/static/pwa-app/logo-default.png/:/rs=w:114,h:114,m\"/><link ", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 1, "lastColumn": 1071, "firstColumn": 941, "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/static/pwa-app/logo-default.png/:/rs=w:120,h:120,m\"/><link ", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 1, "lastColumn": 1202, "firstColumn": 1072, "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/static/pwa-app/logo-default.png/:/rs=w:144,h:144,m\"/><link ", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 1, "lastColumn": 1333, "firstColumn": 1203, "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/static/pwa-app/logo-default.png/:/rs=w:152,h:152,m\"/><link ", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 1, "lastColumn": 1464, "firstColumn": 1334, "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/static/pwa-app/logo-default.png/:/rs=w:180,h:180,m\"/><meta ", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 1, "lastColumn": 1531, "firstColumn": 1465, "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://patterson4assembly.com/\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 67 }, { "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": "y.com/\"/>\n<meta property=\"og:site_name\" content=\"Jim Patterson 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=\"Jim Patterson for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 4, "lastColumn": 44, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 5, "lastColumn": 121, "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/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "info", "lastLine": 6, "lastColumn": 44, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "03.png\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 7, "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": 8, "lastColumn": 62, "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=\"@jimpatterson559?lang=en\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 9, "lastColumn": 65, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ang=en\"/>\n<meta name=\"twitter:title\" content=\"Jim Patterson for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 65 }, { "type": "info", "lastLine": 10, "lastColumn": 122, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta name=\"twitter:image\" content=\"https://img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 11, "lastColumn": 69, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "03.png\"/>\n<meta name=\"twitter:image:alt\" content=\"Jim Patterson for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 12, "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=\"#8B243A\"/><style", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 36, "lastColumn": 2599, "firstColumn": 2596, "message": "CSS: padding-left: none is not a padding-left value.", "extract": "ding-left:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 36, "lastColumn": 2628, "firstColumn": 2625, "message": "CSS: padding-right: none is not a padding-right value.", "extract": "ing-right:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 36, "lastColumn": 5054, "firstColumn": 5052, "message": "CSS: object: Parse Error.", "extract": " -object]:0px}.x .c", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 36, "lastColumn": 7953, "firstColumn": 7950, "message": "CSS: padding-top: none is not a padding-top value.", "extract": "dding-top:none}.x .c", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 51, "lastColumn": 2442, "firstColumn": 1890, "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=\"90065\" aria-expanded=\"false\" toggleId=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 553 }, { "type": "error", "lastLine": 51, "lastColumn": 2442, "firstColumn": 1890, "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=\"90065\" aria-expanded=\"false\" toggleId=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 553 }, { "type": "info", "lastLine": 51, "lastColumn": 3468, "firstColumn": 3065, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "20 c1-21\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\"><div d", "hiliteStart": 10, "hiliteLength": 404 }, { "type": "info", "lastLine": 51, "lastColumn": 3893, "firstColumn": 3595, "subType": "warning", "message": "The heading role is unnecessary for element h3.", "extract": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Pa", "hiliteStart": 10, "hiliteLength": 299 }, { "type": "error", "lastLine": 51, "lastColumn": 4280, "firstColumn": 3925, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2i c1-2w c1-2x c1-2y c1-2z\">Jim Pa", "hiliteStart": 10, "hiliteLength": 356 }, { "type": "error", "lastLine": 51, "lastColumn": 4668, "firstColumn": 4314, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Pa", "hiliteStart": 10, "hiliteLength": 355 }, { "type": "error", "lastLine": 51, "lastColumn": 5055, "firstColumn": 4702, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-2i c1-31 c1-32 c1-33 c1-34\">Jim Pa", "hiliteStart": 10, "hiliteLength": 354 }, { "type": "error", "lastLine": 51, "lastColumn": 6157, "firstColumn": 5604, "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=\"90070\" aria-expanded=\"false\" toggleId=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-36 c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90071.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 554 }, { "type": "error", "lastLine": 51, "lastColumn": 6157, "firstColumn": 5604, "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=\"90070\" aria-expanded=\"false\" toggleId=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-36 c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90071.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 554 }, { "type": "info", "lastLine": 51, "lastColumn": 7207, "firstColumn": 6804, "subType": "warning", "message": "The link role is unnecessary for element a with attribute href.", "extract": "20 c1-21\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\"><div d", "hiliteStart": 10, "hiliteLength": 404 }, { "type": "info", "lastLine": 51, "lastColumn": 7620, "firstColumn": 7334, "subType": "warning", "message": "The heading role is unnecessary for element h3.", "extract": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\">Jim Pa", "hiliteStart": 10, "hiliteLength": 287 }, { "type": "error", "lastLine": 51, "lastColumn": 7995, "firstColumn": 7652, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2w c1-2x c1-2y c1-2z\">Jim Pa", "hiliteStart": 10, "hiliteLength": 344 }, { "type": "error", "lastLine": 51, "lastColumn": 8371, "firstColumn": 8029, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2j c1-2k c1-2l c1-2m\">Jim Pa", "hiliteStart": 10, "hiliteLength": 343 }, { "type": "error", "lastLine": 51, "lastColumn": 8746, "firstColumn": 8405, "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-31 c1-32 c1-33 c1-34\">Jim Pa", "hiliteStart": 10, "hiliteLength": 342 }, { "type": "info", "lastLine": 51, "lastColumn": 9822, "firstColumn": 9291, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 532 }, { "type": "error", "lastLine": 51, "lastColumn": 10040, "firstColumn": 9823, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 51, "lastColumn": 11024, "firstColumn": 10515, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 510 }, { "type": "error", "lastLine": 51, "lastColumn": 11242, "firstColumn": 11025, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g fil", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 51, "lastColumn": 12354, "firstColumn": 11836, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "error", "lastLine": 51, "lastColumn": 12572, "firstColumn": 12355, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 51, "lastColumn": 15216, "firstColumn": 14686, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 531 }, { "type": "error", "lastLine": 51, "lastColumn": 15434, "firstColumn": 15217, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 51, "lastColumn": 16417, "firstColumn": 15909, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 509 }, { "type": "error", "lastLine": 51, "lastColumn": 16635, "firstColumn": 16418, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g fil", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 51, "lastColumn": 17746, "firstColumn": 17229, "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 518 }, { "type": "error", "lastLine": 51, "lastColumn": 17964, "firstColumn": 17747, "message": "Attribute marginhorizontal not allowed on element svg at this point.", "extract": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "error", "lastLine": 51, "lastColumn": 19424, "firstColumn": 18898, "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=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "info", "lastLine": 51, "lastColumn": 19424, "firstColumn": 18898, "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=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "error", "lastLine": 51, "lastColumn": 20141, "firstColumn": 19615, "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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "info", "lastLine": 51, "lastColumn": 20141, "firstColumn": 19615, "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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\"><span>", "hiliteStart": 10, "hiliteLength": 527 }, { "type": "info", "lastLine": 51, "lastColumn": 21258, "firstColumn": 20815, "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/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:403,h:144, //img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:806,h:288 2x, //img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1209,h:432 3x\"/><sourc", "hiliteStart": 10, "hiliteLength": 444 }, { "type": "info", "lastLine": 51, "lastColumn": 21591, "firstColumn": 21259, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ":432 3x\"/><source media=\"(min-width: 451px) and (max-width: 767px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:719,h:257, //img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1438,h:514 2x\"/><sourc", "hiliteStart": 10, "hiliteLength": 333 }, { "type": "info", "lastLine": 51, "lastColumn": 21791, "firstColumn": 21592, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ":514 2x\"/><source media=\"(min-width: 768px) and (max-width: 1023px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,h:366\"/><sourc", "hiliteStart": 10, "hiliteLength": 200 }, { "type": "info", "lastLine": 51, "lastColumn": 22126, "firstColumn": 21792, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "3,h:366\"/><source media=\"(min-width: 1024px) and (max-width: 1279px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:984,h:352, //img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1968,h:704 2x\"/><sourc", "hiliteStart": 10, "hiliteLength": 335 }, { "type": "info", "lastLine": 51, "lastColumn": 22327, "firstColumn": 22127, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ":704 2x\"/><source media=\"(min-width: 1280px) and (max-width: 1535px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1160,h:415\"/><sourc", "hiliteStart": 10, "hiliteLength": 201 }, { "type": "info", "lastLine": 51, "lastColumn": 22504, "firstColumn": 22328, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0,h:415\"/><source media=\"(min-width: 1536px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1280,h:458\"/><img d", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "info", "lastLine": 51, "lastColumn": 22824, "firstColumn": 22505, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0,h:458\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\"/></pict", "hiliteStart": 10, "hiliteLength": 320 }, { "type": "error", "lastLine": 51, "lastColumn": 22824, "firstColumn": 22505, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "0,h:458\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\"/></pict", "hiliteStart": 10, "hiliteLength": 320 }, { "type": "info", "lastLine": 51, "lastColumn": 949, "firstColumn": 806, "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-b c1-c c1-j c1-k c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "error", "lastLine": 51, "lastColumn": 23236, "firstColumn": 23003, "message": "Duplicate ID 7c429a8a-f247-4a52-a359-18ac952907ef.", "extract": "uction-4\"><div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 234 }, { "type": "info", "lastLine": 51, "lastColumn": 23002, "firstColumn": 22886, "subType": "warning", "message": "The first occurrence of ID 7c429a8a-f247-4a52-a359-18ac952907ef was here.", "extract": "div></div><div id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\"><div d", "hiliteStart": 10, "hiliteLength": 117 }, { "type": "info", "lastLine": 51, "lastColumn": 23364, "firstColumn": 23243, "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-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "error", "lastLine": 51, "lastColumn": 25090, "firstColumn": 24856, "message": "Duplicate ID 26aac0e4-c27d-4397-a877-08d701ff8f92.", "extract": "-about-2\"><div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 235 }, { "type": "info", "lastLine": 51, "lastColumn": 24855, "firstColumn": 24760, "subType": "warning", "message": "The first occurrence of ID 26aac0e4-c27d-4397-a877-08d701ff8f92 was here.", "extract": "div></div><div id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\"><div d", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 51, "lastColumn": 26264, "firstColumn": 26019, "message": "Attribute index not allowed on element div at this point.", "extract": "1-f c1-g\"><div data-ux=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w 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 d", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 51, "lastColumn": 26693, "firstColumn": 26265, "message": "Attribute alignment not allowed on element div at this point.", "extract": "1-f c1-g\"><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-8r c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\"><p sty", "hiliteStart": 10, "hiliteLength": 429 }, { "type": "info", "lastLine": 51, "lastColumn": 25219, "firstColumn": 25097, "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-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 51, "lastColumn": 27899, "firstColumn": 27666, "message": "Duplicate ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea.", "extract": "ontent-4\"><div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": 234 }, { "type": "info", "lastLine": 51, "lastColumn": 27665, "firstColumn": 27564, "subType": "warning", "message": "The first occurrence of ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea was here.", "extract": "div></div><div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\"><div d", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "info", "lastLine": 51, "lastColumn": 29001, "firstColumn": 28711, "subType": "warning", "message": "The heading role is unnecessary for element h1.", "extract": "1-f c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Suppor", "hiliteStart": 10, "hiliteLength": 291 }, { "type": "error", "lastLine": 51, "lastColumn": 29479, "firstColumn": 29041, "message": "Attribute alignment not allowed on element div at this point.", "extract": "embly</h1><div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-96 c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\"><p sty", "hiliteStart": 10, "hiliteLength": 439 }, { "type": "info", "lastLine": 51, "lastColumn": 32647, "firstColumn": 31342, "subType": "warning", "message": "Potentially bad value allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.", "extract": "1-f c1-g\"><iframe id=\"iframe-390085\" frameBorder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcDoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style="display: flex; justify-content: center"><iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="500" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></div></body>\" style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\"></ifra", "hiliteStart": 10, "hiliteLength": 1306 }, { "type": "error", "lastLine": 51, "lastColumn": 32647, "firstColumn": 31342, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "1-f c1-g\"><iframe id=\"iframe-390085\" frameBorder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcDoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style="display: flex; justify-content: center"><iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="500" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></div></body>\" style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\"></ifra", "hiliteStart": 10, "hiliteLength": 1306 }, { "type": "info", "lastLine": 51, "lastColumn": 30787, "firstColumn": 30633, "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=\"HTML_SECTION_RENDERED\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 51, "lastColumn": 33004, "firstColumn": 32810, "message": "Duplicate ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea.", "extract": "footer-4\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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": 195 }, { "type": "info", "lastLine": 51, "lastColumn": 32809, "firstColumn": 32711, "subType": "warning", "message": "The first occurrence of ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea was here.", "extract": "div></div><div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\"><div d", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 51, "lastColumn": 34116, "firstColumn": 33667, "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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 450 }, { "type": "info", "lastLine": 51, "lastColumn": 35215, "firstColumn": 34788, "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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 428 }, { "type": "info", "lastLine": 51, "lastColumn": 36442, "firstColumn": 36006, "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_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.click,click\"><svg v", "hiliteStart": 10, "hiliteLength": 437 }, { "type": "info", "lastLine": 51, "lastColumn": 38146, "firstColumn": 37821, "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=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-36", "hiliteStart": 10, "hiliteLength": 326 }, { "type": "info", "lastLine": 51, "lastColumn": 33132, "firstColumn": 33011, "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-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 52, "lastColumn": 947, "firstColumn": 700, "subType": "warning", "message": "The heading role is unnecessary for element h4.", "extract": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This w", "hiliteStart": 10, "hiliteLength": 248 }, { "type": "info", "lastLine": 53, "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": [ 59, 0, 62, 0 ], "instances": [ { "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": "58" }, "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": "58" }, "excerpt": "ing-right:none}.x .c" }, { "ruleID": "CSS: object: Parse Error.", "what": "CSS: object: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "58" }, "excerpt": " -object]:0px}.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": "58" }, "excerpt": "dding-top:none}.x .c" }, { "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": "90065", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.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": "90065", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.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": "73" }, "excerpt": "20 c1-21\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el ... c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\"><div d" }, { "ruleID": "The heading role is unnecessary for element h3.", "what": "The heading role is unnecessary for element h3.", "ordinalSeverity": 0, "tagName": "H3", "id": "logo-text-90069", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2i c1-2w c1-2x c1-2y c1-2z\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-2i c1-31 c1-32 c1-33 c1-34\">Jim Pa" }, { "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": "90070", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90070\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-36 c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90071.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": "90070", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90070\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-36 c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90071.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": "73" }, "excerpt": "20 c1-21\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el ... c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\"><div d" }, { "ruleID": "The heading role is unnecessary for element h3.", "what": "The heading role is unnecessary for element h3.", "ordinalSeverity": 0, "tagName": "H3", "id": "logo-text-90074", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": " style=\"\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2w c1-2x c1-2y c1-2z\" style=\"display: none;\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2j c1-2k c1-2l c1-2m\" style=\"display: none;\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-31 c1-32 c1-33 c1-34\" style=\"display: none;\">Jim Pa" }, { "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": "73" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJ ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa" }, { "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": "73" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559 ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g fil" }, { "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": "73" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSj ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa" }, { "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": "73" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJ ... -3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa" }, { "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": "73" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559 ... -3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g fil" }, { "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": "73" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSj ... -3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa" }, { "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": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.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": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.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": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/co ... 1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.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": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/co ... 1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\"><span>" }, { "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": "73" }, "excerpt": "80,h:458\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d 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": "73" }, "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-b c1-c c1-j c1-k c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID 7c429a8a-f247-4a52-a359-18ac952907ef.", "what": "Duplicate ID 7c429a8a-f247-4a52-a359-18ac952907ef.", "ordinalSeverity": 2, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "uction-4\"><div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 7c429a8a-f247-4a52-a359-18ac952907ef was here.", "what": "The first occurrence of ID 7c429a8a-f247-4a52-a359-18ac952907ef was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "div></div><div id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\"><div d" }, { "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": "73" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID 26aac0e4-c27d-4397-a877-08d701ff8f92.", "what": "Duplicate ID 26aac0e4-c27d-4397-a877-08d701ff8f92.", "ordinalSeverity": 2, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "-about-2\"><div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 26aac0e4-c27d-4397-a877-08d701ff8f92 was here.", "what": "The first occurrence of ID 26aac0e4-c27d-4397-a877-08d701ff8f92 was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "div></div><div id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\"><div d" }, { "ruleID": "Attribute index not allowed on element div at this point.", "what": "Attribute index not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "69f602d8-be22-4327-b0a0-ed9182658cfd", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><div data-ux=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w 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 d" }, { "ruleID": "Attribute alignment not allowed on element div at this point.", "what": "Attribute alignment not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c ... 3 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-8r c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\"><p sty" }, { "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": "73" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea.", "what": "Duplicate ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "ontent-4\"><div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea was here.", "what": "The first occurrence of ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "div></div><div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\"><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": "73" }, "excerpt": "1-f c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Suppor" }, { "ruleID": "Attribute alignment not allowed on element div at this point.", "what": "Attribute alignment not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "embly</h1><div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1- ... 3 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-96 c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\"><p sty" }, { "ruleID": "Potentially bad value allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.", "what": "Potentially bad value allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.get ... icture; web-share"></iframe></div></body>\" style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\"></ifra" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "1-f c1-g\"><iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.get ... icture; web-share"></iframe></div></body>\" style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\"></ifra" }, { "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": "73" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HTML_SECTION_RENDERED\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea.", "what": "Duplicate ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea.", "ordinalSeverity": 2, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "footer-4\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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 fe8b92fc-bdb2-490f-84cc-036dc348f9ea was here.", "what": "The first occurrence of ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "line", "spec": "73" }, "excerpt": "div></div><div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\"><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": "73" }, "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/Assemblyman ... =\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.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": "73" }, "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/jimpatterson55 ... =\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.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": "73" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMS ... =\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.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": "73" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-36" }, { "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": "73" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "The heading role is unnecessary for element h4.", "what": "The heading role is unnecessary for element h4.", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "line", "spec": "74" }, "excerpt": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This w" }, { "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": "75" }, "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": "78" }, "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=\"author\" content=\"Jim Patterson 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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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://patterson4assembly.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": "y.com/\"/> <meta property=\"og:site_name\" content=\"Jim Patterson 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=\"Jim Patterson 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: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": "5" }, "excerpt": "ebsite\"/> <meta property=\"og:image\" content=\"https://img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.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": "6" }, "excerpt": "03.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": "7" }, "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": "8" }, "excerpt": "ummary\"/> <meta name=\"twitter:site\" content=\"@jimpatterson559?lang=en\"/> <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": "ang=en\"/> <meta name=\"twitter:title\" content=\"Jim Patterson 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": "10" }, "excerpt": "sembly\"/> <meta name=\"twitter:image\" content=\"https://img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.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": "11" }, "excerpt": "03.png\"/> <meta name=\"twitter:image:alt\" content=\"Jim Patterson 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": "12" }, "excerpt": "sembly\"/> <meta name=\"theme-color\" content=\"#8B243A\"/><style" }, { "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": "36" }, "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": "36" }, "excerpt": "ing-right:none}.x .c" }, { "ruleID": "CSS: object: Parse Error.", "what": "CSS: object: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "36" }, "excerpt": " -object]:0px}.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": "36" }, "excerpt": "dding-top:none}.x .c" }, { "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": "90065", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90065\" aria-expanded=\"false\" toggleId=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.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": "90065", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90065\" aria-expanded=\"false\" toggleId=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.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": "51" }, "excerpt": "20 c1-21\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el ... c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\"><div d" }, { "ruleID": "The heading role is unnecessary for element h3.", "what": "The heading role is unnecessary for element h3.", "ordinalSeverity": 0, "tagName": "H3", "id": "logo-text-90069", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2i c1-2w c1-2x c1-2y c1-2z\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-2i c1-31 c1-32 c1-33 c1-34\">Jim Pa" }, { "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": "90070", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90070\" aria-expanded=\"false\" toggleId=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-36 c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90071.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": "90070", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90070\" aria-expanded=\"false\" toggleId=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-36 c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90071.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": "51" }, "excerpt": "20 c1-21\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el ... c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\"><div d" }, { "ruleID": "The heading role is unnecessary for element h3.", "what": "The heading role is unnecessary for element h3.", "ordinalSeverity": 0, "tagName": "H3", "id": "logo-text-90074", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2w c1-2x c1-2y c1-2z\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2j c1-2k c1-2l c1-2m\">Jim Pa" }, { "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-31 c1-32 c1-33 c1-34\">Jim Pa" }, { "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": "51" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJ ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa" }, { "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": "51" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559 ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g fil" }, { "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": "51" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSj ... 3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa" }, { "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": "51" }, "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJ ... -3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa" }, { "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": "51" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559 ... -3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g fil" }, { "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": "51" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSj ... -3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.click,click\"><svg v" }, { "ruleID": "Attribute marginhorizontal not allowed on element svg at this point.", "what": "Attribute marginhorizontal not allowed on element svg at this point.", "ordinalSeverity": 2, "tagName": "SVG", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "ck,click\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginHorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"><g><pa" }, { "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": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.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": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.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": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/co ... 1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.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": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/co ... 1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\"><span>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "SOURCE", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:403,h:144, //img1.wsimg.com ... g/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:806,h:288 2x, //img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1209,h:432 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": "51" }, "excerpt": ":432 3x\"/><source media=\"(min-width: 451px) and (max-width: 767px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:719,h:257, //img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1438,h:514 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": "51" }, "excerpt": ":514 2x\"/><source media=\"(min-width: 768px) and (max-width: 1023px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,h:366\"/><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": "51" }, "excerpt": "3,h:366\"/><source media=\"(min-width: 1024px) and (max-width: 1279px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:984,h:352, //img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1968,h:704 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": "51" }, "excerpt": ":704 2x\"/><source media=\"(min-width: 1280px) and (max-width: 1535px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1160,h:415\"/><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": "51" }, "excerpt": "0,h:415\"/><source media=\"(min-width: 1536px)\" srcSet=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1280,h:458\"/><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": "51" }, "excerpt": "0,h:458\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d 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": "51" }, "excerpt": "0,h:458\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d 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": "51" }, "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-b c1-c c1-j c1-k c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID 7c429a8a-f247-4a52-a359-18ac952907ef.", "what": "Duplicate ID 7c429a8a-f247-4a52-a359-18ac952907ef.", "ordinalSeverity": 2, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "uction-4\"><div data-ux=\"Widget\" role=\"region\" id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 7c429a8a-f247-4a52-a359-18ac952907ef was here.", "what": "The first occurrence of ID 7c429a8a-f247-4a52-a359-18ac952907ef was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "div></div><div id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\"><div d" }, { "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": "51" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID 26aac0e4-c27d-4397-a877-08d701ff8f92.", "what": "Duplicate ID 26aac0e4-c27d-4397-a877-08d701ff8f92.", "ordinalSeverity": 2, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "-about-2\"><div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 26aac0e4-c27d-4397-a877-08d701ff8f92 was here.", "what": "The first occurrence of ID 26aac0e4-c27d-4397-a877-08d701ff8f92 was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "div></div><div id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\"><div d" }, { "ruleID": "Attribute index not allowed on element div at this point.", "what": "Attribute index not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "69f602d8-be22-4327-b0a0-ed9182658cfd", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><div data-ux=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w 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 d" }, { "ruleID": "Attribute alignment not allowed on element div at this point.", "what": "Attribute alignment not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c ... 3 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-8r c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\"><p sty" }, { "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": "51" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea.", "what": "Duplicate ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "ontent-4\"><div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea was here.", "what": "The first occurrence of ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "div></div><div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\"><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": "51" }, "excerpt": "1-f c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Suppor" }, { "ruleID": "Attribute alignment not allowed on element div at this point.", "what": "Attribute alignment not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "embly</h1><div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1- ... 3 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-96 c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\"><p sty" }, { "ruleID": "Potentially bad value allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.", "what": "Potentially bad value allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><iframe id=\"iframe-390085\" frameBorder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.get ... t;></iframe></div></body>\" style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\"></ifra" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "1-f c1-g\"><iframe id=\"iframe-390085\" frameBorder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.get ... t;></iframe></div></body>\" style=\"width:100%;height:500px;overflow:visible;transition:height 1.5s ease;-webkit-transition:height 1.5s ease;-moz-transition:height .25s ease\"></ifra" }, { "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": "51" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HTML_SECTION_RENDERED\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "Duplicate ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea.", "what": "Duplicate ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea.", "ordinalSeverity": 2, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "footer-4\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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 fe8b92fc-bdb2-490f-84cc-036dc348f9ea was here.", "what": "The first occurrence of ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "source", "type": "line", "spec": "51" }, "excerpt": "div></div><div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\"><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": "51" }, "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/Assemblyman ... =\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.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": "51" }, "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/jimpatterson55 ... =\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.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": "51" }, "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMS ... =\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.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": "51" }, "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-36" }, { "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": "51" }, "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"><div d" }, { "ruleID": "The heading role is unnecessary for element h4.", "what": "The heading role is unnecessary for element h4.", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "source", "type": "line", "spec": "52" }, "excerpt": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This w" }, { "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": "53" }, "excerpt": "iv></div> <script type=\"text/javascript\">\"Inter" } ] }, "endTime": 1687104456042 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687104456042, "url": "https://patterson4assembly.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 16:07:37", "hash": "24562c2726b5d4f2ce288d2f8d104a22fe58954705761ede4a79d2446172e4e8fd6cdd26438f746ae535b875a3fd3fbc7d158996c084a51408a8977ce7606ca2", "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": 33, "warning": 12, "failed": 9, "inapplicable": 71 }, "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": 1, "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": 1, "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": 1, "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-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": 28, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\"> Contact Us </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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\"> Contact Us </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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\"> Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Sharon have lived in Fresno for most of …", "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=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\"> Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman an …", "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": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\"> Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! Contribute </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4)" }, { "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\"> Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\"> Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved. </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6)" }, { "htmlCode": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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\"> Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved. </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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": 15, "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=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" toggleid=\"n-90061-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 c2-t c2-u c2-v c2-w c2-x c2-g c2-j c2-h c2-y c2-z c2-10 c2-11 c2-12 c2-13 c2-3 c2-4 c2-14 c2-15 c2-16 c2-5 c2-17 c2-6 c2-7 c2-8\"></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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" } ], "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=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">Contact Us</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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">Contact Us</a>", "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(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=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style="display: flex; justify-content: center"><iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500& …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a 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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section: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\" 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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-364-3655</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-10 c1-4b c1-38 c1-1b c1-4y c1-3u c1-9z c1-a0 c1-6d c1-6x c1-11 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-a1 c1-a2 c1-a3 c1-a4 c1-a5 c1-5x c1-72 c1-9w c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\">Accept</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R9": { "name": "Links with identical accessible names have equivalent purpose", "code": "QW-ACT-R9", "mapping": "b20e66", "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/b20e66", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">Contact Us</a>", "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "Contact Us" }, { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">Contact Us</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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)", "accessibleName": "Contact Us" } ], "attributes": [] } ] }, "QW-ACT-R44": { "name": "Links with identical accessible names and context serve equivalent purpose", "code": "QW-ACT-R44", "mapping": "fd3a94", "description": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context.html", "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.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/fd3a94", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">Contact Us</a>", "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">Contact Us</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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a: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": 1, "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 data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y 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(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(7)" } ], "attributes": [] } ] }, "QW-ACT-R19": { "name": "iframe element has accessible name", "code": "QW-ACT-R19", "mapping": "cae760", "description": "This rule checks that each iframe element has an accessible name.", "metadata": { "target": { "element": "iframe" }, "success-criteria": [ { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [], "url": "https://act-rules.github.io/rules/cae760", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The test target accessible name doesn't exist or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute("srcdoc");\" srcdoc=\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};</script><body style='margin: 0;'><div style="display: flex; justify-content: center"><iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500& …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 9, "warning": 0, "failed": 1, "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>Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support! </span>", "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "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": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">Jim Patterson for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">Contact Us</a>", "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(1) > div:nth-child(1) > 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": "<span class=\"x-el x-el-span c1-8x c1-8y c1-b c1-c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Sharon have lived in Fresno for most of their lives, raising thre …", "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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Support Jim Patterson for Assembly</h1>", "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support! </span>", "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_BUSINESS_NAME_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-2h c1-b c1-1g c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for Assembly</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_ADDRESS_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">504 Van Ness Ave, Fresno, CA 93721</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "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=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-364-3655</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > 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> PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 </span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > 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": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This website uses cookies.</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > h4: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>We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > 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 data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-10 c1-4b c1-38 c1-1b c1-4y c1-3u c1-9z c1-a0 c1-6d c1-6x c1-11 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-a1 c1-a2 c1-a3 c1-a4 c1-a5 c1-5x c1-72 c1-9w c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\">Accept</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 3, "failed": 3, "inapplicable": 23 }, "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": 2, "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-courier-new x-fonts-cabin\"> Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us Contact Us Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spen …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body style=\"margin: 0;\"></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page links to the top of the page." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page links to the top of the page.", "resultCode": "F2", "elements": [ { "htmlCode": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" toggleid=\"n-90061-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 c2-t c2-u c2-v c2-w c2-x c2-g c2-j c2-h c2-y c2-z c2-10 c2-11 c2-12 c2-13 c2-3 c2-4 c2-14 c2-15 c2-16 c2-5 c2-17 c2-6 c2-7 c2-8\"></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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span: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": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that the element's title attribute describes correctly the link." }, "results": [ { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 1, "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 role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-90061-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2a c1-2b c1-28 c1-29 c1-54 c1-55 c1-56 c1-57 c1-h c1-i c1-58 c1-59 c1-19 c1-1a 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-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g c1-d c1-e c1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T24": { "name": "Failure of Success Criteria 2.1.1, 2.4.7, and 3.2.1 due to using script to remove focus when focus is received", "code": "QW-WCAG-T24", "mapping": "F55", "description": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.1.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/keyboard" }, { "name": "2.4.7", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible" }, { "name": "3.2.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/on-focus" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F55", "passed": 15, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Element didn't keep focus." }, "results": [ { "verdict": "failed", "description": "Element didn't keep focus.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 0, "warning": 0, "failed": 129, "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-90060\" 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\"> Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us Contact Us Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn …", "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\"> Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us Contact Us Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated …", "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-90061\" 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\"> Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us </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-b c1-c c1-j c1-k c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</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-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</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\" data-stickynav-wrapper=\"true\" class=\"x-el x-el-div c1-1 c1-2 c1-l c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</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=\"Block\" data-stickynav=\"true\" id=\"header_stickynav90063\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</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": "<nav data-ux=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-h c1-i c1-b c1-c c1-r c1-d c1-s c1-t c1-u c1-e c1-v c1-f c1-w c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</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(2) > 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": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-z c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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(2) > div:nth-child(1) > nav: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=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-11 c1-12 c1-13 c1-14 c1-x c1-y c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav: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=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-15 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(2) > div:nth-child(1) > nav: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=\"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(2) > div:nth-child(1) > nav: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": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-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-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.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) > nav:nth-child(1) > nav: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-1k c1-1l c1-1m c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > nav: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": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1r c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > nav: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\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1l c1-1s c1-q c1-4 c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-20 c1-21\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div: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": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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\" id=\"logo-container-90068\" class=\"x-el x-el-div c1-1 c1-2 c1-1l c1-4 c1-25 c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Patterson for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h3: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": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2i c1-2w c1-2x c1-2y c1-2z\">Jim Patterson for Assembly</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(2) > div:nth-child(1) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(2)" } ], "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": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Patterson for Assembly</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(2) > div:nth-child(1) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(3)" } ], "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": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-2i c1-31 c1-32 c1-33 c1-34\">Jim Patterson for Assembly</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(2) > div:nth-child(1) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(4)" } ], "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-15 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(2) > div:nth-child(1) > nav:nth-child(1) > nav: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-2p c1-11 c1-35 c1-b c1-c c1-d c1-36 c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav: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-37 c1-10 c1-11 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(2) > div:nth-child(1) > nav: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=\"Block\" 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(2) > div:nth-child(1) > nav: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=\"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\"></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) > nav: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=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-14 c1-39 c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav: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": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1l c1-1s c1-q c1-4 c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-20 c1-21\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div: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": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-1c c1-1d c1-1e c1-1f c1-q c1-4 c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > 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\" id=\"logo-container-90073\" class=\"x-el x-el-div c1-1 c1-2 c1-1l c1-4 c1-25 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > 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": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">Jim Patterson for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [ "44px" ] }, { "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 role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2w c1-2x c1-2y c1-2z\" style=\"display: none;\">Jim Patterson for Assembly</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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(2)" } ], "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": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2j c1-2k c1-2l c1-2m\" style=\"display: none;\">Jim Patterson for Assembly</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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(3)" } ], "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": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-31 c1-32 c1-33 c1-34\" style=\"display: none;\">Jim Patterson for Assembly</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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(4)" } ], "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-37 c1-10 c1-11 c1-3a 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > 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-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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > 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": "<div data-ux=\"SocialLinks\" class=\"x-el x-el-div c1-1 c1-2 c1-3b c1-3c c1-b c1-c c1-d c1-36 c1-3d c1-3e c1-3f c1-3g 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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-3j c1-3k c1-3l c1-3m c1-3n 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > 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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-3o c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(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 role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-90061-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c c1-e c1-f c1-g\">HomeContact Us</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) > nav: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-o c1-p 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(2) > div:nth-child(1) > nav: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=\"NavigationDrawerCloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-1b c1-4e c1-4f c1-2r c1-4g c1-4h c1-2g c1-4i c1-4j c1-b c1-1i c1-2j c1-4k c1-4l c1-4m c1-2k c1-2l c1-2m\"></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(2) > div:nth-child(1) > nav: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=\"NavigationDrawerContainer\" id=\"n-90061-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-42 c1-4n c1-4 c1-4o c1-4p c1-b c1-c c1-r c1-d c1-s c1-4q c1-e c1-v c1-f c1-w c1-g\">HomeContact Us</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) > nav: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\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-13 c1-11 c1-4r c1-4b c1-4s c1-b c1-c c1-4t 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) > nav: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": "<div data-ux=\"SocialLinksDrawer\" class=\"x-el x-el-div c1-1 c1-2 c1-3b c1-3c c1-4u c1-4v c1-4w c1-4x c1-4y c1-4z c1-50 c1-4 c1-b c1-c c1-d c1-z c1-3d c1-3e c1-3f c1-3g 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) > nav:nth-child(1) > div:nth-child(3) > 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=\"Block\" data-aid=\"HEADER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-3j c1-3k c1-3l c1-3m c1-3n c1-b c1-c c1-d c1-3d 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) > nav:nth-child(1) > div:nth-child(3) > 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": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-10 c1-1b c1-11 c1-51 c1-3p c1-3q c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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=\"Block\" id=\"n-90061-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeContact Us</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) > nav:nth-child(1) > div:nth-child(3) > 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": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-90061-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2a c1-2b c1-28 c1-29 c1-54 c1-55 c1-56 c1-57 c1-h c1-i c1-58 c1-59 c1-19 c1-1a c1-b c1-c c1-d c1-e c1-f c1-g\">HomeContact Us</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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g c1-d c1-e c1-f c1-g\">Contact Us</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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c1-35 c1-5d c1-27 c1-5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">Contact Us</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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-5b 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-25 c1-2a c1-b c1-c c1-5t c1-r c1-d c1-s c1-e c1-v c1-f c1-w 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(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\"></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(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": "<figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-25 c1-1l c1-2a c1-29 c1-2b c1-28 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(2) > div:nth-child(1) > 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-41 c1-14 c1-5u c1-5v 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(2) > div:nth-child(1) > 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/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y 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(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(7)" } ], "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\"> Contact Us </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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">Contact Us</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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Contact Us</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": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">Contact Us</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(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-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">Contact Us</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(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=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Contact Us</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(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\">Contact Us</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(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\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Secondary.90083.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">Contact Us</a>", "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "19px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\"> Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman an …", "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-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Sharon have l …", "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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Shar …", "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=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-7j c1-68 c1-b c1-c c1-69 c1-6a c1-7k c1-6c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. …", "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=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-7m c1-6h c1-b c1-c c1-6l c1-6m c1-7n c1-6o c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California an …", "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": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-38 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and …", "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) > 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-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-i c1-6h c1-10 c1-38 c1-11 c1-b c1-c c1-7o c1-7p c1-6l c1-6m c1-6n c1-6o c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating ra …", "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) > 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=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a busi …", "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) > 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=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-8r c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and 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) > 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": "<span class=\"x-el x-el-span c1-8x c1-8y c1-b c1-c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Sharon have lived in Fresno for most of their lives, raising thre …", "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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "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=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\"> Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! Contribute</section>", "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) > 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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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) > 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=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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) > 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=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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) > 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": "<div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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) > section: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": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Support Jim Patterson for Assembly</h1>", "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-96 c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\">Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support! </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) > section:nth-child(1) > 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-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) > section:nth-child(1) > div:nth-child(1) > div: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": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.90084.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-1b c1-6x c1-6y c1-11 c1-38 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "19px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Widget\" role=\"region\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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=\"HTML_SECTION_RENDERED\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"></section>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-b c1-c c1-69 c1-6a c1-6b c1-6c 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(5) > 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=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6l c1-6m c1-6n c1-6o c1-d c1-97 c1-98 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(5) > 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": "<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\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section: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": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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\"> Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved. </div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</section>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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-14 c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-2d c1-b c1-c c1-99 c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-9a c1-3k c1-3l c1-3m c1-3n 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(6) > div:nth-child(1) > div:nth-child(1) > section: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=\"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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section: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=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(6) > div:nth-child(1) > div:nth-child(1) > section: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": "<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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.click,click\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_BUSINESS_NAME_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-2h c1-b c1-1g c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for Assembly</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_ADDRESS_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">504 Van Ness Ave, Fresno, CA 93721</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_PHONE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">661-364-3655</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-364-3655</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > 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=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-29 c1-2b c1-28 c1-11 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\"> PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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": [ "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-65 c1-6d c1-6e c1-7l c1-q c1-h c1-59 c1-i c1-58 c1-b c1-c c1-d c1-9e c1-9f c1-e c1-f c1-g\"> PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section: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": "<div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-9g c1-c c1-5s c1-d c1-9h c1-e c1-f c1-g x-rt\"> PAID FOR BY PATTERSON FOR ASSEMBLY 2022\nCOMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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=\"Group\" data-aid=\"FOOTER_COOKIE_BANNER_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner\" class=\"x-el x-el-div c1-1 c1-2 c1-3z c1-9i c1-9j c1-4 c1-9k c1-57 c1-7i c1-5x c1-42 c1-9l c1-9m c1-9n c1-9o c1-2c c1-p c1-2d c1-o c1-2a c1-29 c1-2b c1-28 c1-5v c1-b c1-c c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-d c1-e c1-f c1-g\" style=\"transform: translateY(-500px);\">This website uses cookies.We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.Accept</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > 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": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This website uses cookies.</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div data-ux=\"Text\" data-aid=\"FOOTER_COOKIE_MESSAGE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-9x c1-42 c1-b c1-8r c1-c c1-5s c1-9y c1-d c1-e c1-f c1-g x-rt\">We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > 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-10 c1-35 c1-b c1-c c1-d c1-e c1-f c1-g\">Accept</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > 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": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-10 c1-4b c1-38 c1-1b c1-4y c1-3u c1-9z c1-a0 c1-6d c1-6x c1-11 c1-14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-a1 c1-a2 c1-a3 c1-a4 c1-a5 c1-5x c1-72 c1-9w c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\">Accept</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div: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": "<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\">.grecaptcha-badge { visibility: hidden; }</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1)" } ], "attributes": [ "16px" ] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 11, "warning": 1, "failed": 2, "inapplicable": 10 }, "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": 3, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">Jim Patterson for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Support Jim Patterson for Assembly</h1>", "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This website uses cookies.</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP15": { "name": "At least one width attribute of an HTML element is expressed in absolute values", "code": "QW-BP15", "description": "At least one width attribute of an HTML element is expressed in absolute values", "metadata": { "target": { "element": "*", "attributes": "width" }, "passed": 0, "warning": 0, "failed": 10, "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=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c2-1 c2-2 c2-18 c2-r c2-19 c2-1a c2-1b c2-1c c2-1d c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\"></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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span: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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > 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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(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\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > 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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(6) > div:nth-child(1) > div:nth-child(1) > section: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": [] }, { "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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > 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=\"44\" height=\"44\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > span:nth-child(1) > div:nth-child(1) > div:nth-child(2) > svg:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<rect x=\"4\" y=\"6\" width=\"16\" height=\"10.222\" rx=\"1.129\"></rect>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > span:nth-child(1) > div:nth-child(1) > div:nth-child(2) > svg:nth-child(1) > g:nth-child(1) > rect:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"500\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > iframe: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": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Listitem is not used semantically not used semantically" }, "results": [ { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g c1-d c1-e c1-f c1-g\">Contact Us</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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 26, "document": 2, "main": 1, "region": 10, "navigation": 3, "button": 2, "graphics-document": 13, "heading": 10, "menu": 1, "menuitem": 2, "figure": 1, "img": 1, "contentinfo": 1 }, "tags": { "html": 2, "head": 2, "meta": 17, "title": 1, "link": 9, "style": 14, "script": 39, "body": 2, "div": 91, "section": 6, "nav": 2, "a": 19, "svg": 13, "path": 19, "h3": 2, "span": 16, "g": 10, "ul": 1, "li": 2, "figure": 1, "picture": 1, "source": 6, "img": 1, "p": 9, "h1": 1, "iframe": 2, "br": 2, "h4": 1, "rect": 1 } } } }, "success": true }, "standardResult": { "totals": [ 8, 49, 131, 12 ], "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-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"widget widget-introduction widget-introduction-introduction-4\"> Contact Us </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": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\"> Contact Us </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": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "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=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"widget widget-about widget-about-about-2\"> Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the ... m spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Sharon have lived in Fresno for most of …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "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=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c ... and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman an …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4)" }, "excerpt": "<div id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"widget widget-content widget-content-content-4\"> Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! Contribute </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": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "selector", "spec": "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)" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1 ... c1-b c1-c c1-d c1-e c1-f c1-g\"> Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! Contribute </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": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6)" }, "excerpt": "<div id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" class=\"widget widget-footer widget-footer-footer-4\"> Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved. </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": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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\"> Jim ... Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved. </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": "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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" ... tion Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c2-t c2-u c2-v c2-w c2-x c2-g c2-j c2-h c2-y c2-z c2-10 c2-11 c2-12 c2-13 c2-3 c2-4 c2-14 c2-15 c2-16 c2-5 c2-17 c2-6 c2-7 c2-8\"></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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1 ... c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterso ... 1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" ... 1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOC ... 1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data- ... -5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" ... 5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INT ... 14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CON ... 14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">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": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute( ... -content: center"><iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500& …" }, { "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(6) > div:nth-child(1) > div:nth-child(1) > section: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=\"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/AssemblymanJimPatters ... ss=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" ... ss=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNO ... ss=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-364-3655</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": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 ... 3 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\">Accept</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INT ... 14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">Contact Us</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" ... 5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">Contact Us</a>" }, { "ruleID": "QW-ACT-R44", "what": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INT ... 14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">Contact Us</a>" }, { "ruleID": "QW-ACT-R44", "what": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.", "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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" ... 5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">Contact Us</a>" }, { "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(2) > div:nth-child(1) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(7)" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d c1-e c1-f c1-g\">" }, { "ruleID": "QW-ACT-R19", "what": "This rule checks that each iframe element has an accessible name.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "iframe-390085", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"iframe-390085\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute( ... -content: center"><iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500& …" }, { "ruleID": "QW-ACT-R19", "what": "This rule checks that each iframe element has an accessible name.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_ ... \"500\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>" }, { "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support! </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H3", "id": "logo-text-90074", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">Jim Patterson for Assembly</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INT ... 14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">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": "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(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"x-el x-el-span c1-8x c1-8y c1-b c1-c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 ... sional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Sharon have lived in Fresno for most of their lives, raising thre …" }, { "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Support Jim Patterson for Assembly</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": "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support! </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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CON ... 14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">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": "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_BUSINESS_NAME_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-2h c1-b c1-1g c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for Assembly</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": "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_ADDRESS_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">504 Van Ness Ave, Fresno, CA 93721</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": "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-364-3655</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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span> PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span>Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This website uses cookies.</h4>" }, { "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(7) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.</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": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 ... 3 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\">Accept</a>" }, { "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-courier-new x-fonts-cabin\"> Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for A ... siness approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spen …" }, { "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 style=\"margin: 0;\"></body>" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 2, "tagName": "A", "id": "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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" ... tion Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c2-t c2-u c2-v c2-w c2-x c2-g c2-j c2-h c2-y c2-z c2-10 c2-11 c2-12 c2-13 c2-3 c2-4 c2-14 c2-15 c2-16 c2-5 c2-17 c2-6 c2-7 c2-8\"></a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1 ... c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1 ... c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "n-90061-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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-90061-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2a c1-2b c1-28 c1-29 c1-54 c1-55 c1-56 c1-57 c1-h c1-i c1-58 c1-59 c1-19 c1-1a c1-b c1-c c ... 4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-18 c1-19 c1-1a c1-10 c1-1b c1-3j c1-3k c1-4z c1-p c1-11 c1-5h c …" }, { "ruleID": "QW-WCAG-T24", "what": "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_ ... \"500\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "page-90060", "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-90060\" 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\"> Jim Patterson fo ... eadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn …" }, { "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\"> Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJ ... edit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "n-90061", "location": { "doc": "dom", "type": "selector", "spec": "html > 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-90061\" 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 ... Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us </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-b c1-c c1-j c1-k c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</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-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</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\" data-stickynav-wrapper=\"true\" class=\"x-el x-el-div c1-1 c1-2 c1-l c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "header_stickynav90063", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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=\"Block\" data-stickynav=\"true\" id=\"header_stickynav90063\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</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(2) > div:nth-child(1) > nav:nth-child(1)" }, "excerpt": "<nav data-ux=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-h c1-i c1-b c1-c c1-r c1-d c1-s c1-t c1-u c1-e c1-v c1-f c1-w c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyHomeContact Us</nav>" }, { "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(2) > div:nth-child(1) > nav:nth-child(1) > nav:nth-child(1)" }, "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-z c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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(2) > div:nth-child(1) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-11 c1-12 c1-13 c1-14 c1-x c1-y c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > nav: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-15 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": "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(2) > div:nth-child(1) > nav:nth-child(1) > nav: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": "90065", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > nav: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=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"t ... 19 c1-1a c1-10 c1-1b c1-11 c1-13 c1-1c c1-1d c1-1e c1-1f c1-1g c1-b c1-c c1-1h c1-1i c1-1j c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.90066.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(2) > div:nth-child(1) > nav:nth-child(1) > nav: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-1k c1-1l c1-1m c1-1n c1-1o c1-1p c1-1q 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": "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) > nav:nth-child(1) > nav: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-1r c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1l c1-1s c1-q c1-4 c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-20 c1-21\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1 ... c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90067.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "logo-container-90068", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" id=\"logo-container-90068\" class=\"x-el x-el-div c1-1 c1-2 c1-1l c1-4 c1-25 c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "logo-text-90069", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90069\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2e c1-2f c1-1g c1-2g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Patterson for Assembly</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2i c1-2w c1-2x c1-2y c1-2z\">Jim Patterson for Assembly</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(3)" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m\">Jim Patterson for Assembly</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(4)" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90068\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2e c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-2i c1-31 c1-32 c1-33 c1-34\">Jim Patterson for Assembly</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-15 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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-2p c1-11 c1-35 c1-b c1-c c1-d c1-36 c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav: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-37 c1-10 c1-11 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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div: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-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": "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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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\"></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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-14 c1-39 c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1l c1-1s c1-q c1-4 c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-20 c1-21\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" title=\"Jim Patterson for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1 ... c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.90072.click,click\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "logo-container-90073", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" id=\"logo-container-90073\" class=\"x-el x-el-div c1-1 c1-2 c1-1l c1-4 c1-25 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\">Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "logo-text-90074", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">Jim Patterson for Assembly</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-1g c1-2h c1-2w c1-2x c1-2y c1-2z\" style=\"display: none;\">Jim Patterson for Assembly</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(3)" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-2g c1-1g c1-2h c1-2j c1-2k c1-2l c1-2m\" style=\"display: none;\">Jim Patterson for Assembly</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(4)" }, "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-90073\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-26 c1-2 c1-2n c1-2o c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-2p c1-2f c1-2q c1-2r c1-2s c1-2t c1-2u c1-30 c1-1g c1-2h c1-31 c1-32 c1-33 c1-34\" style=\"display: none;\">Jim Patterson for Assembly</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-37 c1-10 c1-11 c1-3a 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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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\"></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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"SocialLinks\" class=\"x-el x-el-div c1-1 c1-2 c1-3b c1-3c c1-b c1-c c1-d c1-36 c1-3d c1-3e c1-3f c1-3g 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) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" data-aid=\"HEADER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-3j c1-3k c1-3l c1-3m c1-3n 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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterso ... 1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90075.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" ... 1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90076.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOC ... 1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Default.Link.Default.90077.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "DIV", "id": "n-90061-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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-90061-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-3y c1-3z c1-40 c1-4 c1-41 c1-42 c1-43 c1-44 c1-45 c1-46 c1-47 c1-48 c1-49 c1-q c1-4a c1-10 c1-4b c1-b c1-c c1-d c1-4c c1-e c1-f c1-g\">HomeContact Us</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) > nav: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-o c1-p 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(2) > div:nth-child(1) > nav: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=\"NavigationDrawerCloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-1b c1-4e c1-4f c1-2r c1-4g c1-4h c1-2g c1-4i c1-4j c1-b c1-1i c1-2j c1-4k c1-4l c1-4m c1-2k c1-2l c1-2m\"></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-90061-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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"NavigationDrawerContainer\" id=\"n-90061-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-42 c1-4n c1-4 c1-4o c1-4p c1-b c1-c c1-r c1-d c1-s c1-4q c1-e c1-v c1-f c1-w c1-g\">HomeContact Us</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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-13 c1-11 c1-4r c1-4b c1-4s c1-b c1-c c1-4t 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"SocialLinksDrawer\" class=\"x-el x-el-div c1-1 c1-2 c1-3b c1-3c c1-4u c1-4v c1-4w c1-4x c1-4y c1-4z c1-50 c1-4 c1-b c1-c c1-d c1-z c1-3d c1-3e c1-3f c1-3g 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) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Block\" data-aid=\"HEADER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-3j c1-3k c1-3l c1-3m c1-3n c1-b c1-c c1-d c1-3d 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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterso ... c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90078.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" ... c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90079.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > 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=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOC ... c1-3r c1-3s c1-3t c1-1c c1-1d c1-1e c1-1f c1-3u c1-3v c1-b c1-23 c1-c c1-1h c1-3w c1-52 c1-53 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.SocialLinks.Drawer.Link.Default.90080.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-4d c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "DIV", "id": "n-90061-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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Block\" id=\"n-90061-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeContact Us</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-90061-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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-90061-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2a c1-2b c1-28 c1-29 c1-54 c1-55 c1-56 c1-57 c1-h c1-i c1-58 c1-59 c1-19 c1-1a c1-b c1-c c1-d c1-e c1-f c1-g\">HomeContact Us</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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g 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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"57c6587b-b57b-47b4-96ca-a191bb60da4b\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data- ... -5i c1-5j c1-5k c1-5l c1-b c1-4d c1-30 c1-2h c1-5m c1-52 c1-5n c1-5o c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.90081.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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g c1-d c1-e c1-f c1-g\">Contact Us</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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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=\"7b6a0b84-d1e4-488c-a045-1a49585810e5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" ... 5i c1-5j c1-5r c1-5l c1-b c1-4d c1-30 c1-5s c1-5m c1-52 c1-5n c1-31 c1-5p c1-5q c1-32 c1-33 c1-34\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.90082.click,click\">Contact Us</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) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-5b 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(2)" }, "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-25 c1-2a c1-b c1-c c1-5t c1-r c1-d c1-s c1-e c1-v c1-f c1-w 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(2) > 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\"></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(2) > div:nth-child(1) > figure:nth-child(1)" }, "excerpt": "<figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-25 c1-1l c1-2a c1-29 c1-2b c1-28 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(2) > div:nth-child(1) > figure:nth-child(1) > picture:nth-child(1)" }, "excerpt": "<picture class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-41 c1-14 c1-5u c1-5v 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(2) > div:nth-child(1) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(7)" }, "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/b690fe4d-26b2-42ca-a6d0-9cdc0de10789/blob-0003.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-q c1-m c1-n c1-2a c1-2b c1-3x c1-5w c1-25 c1-5x c1-b c1-c c1-5y c1-d 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": "7c429a8a-f247-4a52-a359-18ac952907ef", "location": { "doc": "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=\"7c429a8a-f247-4a52-a359-18ac952907ef\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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\"> Contact Us </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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">Contact Us</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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Contact Us</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(1)" }, "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">Contact Us</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(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">Contact Us</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(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Contact Us</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(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\">Contact Us</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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INT ... 14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">Contact Us</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "26aac0e4-c27d-4397-a877-08d701ff8f92", "location": { "doc": "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=\"region\" id=\"26aac0e4-c27d-4397-a877-08d701ff8f92\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7i c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c ... and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman an …" }, { "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-7i c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focuse ... l-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Sharon have l …" }, { "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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years ... sno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Shar …" }, { "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) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-7j c1-68 c1-b c1-c c1-69 c1-6a c1-7k c1-6c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-20 ... when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. …" }, { "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) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-7m c1-6h c1-b c1-c c1-6l c1-6m c1-7n c1-6o c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from ... ognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California an …" }, { "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) > div: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-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-38 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1 ... gnized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating radio stations in California and …" }, { "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) > div: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-65 c1-6d c1-6e c1-7l c1-q c1-h c1-6g c1-i c1-6h c1-10 c1-38 c1-11 c1-b c1-c c1-7o c1-7p c1-6l c1-6m c1-6n c1-6o c1-d c1-e c1-f c1-g\">Jim serve ... the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a businessman and broadcast executive owning and operating ra …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "69f602d8-be22-4327-b0a0-ed9182658cfd", "location": { "doc": "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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"ContentBasic\" index=\"0\" id=\"69f602d8-be22-4327-b0a0-ed9182658cfd\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-7q c1-6w c1-d c1-e c1-f ... new jobs, and a reborn reputation for achievement that the National Civic League recognized when it designated Fresno an All-America City in 2000. Jim spent most of his professional career as a busi …" }, { "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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"ABOUT_DESCRIPTION_RENDERED0\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x ... cused leadership, Jim left the City of Fresno with a $20 million general fund surplus, a AAA credit rating, over a billion dollars of new business approvals that created thousands of new jobs, and a …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"x-el x-el-span c1-8x c1-8y c1-b c1-c c1-d c1-e c1-f c1-g\">Jim served as the Mayor of Fresno from 1993-2001. After eight years of focused leadership, Jim left the City of Fresno with a $20 ... sional career as a businessman and broadcast executive owning and operating radio stations in California and Idaho. Jim and his wife Sharon have lived in Fresno for most of their lives, raising thre …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "location": { "doc": "dom", "type": "selector", "spec": "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)" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1 ... c1-b c1-c c1-d c1-e c1-f c1-g\"> Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! Contribute </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(4) > 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! Contribute</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(4) > 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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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(4) > div:nth-child(1) > div:nth-child(1) > section: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-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-14 c1-b c1-c c1-69 c1-6a c1-6b c1-6c c1-d c1-e c1-f c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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(4) > div:nth-child(1) > div:nth-child(1) > section: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-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-6o c1-d c1-6p c1-6q c1-6r c1-e c1-f c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! 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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-10 c1-4b c1-4 c1-6s c1-11 c1-14 c1-6t c1-6u c1-b c1-c c1-6v c1-6w c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Support Jim Patterson for AssemblyYour generous contribution allows me to reach as many voters as possible. Thank you for your continued support! Contribute</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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Support Jim Patterson for Assembly</h1>" }, { "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"FeaturedText\" alignment=\"center\" data-aid=\"CONTENT_WELCOME_DESCRIPTION_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c ... 1-8n c1-8o c1-8p c1-8q c1-6d c1-b c1-96 c1-c c1-5s c1-d c1-e c1-f c1-g x-rt\">Your generous contribution allows me to reach as many voters as possible. Thank you for your continued support! </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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div 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": "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CON ... 14 c1-18 c1-1a c1-19 c1-25 c1-q c1-4 c1-6z c1-70 c1-x c1-y c1-71 c1-5x c1-72 c1-23 c1-73 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h\">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(5) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Widget\" role=\"region\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-25 c1-7 c1-8 c1-9 c1-a c1-5z c1-60 c1-61 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": "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(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)" }, "excerpt": "<section data-ux=\"Section\" data-aid=\"HTML_SECTION_RENDERED\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\"></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(5) > 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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w 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(5) > div:nth-child(1) > div:nth-child(1) > section: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-10 c1-65 c1-66 c1-3l c1-2a c1-67 c1-2b c1-68 c1-b c1-c c1-69 c1-6a c1-6b c1-6c 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(5) > div:nth-child(1) > div:nth-child(1) > section: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-65 c1-6d c1-6e c1-6f c1-q c1-h c1-6g c1-i c1-6h c1-b c1-c c1-6l c1-6m c1-6n c1-6o c1-d c1-97 c1-98 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-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(5) > div:nth-child(1) > div:nth-child(1) > section: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-3\" 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": "DIV", "id": "fe8b92fc-bdb2-490f-84cc-036dc348f9ea", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" 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\"> Jim ... Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved. </div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "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(6) > 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-44 c1-62 c1-b c1-c c1-63 c1-64 c1-d c1-e c1-f c1-g\">Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</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(6) > 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-m c1-n c1-o c1-p c1-q c1-b c1-c c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655 PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-m c1-n c1-o c1-p c1-q c1-2d c1-b c1-c c1-99 c1-r c1-d c1-s c1-e c1-v c1-f c1-w c1-g\">Jim Patterson for Assembly504 Van Ness Ave, Fresno, CA 93721661-364-3655</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(6) > div:nth-child(1) > div:nth-child(1) > section: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=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-38 c1-3h c1-3i c1-9a c1-3k c1-3l c1-3m c1-3n 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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section: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=\"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/AssemblymanJimPatters ... ss=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90086.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(6) > div:nth-child(1) > div:nth-child(1) > section: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=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div: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_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" ... ss=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90087.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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)" }, "excerpt": "<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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNO ... ss=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-3v c1-b c1-23 c1-c c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90088.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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)" }, "excerpt": "<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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q 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": "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_BUSINESS_NAME_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-2h c1-b c1-1g c1-c c1-d c1-e c1-f c1-g\">Jim Patterson for Assembly</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_ADDRESS_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-9b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">504 Van Ness Ave, Fresno, CA 93721</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" }, "excerpt": "<p data-ux=\"FooterText\" data-aid=\"FOOTER_PHONE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-1g c1-c c1-5s c1-d c1-e c1-f c1-g\">661-364-3655</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"Link\" href=\"tel:6613643655\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-16 c1-17 c1-18 c1-19 c1-1a c1-22 c1-1b c1-23 c1-5e c1-76 c1-9c c1-9d c1-c c1-b c1-1h c1-24 c1-1j c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer4.Layout.Default.Link.Default.90089.click,click\">661-364-3655</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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-65 c1-66 c1-3l c1-2a c1-29 c1-2b c1-28 c1-11 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\"> PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-65 c1-6d c1-6e c1-7l c1-q c1-h c1-59 c1-i c1-58 c1-b c1-c c1-d c1-9e c1-9f c1-e c1-f c1-g\"> PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-95 c1-7w c1-7x c1-7y c1-b c1-9g c1-c c1-5s c1-d c1-9h c1-e c1-f c1-g x-rt\"> PAID FOR BY PATTERSON FOR ASSEMBLY 2022 COMMITTEE ID# 1435401 Copyright © 2021 Jim Patterson for Assembly - All Rights Reserved.</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1)" }, "excerpt": "<div data-ux=\"Group\" data-aid=\"FOOTER_COOKIE_BANNER_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner\" class=\"x-el x-el-div c1-1 c1-2 c1-3z c1-9i c1-9j c1-4 c1-9k c1-57 c1-7i c1-5x c1-42 c1-9l ... website uses cookies.We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.Accept</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This website uses cookies.</h4>" }, { "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(7) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div data-ux=\"Text\" data-aid=\"FOOTER_COOKIE_MESSAGE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-19 c1-1a c1-7r c1-2a c1-2b c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-9x c1-42 c1-b ... c1-d c1-e c1-f c1-g x-rt\">We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.</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(7) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-35 c1-b c1-c c1-d c1-e c1-f c1-g\">Accept</div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-1 ... 3 c1-74 c1-75 c1-76 c1-77 c1-1s c1-2h c1-78 c1-1t c1-a6 c1-a7 c1-a8 c1-a9 c1-7d c1-1y c1-1z c1-20 c1-21\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.90090.click,click\">Accept</a>" }, { "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(8) > 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\">.grecaptcha-badge { visibility: hidden; }</div>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "logo-text-90074", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-90074\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-26 c1-2 c1-19 c1-1a c1-27 c1-28 c1-29 c1-2a c1-2b c1-q c1-2c c1-2d c1-1l c1-2f c1-1g c1-2g c1-2h c1-2j c1-2k c1-2l c1-2m\" data-last-size=\"44px\">Jim Patterson for Assembly</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"FeaturedHeading\" data-aid=\"CONTENT_WELCOME_TITLE_RENDERED\" data-promoted-from=\"4\" data-order=\"2\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h1 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-b c1-1g c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">Support Jim Patterson for Assembly</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-1 c1-2 c1-19 c1-1a c1-8z c1-28 c1-29 c1-2a c1-2b c1-y c1-b c1-9w c1-90 c1-5s c1-91 c1-92 c1-93 c1-94\">This website uses cookies.</h4>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span: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 c2-1 c2-2 c2-18 c2-r c2-19 c2-1a c2-1b c2-1c c2-1d c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\"></svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "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(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" marginhorizontal=\"0\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "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(6) > div:nth-child(1) > div:nth-child(1) > section: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=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)" }, "excerpt": "<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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)" }, "excerpt": "<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-1g c1-1l c1-3x c1-1n c1-1o c1-1p c1-1q c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "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(8) > div:nth-child(1) > span:nth-child(1) > div:nth-child(1) > div:nth-child(2) > svg:nth-child(1)" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"44\" height=\"44\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\"></svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "RECT", "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(8) > div:nth-child(1) > span:nth-child(1) > div:nth-child(1) > div:nth-child(2) > svg:nth-child(1) > g:nth-child(1) > rect:nth-child(1)" }, "excerpt": "<rect x=\"4\" y=\"6\" width=\"16\" height=\"10.222\" rx=\"1.129\"></rect>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FAssemblymanJimPatterson%2F&tabs=timeline&width=500&height=500&small_header=false&adapt_ ... \"500\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g c1-d c1-e c1-f c1-g\">Home</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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-2b c1-5b c1-5c c1-5d c1-5e c1-b c1-c c1-5f c1-5g c1-d c1-e c1-f c1-g\">Contact Us</li>" } ] }, "endTime": 1687104458178 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687104458179, "url": "https://patterson4assembly.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.072", "responseTime": "2023-06-18T16:07:37.662Z", "data": { "apiErrors": [], "documentSize": 1038144, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 173, "failing": 7 }, "issues": { "totalErrors": 25, "totalWarnings": 3, "totalIssues": 28 }, "issuesByLevel": { "A": { "count": 16, "pct": 57.14 }, "AA": { "count": 13, "pct": 46.43 }, "AAA": { "count": 28, "pct": 100 } }, "density": { "errorDensity": 2, "warningDensity": 0, "allDensity": 3 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "736bf31b-49f7-4e01-93a5-532c76c22f45", "docID": "5fb35654-3a32-40d8-eb8b-ecc878cd2dda", "sourceHash": "fe3c50cd422f2399b250b8fa9cbd3a71", "urlHttpCode": 200, "clientScriptErrors": [ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {} ], "remainingApiCalls": { "planCalls": 0, "boosts": 19 }, "globalStats": { "errorDensity": "N/A", "warningDensity": "N/A", "allDensity": "N/A", "stdDev": "N/A" }, "resultUrl": "http://ngnix/history.php?responseID=736bf31b-49f7-4e01-93a5-532c76c22f45", "resultSet": [ { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 421.984375, "y": 56 }, "bottom-right": { "x": 536.015375, "y": 94 }, "height": 38, "width": 114.031 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Sec", "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "76b93ab401b56137e3120bd2e5ad25d8", "signature": "dbd4e7306805f6bf13f976e5bb83fbd4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=76b93ab401b56137e3120bd2e5ad25d8" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 2212 }, "height": 2212, "width": 1024 }, "position": { "line": 4272, "column": 60 }, "errorSnippet": "<body class=\"x x-fonts-courier-new x-fonts-cabin\"><div id=\"layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789\" class=\"layout layout-layout layout-layout-layout-26 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-90060\" class=\"x-el", "xpath": "/html/body", "issueID": "21404071279ddc5dfa5135b8abc72ef5", "signature": "bf66f9df3538522a9839baa7f697a7c3", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=21404071279ddc5dfa5135b8abc72ef5" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 2236, "column": 0 }, "errorSnippet": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Ham", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/nav[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "ac98b2112ff2024a45f28a125cfabcf4", "signature": "55bbd4cac513fff3066d00ead36795aa", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ac98b2112ff2024a45f28a125cfabcf4" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 44, "y": 104 }, "bottom-right": { "x": 84, "y": 121 }, "height": 17, "width": 40 }, "position": { "line": 2236, "column": 0 }, "errorSnippet": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburg", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]", "issueID": "f79407a46dc4747f840f70c45c7fcc9f", "signature": "560b75593041416e3849fc5fca47ee9a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f79407a46dc4747f840f70c45c7fcc9f" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 859.984375, "y": 80.5 }, "bottom-right": { "x": 899.984375, "y": 120.5 }, "height": 40, "width": 40 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" c", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "issueID": "9f856a5ce9a25c6d40b1f4cffa936ea9", "signature": "7e439d28bf428adf81a1b009af54a309", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9f856a5ce9a25c6d40b1f4cffa936ea9" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 899.984375, "y": 80.5 }, "bottom-right": { "x": 939.984375, "y": 120.5 }, "height": 40, "width": 40 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[2]", "issueID": "8f0285a7334c42cb94b68e68937b2a0a", "signature": "c61b1ec1f9a976f267e71aa02c5ad09c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8f0285a7334c42cb94b68e68937b2a0a" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 939.984375, "y": 80.5 }, "bottom-right": { "x": 979.984375, "y": 120.5 }, "height": 40, "width": 40 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[3]", "issueID": "2f011cb3e3ee5a69af8f5c3d1f741d0e", "signature": "879a5e84af6a240457df3c58678c707d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2f011cb3e3ee5a69af8f5c3d1f741d0e" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" c", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "b3c994c6bfbb4c0e7c6a801ecd6250bf", "signature": "98a5ac5e880583988bfaf6e03d9dc1da", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b3c994c6bfbb4c0e7c6a801ecd6250bf" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[2]", "issueID": "c206b301272eb8fae958b039adb8ff94", "signature": "60f1fcce8af809e3a2d33175c25a66f7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c206b301272eb8fae958b039adb8ff94" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[3]", "issueID": "1914808aad7f19ecca57b743266d445a", "signature": "11af9d93bb6831ea1ec4aaa1121a7150", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1914808aad7f19ecca57b743266d445a" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 452, "y": 1800 }, "bottom-right": { "x": 492, "y": 1840 }, "height": 40, "width": 40 }, "position": { "line": 2265, "column": 416 }, "errorSnippet": "<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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" ", "xpath": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "b51d98da49d510552b364504f45b2c3c", "signature": "fae59d78ab5d61afb01db8373973e1b6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b51d98da49d510552b364504f45b2c3c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 492, "y": 1800 }, "bottom-right": { "x": 532, "y": 1840 }, "height": 40, "width": 40 }, "position": { "line": 2267, "column": 1090 }, "errorSnippet": "<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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "37983da591e8a5f3566ca873bf4d8403", "signature": "e3f3d81b7d049b483162c08adca7d0ab", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=37983da591e8a5f3566ca873bf4d8403" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 532, "y": 1800 }, "bottom-right": { "x": 572, "y": 1840 }, "height": 40, "width": 40 }, "position": { "line": 2285, "column": 79 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x", "xpath": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[3]", "issueID": "f655e23b89c1e2073cdc2b7cd0d91a76", "signature": "975b63d0e8dcb2e3c38f00d22c5590ff", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f655e23b89c1e2073cdc2b7cd0d91a76" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 44, "y": 1996 }, "bottom-right": { "x": 980, "y": 2052 }, "height": 56, "width": 936 }, "position": { "line": 9942, "column": 0 }, "errorSnippet": "<p style=\"margin:0\"><span>&nbsp;PAID FOR BY PATTERSON FOR ASSEMBLY 2022<br>\nCOMMITTEE ID# 1435401&nbsp;</span></p>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "issueID": "29745f4bbe779f88d325262cb40277fd", "signature": "881e6c637721ea3ff7fd74ac04ac6092", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=29745f4bbe779f88d325262cb40277fd" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 326.609375, "y": 2001 }, "bottom-right": { "x": 696.609375, "y": 2046 }, "height": 45, "width": 370 }, "position": { "line": 9942, "column": 0 }, "errorSnippet": "<span>&nbsp;PAID FOR BY PATTERSON FOR ASSEMBLY 2022<br>\nCOMMITTEE ID# 1435401&nbsp;</span>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]", "issueID": "6be20c2ec11507d95609a1ebd2bceab0", "signature": "42f3bc11b80e7fd5c6ca3d7e31f69d99", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6be20c2ec11507d95609a1ebd2bceab0" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 2212 }, "height": 2212, "width": 1024 }, "position": { "line": 4272, "column": 60 }, "errorSnippet": "<body class=\"x x-fonts-courier-new x-fonts-cabin\"><div id=\"layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789\" class=\"layout layout-layout layout-layout-layout-26 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-90060\" class=\"x-el", "xpath": "/html/body", "issueID": "3a028bad0da299bfd9435460f9cf74cc", "signature": "e55b19acf8950cd5f5e9ce76a50855a8", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=3a028bad0da299bfd9435460f9cf74cc" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 24, "y": 160 }, "bottom-right": { "x": 376, "y": 282 }, "height": 122, "width": 352 }, "position": { "line": 5930, "column": 0 }, "errorSnippet": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-90061-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2a c1-2b c1-28 c1-29 c1-54 c1-55 c1-56 c1-57 c1-h c1-i c1-58 c1-59 c1-19 c1-1a c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[2]/ul[1]", "issueID": "2db46682f9c303b17a5633e87766c607", "signature": "1fcfb49cb538fe3aa246e611252e492b", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=2db46682f9c303b17a5633e87766c607" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 859.984375, "y": 80.5 }, "bottom-right": { "x": 899.984375, "y": 120.5 }, "height": 40, "width": 40 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" c", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "issueID": "724e4e60cb87bc4a6bb213e214f6212e", "signature": "3f9fcaf15b21c49e065033f8318205d4", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=724e4e60cb87bc4a6bb213e214f6212e" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 899.984375, "y": 80.5 }, "bottom-right": { "x": 939.984375, "y": 120.5 }, "height": 40, "width": 40 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[2]", "issueID": "d71b3278616ae60f055539f999d78bdf", "signature": "d5c1ec2fad3e59dadc1a664787686361", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d71b3278616ae60f055539f999d78bdf" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 939.984375, "y": 80.5 }, "bottom-right": { "x": 979.984375, "y": 120.5 }, "height": 40, "width": 40 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[3]", "issueID": "49f9a8e98a933abc059794b1cb5d1451", "signature": "34c1f30b7c3c8b22613a54d1e1b13d2a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=49f9a8e98a933abc059794b1cb5d1451" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" c", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "5e267c42f90e505a2bca2bfa7078ff16", "signature": "21ac2f06022a41529e2f7bbb19b70b29", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5e267c42f90e505a2bca2bfa7078ff16" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[2]", "issueID": "4bd96f70fa75f4860f8093dc5971c2a2", "signature": "56a3035c0dc723fd81874e83589510fe", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4bd96f70fa75f4860f8093dc5971c2a2" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[3]", "issueID": "37614ecad0d5bf2e5c4c8ae652911760", "signature": "9f0c5ffd56c30f6f2218f64158125eda", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=37614ecad0d5bf2e5c4c8ae652911760" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 421.984375, "y": 56 }, "bottom-right": { "x": 536.015375, "y": 94 }, "height": 38, "width": 114.031 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Sec", "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "7eb93d33904014394856329507d88379", "signature": "c09f7e3205333ae12f5a9f84aafb14ba", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7eb93d33904014394856329507d88379" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 421.984375, "y": 182 }, "bottom-right": { "x": 536.015375, "y": 220 }, "height": 38, "width": 114.031 }, "position": { "line": 2237, "column": 0 }, "errorSnippet": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.900", "xpath": "/html/body/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "d91d204cceef1fd054d930a3af46bc55", "signature": "0abd3d1183cc9a7f4a49f609a0d4502b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d91d204cceef1fd054d930a3af46bc55" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 452, "y": 1800 }, "bottom-right": { "x": 492, "y": 1840 }, "height": 40, "width": 40 }, "position": { "line": 2265, "column": 416 }, "errorSnippet": "<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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" ", "xpath": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "e06ca0e2fc10ebe64d6a0f32b8c3648f", "signature": "3e7d881c255895f312360bcac381567b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e06ca0e2fc10ebe64d6a0f32b8c3648f" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 492, "y": 1800 }, "bottom-right": { "x": 532, "y": 1840 }, "height": 40, "width": 40 }, "position": { "line": 2267, "column": 1090 }, "errorSnippet": "<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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-", "xpath": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "0e21ce35edbe6c6768805c1c69adc642", "signature": "cc4924414f00dbc7b9e9a84828c008b0", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0e21ce35edbe6c6768805c1c69adc642" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 532, "y": 1800 }, "bottom-right": { "x": 572, "y": 1840 }, "height": 40, "width": 40 }, "position": { "line": 2285, "column": 79 }, "errorSnippet": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x", "xpath": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[3]", "issueID": "6aa3256c72b54a6ddea50e1a45973d7f", "signature": "4a4255c9dec691c5ba891d7bd6fbe067", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6aa3256c72b54a6ddea50e1a45973d7f" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 3, 25 ], "instances": [ { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Sec" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"x x-fonts-courier-new x-fonts-cabin\"><div id=\"layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789\" class=\"layout layout-layout layout-layout-layout-26 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-90060\" class=\"x-el" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "90065", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/nav[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90065\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Ham" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "1", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" toggleid=\"n-90061-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburg" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" c" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" c" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" " }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"margin:0\"><span>&nbsp;PAID FOR BY PATTERSON FOR ASSEMBLY 2022<br> COMMITTEE ID# 1435401&nbsp;</span></p>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]" }, "excerpt": "<span>&nbsp;PAID FOR BY PATTERSON FOR ASSEMBLY 2022<br> COMMITTEE ID# 1435401&nbsp;</span>" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"x x-fonts-courier-new x-fonts-cabin\"><div id=\"layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789\" class=\"layout layout-layout layout-layout-layout-26 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-90060\" class=\"x-el" }, { "ruleID": "190", "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "ordinalSeverity": 3, "tagName": "UL", "id": "n-90061-navListId-mobile", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[2]/ul[1]" }, "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-90061-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2a c1-2b c1-28 c1-29 c1-54 c1-55 c1-56 c1-57 c1-h c1-i c1-58 c1-59 c1-19 c1-1a c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" c" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" c" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_TWITTER_LINK\" aria-label=\"Twitter\" href=\"https://www.twitter.com/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/nav[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-aid=\"HEADER_YOUTUBE_LINK\" aria-label=\"YouTube\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x-" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CTA_BUTTON_RENDERED\" href=\"https://jimpattersonforassembly.godaddysites.com/contact-us\" target=\"_blank\" data-tccl=\"ux2.INTRODUCTION.introduction4.Featured.Default.Button.Sec" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a rel=\"noopener\" data-ux-btn=\"secondary\" data-ux=\"ButtonSecondary\" data-aid=\"CONTENT_CTA_BTN_RENDERED\" href=\"https://www.efundraisingconnections.com/c/JimPatterson\" target=\"_blank\" data-tccl=\"ux2.CONTENT.content4.Featured.Default.Button.Secondary.900" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[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/AssemblymanJimPatterson/?ref=page_internal\" data-typography=\"LinkAlpha\" " }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "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/jimpatterson559?lang=en\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_YOUTUBE_LINK\" aria-label=\"YouTube Social Link\" href=\"https://www.youtube.com/channel/UCzaMSjS19DFXSNOCahA_CUQ\" data-typography=\"LinkAlpha\" class=\"x-el x" } ] }, "endTime": 1687104458666 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687104458666, "url": "https://patterson4assembly.com/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "DIV" }, "id": { "body": "", "main": "n-90061" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 152 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "filter": { "what": "filter styles on elements", "data": { "totals": { "styledElements": 0, "impactedElements": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focAll": { "what": "discrepancies between focusable and Tab-focused elements", "data": { "tabFocusables": 15, "tabFocused": 16, "discrepancy": 1 }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 15, "types": { "missing": { "total": 1, "tagNames": { "IFRAME": 1 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 14, "meanDelay": 0, "tagNames": { "A": 14 } } } }, "items": { "missing": [ { "tagName": "IFRAME", "id": "iframe-undefined1", "text": "<iframe id=\"iframe-undefined1\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms " } ], "nonoutline": [], "outline": [ { "tagName": "A", "id": "2", "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"2\"", "delay": 0 }, { "tagName": "A", "id": "", "text": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "delay": 0 }, { "tagName": "A", "id": "", "text": "Home", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contact Us", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contact Us", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contribute", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_Y", "delay": 0 }, { "tagName": "A", "id": "", "text": "661-364-3655", "delay": 0 }, { "tagName": "A", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "text": "Accept", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 1 ], "standardInstances": [ { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "iframe-undefined1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe id=\"iframe-undefined1\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms " } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 22, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 2, "tagNames": { "svg": 1, "DIV": 1 } }, "focusableAndOperable": { "total": 20, "tagNames": { "A": 19, "IFRAME": 1 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "svg", "id": "", "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div data-ux=\"Block\" data-aid=\"MESSAGING_FAB\" data-edit-interactive=\"true\" data-traffic2=\"pandc.vnex", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "90065", "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "2", "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"2\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "iframe-undefined1", "text": "<iframe id=\"iframe-undefined1\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms ", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_Y", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "661-364-3655", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "text": "Accept", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 2 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "svg element is operable but not focusable", "ordinalSeverity": 3, "tagName": "svg", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Block\" data-aid=\"MESSAGING_FAB\" data-edit-interactive=\"true\" data-traffic2=\"pandc.vnex" } ] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 16, "triggerSample": 16, "impactTriggers": 0, "additions": 0, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 4, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [], "unhoverables": [ { "tagName": "LI", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "LI", "id": "", "text": "Contact Us" }, { "tagName": "A", "id": "", "text": "Contact Us" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 0, 0, 4 ], "standardInstances": [ { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 0 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkTo": { "what": "links without destinations", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 19, "adjacent": { "total": 17, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "90065", "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90" }, { "id": "", "text": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "id": "1", "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\"" }, { "id": "", "text": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "id": "", "text": "Contact Us" }, { "id": "", "text": "Contribute" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T" }, { "id": "", "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_Y" }, { "id": "", "text": "661-364-3655" }, { "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "text": "Accept" } ] } }, "totals": [ 0, 17, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "90065", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\"" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_Y" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "661-364-3655" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accept" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 10, "correct": 4, "incorrect": 6 }, "specific": { "tab": { "total": 2, "correct": 2, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 2, "correct": 0, "incorrect": 2 }, "down": { "total": 2, "correct": 0, "incorrect": 2 }, "home": { "total": 2, "correct": 1, "incorrect": 1 }, "end": { "total": 2, "correct": 1, "incorrect": 1 } } }, "menuItems": { "total": 2, "correct": 0, "incorrect": 2 }, "menus": { "total": 1, "correct": 0, "incorrect": 1 } }, "menuItems": { "incorrect": [ { "tagName": "LI", "id": "", "text": "Home", "navigationErrors": [ "ArrowUp", "ArrowDown", "End" ] }, { "tagName": "LI", "id": "", "text": "Contact Us", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home" ] } ], "correct": [] } }, "totals": [ 6, 2, 1, 0 ], "standardInstances": [ { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" } ] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 36, "badRoleElements": 11, "redundantRoleElements": 18, "tagNames": { "DIV": { "main": { "bad": 1, "redundant": 0 }, "navigation": { "bad": 1, "redundant": 0 }, "contentinfo": { "bad": 1, "redundant": 0 } }, "A": { "button": { "bad": 2, "redundant": 0 }, "link": { "bad": 0, "redundant": 14 } }, "H3": { "heading": { "bad": 0, "redundant": 2 } }, "SPAN": { "heading": { "bad": 6, "redundant": 0 } }, "H1": { "heading": { "bad": 0, "redundant": 1 } }, "H4": { "heading": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 18, 0, 11 ], "standardInstances": [ { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role main (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role contentinfo (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "A elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "A elements have redundant explicit role link (count: 14)", "count": 14, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "H3 elements have redundant explicit role heading (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "SPAN elements have invalid or native-replaceable explicit role heading (count: 6)", "count": 6, "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "H1 elements have redundant explicit role heading (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "H4 elements have redundant explicit role heading (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "adjacentLink": { "total": 17, "subtotals": [ 14, 3 ] }, "listLink": { "total": 2, "subtotals": [ 1, 1 ] }, "h1": { "total": 1 }, "h3": { "total": 2, "subtotals": [ 1, 1 ] }, "h4": { "total": 1 } }, "items": { "adjacentLink": { "fontWeight": { "400": [ "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90", "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse", "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\"", "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T", "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_Y", "661-364-3655" ], "700": [ "Contact Us", "Contribute", "Accept" ] } }, "listLink": { "fontWeight": { "400": [ "Contact Us" ], "700": [ "Home" ] } }, "h3": { "fontSize": { "32px": [ "Jim Patterson for Assembly" ], "44px": [ "Jim Patterson for Assembly" ] } } } }, "totals": [ 1, 1, 0, 1 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 1, "items": [ { "tagName": "A", "id": "", "text": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly", "title": "Jim Patterson for Assembly" } ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly): Jim Patterson for Assembly" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 5, "tagNames": { "DIV": 4, "svg": 1 } }, "items": [ { "tagName": "DIV", "id": "header_stickynav90063", "text": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "tagName": "DIV", "id": "n-90061-navId-mobile", "text": "HomeContact Us" }, { "tagName": "svg", "id": "", "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo" }, { "tagName": "DIV", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner", "text": "This website uses cookies.We use cookies to analyze website traffic and optimize your website experi" }, { "tagName": "DIV", "id": "", "text": ".grecaptcha-badge { visibility: hidden; }" } ] }, "totals": [ 5, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "header_stickynav90063", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n-90061-navId-mobile", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeContact Us" }, { "ruleID": "zIndex", "what": "svg element has a non-default Z index", "ordinalSeverity": 0, "tagName": "svg", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "This website uses cookies.We use cookies to analyze website traffic and optimize your website experi" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": ".grecaptcha-badge { visibility: hidden; }" } ] } }, "success": true }, "standardResult": { "totals": [ 12, 38, 3, 19 ], "instances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "iframe-undefined1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe id=\"iframe-undefined1\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms " }, { "ruleID": "focOp", "complaint": "svg element is operable but not focusable", "ordinalSeverity": 3, "tagName": "svg", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-ux=\"Block\" data-aid=\"MESSAGING_FAB\" data-edit-interactive=\"true\" data-traffic2=\"pandc.vnex" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "90065", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"90" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"1\"" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"SocialLinksLink\" target=\"_blank\" data-ai" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_Y" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "661-364-3655" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-accept", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accept" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role main (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role contentinfo (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "A elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "A elements have redundant explicit role link (count: 14)", "count": 14, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "H3 elements have redundant explicit role heading (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "SPAN elements have invalid or native-replaceable explicit role heading (count: 6)", "count": 6, "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "H1 elements have redundant explicit role heading (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "H4 elements have redundant explicit role heading (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Assembly): Jim Patterson for Assembly" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "header_stickynav90063", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for AssemblyJim Patterson for Asse" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n-90061-navId-mobile", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeContact Us" }, { "ruleID": "zIndex", "what": "svg element has a non-default Z index", "ordinalSeverity": 0, "tagName": "svg", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "This website uses cookies.We use cookies to analyze website traffic and optimize your website experi" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": ".grecaptcha-badge { visibility: hidden; }" } ] }, "endTime": 1687104482233 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687104482233, "url": "https://patterson4assembly.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Jim Patterson for Assembly", "pageurl": "https://patterson4assembly.com/", "time": 2.41, "creditsremaining": 990, "allitemcount": 80, "totalelements": 281, "waveurl": "http://wave.webaim.org/report?url=https://patterson4assembly.com/" }, "categories": { "error": { "description": "Errors", "count": 1, "items": { "alt_missing": { "id": "alt_missing", "description": "Missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789 > DIV#page-90060 > DIV:first-child > DIV#c8c8a4a6-c22b-4458-ae72-5aa74ac15481 > DIV#n-90061 > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > FIGURE:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + SOURCE + SOURCE + SOURCE + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 0, "items": [] }, "alert": { "description": "Alerts", "count": 2, "items": { "heading_skipped": { "id": "heading_skipped", "description": "Skipped heading level", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789 > DIV#page-90060 > DIV:first-child > DIV#3bd2afd6-4925-42ad-9014-7abb8947d3c2 > DIV#3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner > H4:first-child" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789 > DIV#page-90060 > DIV:first-child > DIV#c8c8a4a6-c22b-4458-ae72-5aa74ac15481 > DIV#n-90061 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV > DIV#header_stickynav90063 > NAV:first-child > NAV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } } }, "success": true }, "standardResult": { "totals": [ 2, 0, 0, 1 ], "instances": [ { "ruleID": "alt_missing", "what": "Missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789 > DIV#page-90060 > DIV:first-child > DIV#c8c8a4a6-c22b-4458-ae72-5aa74ac15481 > DIV#n-90061 > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > FIGURE:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + SOURCE + SOURCE + SOURCE + IMG" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789 > DIV#page-90060 > DIV:first-child > DIV#3bd2afd6-4925-42ad-9014-7abb8947d3c2 > DIV#3bd2afd6-4925-42ad-9014-7abb8947d3c2-banner > H4:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#layout-b-690-fe-4-d-26-b-2-42-ca-a-6-d-0-9-cdc-0-de-10789 > DIV#page-90060 > DIV:first-child > DIV#c8c8a4a6-c22b-4458-ae72-5aa74ac15481 > DIV#n-90061 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV > DIV#header_stickynav90063 > NAV:first-child > NAV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > A:first-child" }, "excerpt": "" } ] }, "endTime": 1687104484959 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD8-c", "which": "https://patterson4assembly.com/", "what": "Candidate Jim Patterson (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T16:07:06", "endTime": "2023-06-18T16:08:05", "elapsedSeconds": 58, "visitLatency": 1, "logCount": 65, "logSize": 6804, "errorLogCount": 37, "errorLogSize": 4339, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 24 ], [ "testaro", 13 ], [ "alfa", 4 ], [ "ibm", 3 ], [ "wave", 3 ], [ "qualWeb", 2 ], [ "axe", 1 ], [ "nuVal", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ], [ "tenon", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1288, "issue": 1088, "tool": 155, "prevention": 0, "log": 45, "latency": 0 }, "details": { "severity": { "total": [ 109, 106, 207, 153 ], "byTool": { "testaro": [ 12, 38, 3, 19 ], "alfa": [ 0, 0, 0, 31 ], "axe": [ 10, 2, 8, 3 ], "continuum": [ 0, 0, 0, 23 ], "htmlcs": [ 18, 0, 0, 10 ], "ibm": [ 0, 17, 0, 29 ], "nuVal": [ 59, 0, 62, 0 ], "qualWeb": [ 8, 49, 131, 12 ], "tenon": [ 0, 0, 3, 25 ], "wave": [ 2, 0, 0, 1 ] } }, "prevention": {}, "issue": { "iframeTitleBad": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r13": { "quality": 1, "what": "iframe has no accessible name", "complaints": { "countTotal": 2, "texts": [ "<iframe> elements have an accessible name" ] } } }, "axe": { "frame-title": { "quality": 1, "what": "Frame has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Frames must have an accessible name; Element has no title 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's default semantics were not overridden with role=\"none\" or role=\"presentation\"" ] } } }, "continuum": { "228": { "quality": 1, "what": "iframe has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 1, "texts": [ "This iframe element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.2_4_1.H64.1": { "quality": 1, "what": "iframe element has no non-empty title attribute", "complaints": { "countTotal": 1, "texts": [ "Iframe element requires a non-empty title attribute that identifies the frame." ] } } }, "ibm": { "frame_title_exists": { "quality": 1, "what": "Inline frame has no title attribute", "complaints": { "countTotal": 2, "texts": [ "Inline frame does not have a 'title' attribute" ] } } }, "qualWeb": { "QW-ACT-R19": { "quality": 1, "what": "iframe element has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This rule checks that each iframe element has an accessible name." ] } } } } }, "ariaBadAttribute": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "alfa": { "r19": { "quality": 1, "what": "ARIA state or property has an invalid value", "complaints": { "countTotal": 6, "texts": [ "aria-* states and properties have a valid value" ] } } } } }, "imageNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r2": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Images have an accessible name" ] } } }, "axe": { "image-alt": { "quality": 1, "what": "Image has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" ] } } }, "continuum": { "89": { "quality": 1, "what": "img element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 1, "texts": [ "This img element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.1_1_1.H37": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 1, "texts": [ "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative." ] } } }, "ibm": { "img_alt_valid": { "quality": 1, "what": "Image has neither an alt attribute nor an ARIA label or title", "complaints": { "countTotal": 1, "texts": [ "The image has neither an alt atttribute nor an ARIA label or title" ] } } }, "nuVal": { "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 2, "texts": [ "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images." ] } } }, "qualWeb": { "QW-ACT-R17": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each image that is not marked as decorative, has an accessible name." ] } } }, "wave": { "alt_missing": { "quality": 1, "what": "Text alternative is missing", "complaints": { "countTotal": 1, "texts": [ "Missing alternative text" ] } } } } }, "duplicateID": { "score": 64, "maxCount": 16, "weight": 4, "tools": { "alfa": { "r3": { "quality": 1, "what": "Element id attribute value is not unique", "complaints": { "countTotal": 8, "texts": [ "id attributes have a unique value" ] } } }, "axe": { "duplicate-id": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 4, "texts": [ "id attribute value must be unique; Document has multiple static elements with the same id attribute: 7c429a8a-f247-4a52-a359-18ac952907ef", "id attribute value must be unique; Document has multiple static elements with the same id attribute: 26aac0e4-c27d-4397-a877-08d701ff8f92", "id attribute value must be unique; Document has multiple static elements with the same id attribute: 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea", "id attribute value must be unique; Document has multiple static elements with the same id attribute: fe8b92fc-bdb2-490f-84cc-036dc348f9ea" ] } } }, "continuum": { "94": { "quality": 1, "what": "Element contains an id attribute set to a value that is not unique in the DOM", "complaints": { "countTotal": 8, "texts": [ "This DIV has an id attribute of '7c429a8a-f247-4a52-a359-18ac952907ef', which is not unique in the same DOM", "This DIV has an id attribute of '26aac0e4-c27d-4397-a877-08d701ff8f92', which is not unique in the same DOM", "This DIV has an id attribute of '1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea', which is not unique in the same DOM", "This DIV has an id attribute of 'fe8b92fc-bdb2-490f-84cc-036dc348f9ea', which is not unique in the same DOM" ] } } }, "htmlcs": { "AAA.4_1_1.F77": { "quality": 1, "what": "Duplicate id attribute value", "complaints": { "countTotal": 4, "texts": [ "Duplicate id attribute value \"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" found on the web page.", "Duplicate id attribute value \"26aac0e4-c27d-4397-a877-08d701ff8f92\" found on the web page.", "Duplicate id attribute value \"7c429a8a-f247-4a52-a359-18ac952907ef\" found on the web page.", "Duplicate id attribute value \"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" found on the web page." ] } } }, "ibm": { "element_id_unique": { "quality": 1, "what": "Element has an id attribute value that is already in use", "complaints": { "countTotal": 4, "texts": [ "The <div> element has the id \"fe8b92fc-bdb2-490f-84cc-036dc348f9ea\" that is already in use", "The <div> element has the id \"1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea\" that is already in use", "The <div> element has the id \"26aac0e4-c27d-4397-a877-08d701ff8f92\" that is already in use", "The <div> element has the id \"7c429a8a-f247-4a52-a359-18ac952907ef\" that is already in use" ] } } }, "nuVal": { "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": { "quality": 1, "what": "Duplicate id", "complaints": { "countTotal": 16, "texts": [ "Duplicate ID 7c429a8a-f247-4a52-a359-18ac952907ef.", "The first occurrence of ID 7c429a8a-f247-4a52-a359-18ac952907ef was here.", "Duplicate ID 26aac0e4-c27d-4397-a877-08d701ff8f92.", "The first occurrence of ID 26aac0e4-c27d-4397-a877-08d701ff8f92 was here.", "Duplicate ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea.", "The first occurrence of ID 1f53b1a4-0ffb-4d84-97c5-a2f679e9f9ea was here.", "Duplicate ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea.", "The first occurrence of ID fe8b92fc-bdb2-490f-84cc-036dc348f9ea was here." ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 8, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "regionNoText": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "alfa": { "r40": { "quality": 1, "what": "Region has no accessible name", "complaints": { "countTotal": 4, "texts": [ "Regions have an accessible name" ] } } }, "continuum": { "1010": { "quality": 1, "what": "Element with a region role has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 4, "texts": [ "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "ibm": { "aria_region_labelled": { "quality": 1, "what": "Element with a region role has no label", "complaints": { "countTotal": 4, "texts": [ "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'" ] } } } } }, "headingLevelSkip": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r53": { "quality": 1, "what": "Heading skips one or more levels", "complaints": { "countTotal": 1, "texts": [ "Headings are structured" ] } } }, "axe": { "heading-order": { "quality": 1, "what": "Heading levels do not increase by only one", "complaints": { "countTotal": 1, "texts": [ "Heading levels should only increase by one; Heading order invalid" ] } } }, "wave": { "heading_skipped": { "quality": 1, "what": "Skipped heading level", "complaints": { "countTotal": 1, "texts": [ "Skipped heading level" ] } } } } }, "contentBeyondLandmarks": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 3, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 1, "texts": [ "All page content should be contained by landmarks; Some page content is not contained by landmarks" ] } } }, "ibm": { "aria_content_in_landmark": { "quality": 1, "what": "Content is not within a landmark element", "complaints": { "countTotal": 3, "texts": [ "Content is not within a landmark element" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r61": { "quality": 1, "what": "First heading is not h1", "complaints": { "countTotal": 1, "texts": [ "Documents start with a level 1 heading" ] } } } } }, "contrastAAA": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 1, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 1, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element 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" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 1, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.48:1. Recommendation: change text colour to #595959." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } } } }, "fontSizeAbsolute": { "score": 258, "maxCount": 129, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 3, "texts": [ "Paragraphs of text do not have font sizes defined in absolute units" ] } } }, "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 129, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "repeatedContentRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } } } } }, "textContrastAA": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 1, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements" ] } } } } }, "frameContentRisk": { "score": 0, "maxCount": 0.2, "weight": 1, "tools": { "axe": { "frame-tested": { "quality": 0.2, "what": "Some content is in an iframe and therefore may not be testable for accessibility", "complaints": { "countTotal": 1, "texts": [ "Frames should be tested with axe-core; The iframe still has to be tested with axe-core" ] } } } } }, "hiddenContentRisk": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 9, "texts": [ "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." ] } } } } }, "linkConfusionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "axe": { "identical-links-same-purpose": { "quality": 1, "what": "Links with the same accessible name may serve dissimilar purposes", "complaints": { "countTotal": 1, "texts": [ "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous." ] } } } } }, "landmarkConfusion": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "axe": { "landmark-unique": { "quality": 1, "what": "Landmark has a role and an accessible name that are identical to another", "complaints": { "countTotal": 2, "texts": [ "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" ] } } }, "ibm": { "aria_landmark_name_unique": { "quality": 1, "what": "Multiple landmarks with the same parent region are not distinguished from one another", "complaints": { "countTotal": 6, "texts": [ "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label" ] } } } } }, "svgImageNoText": { "score": 36, "maxCount": 9, "weight": 4, "tools": { "continuum": { "123": { "quality": 1, "what": "svg element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 9, "texts": [ "This svg element does not have a mechanism that allows an accessible name value to be calculated" ] } } } } }, "pseudoNavList": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 3, "texts": [ "If this element contains a navigation section, it is recommended that it be marked up as a list." ] } } }, "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "scrollRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 3, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "linkWindowSurpriseRisk": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 11, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "destinationLink": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "htmlcs": { "AAA.4_1_2.H91.A.NoHref": { "quality": 1, "what": "Link is misused as a link destination", "complaints": { "countTotal": 1, "texts": [ "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element." ] } } } } }, "headingStructure": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 3, "texts": [ "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.", "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "pageLanguage": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "ibm": { "html_lang_exists": { "quality": 1, "what": "Page detected as HTML, but has no lang attribute", "complaints": { "countTotal": 1, "texts": [ "Page detected as HTML, but does not have a 'lang' attribute" ] } } } } }, "regionConfusion": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "ibm": { "aria_region_label_unique": { "quality": 1, "what": "Multiple elements with a region role do not have unique labels", "complaints": { "countTotal": 4, "texts": [ "Multiple elements with \"region\" role do not have unique labels" ] } } } } }, "navConfusion": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "ibm": { "aria_navigation_label_unique": { "quality": 1, "what": "Multiple elements with the navigation role do not have unique labels", "complaints": { "countTotal": 3, "texts": [ "Multiple elements with \"navigation\" role do not have unique labels" ] } } } } }, "noOptionFocusable": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_child_tabbable": { "quality": 1, "what": "No descendent element with an option role is tabbable", "complaints": { "countTotal": 1, "texts": [ "None of the descendent elements with \"menuitem\" role is tabbable" ] } } } } }, "figureNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "ibm": { "figure_label_exists": { "quality": 1, "what": "figure element has no associated label", "complaints": { "countTotal": 1, "texts": [ "The <figure> element does not have an associated label" ] } } } } }, "obsolete": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 3, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "The HTML attribute(s) \"scrolling, frameborder\" is deprecated for the <iframe> element in HTML 5", "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5" ] } } }, "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "quality": 1, "what": "Attribute is obsolete on its element", "complaints": { "countTotal": 2, "texts": [ "The frameborder attribute on the iframe element is obsolete. Use CSS instead." ] } } } } }, "roleRedundant": { "score": 36, "maxCount": 36, "weight": 1, "tools": { "ibm": { "aria_role_redundant": { "quality": 1, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element", "complaints": { "countTotal": 13, "texts": [ "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h4>", "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 \"heading\" is redundant with the implicit role of the element <h3>" ] } } }, "nuVal": { "^The .+ role is unnecessary for element .+$": { "quality": 1, "what": "explicit role is redundant for its element", "complaints": { "countTotal": 36, "texts": [ "The link role is unnecessary for element a with attribute href.", "The heading role is unnecessary for element h3.", "The heading role is unnecessary for element h1.", "The heading role is unnecessary for element h4." ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 29, "texts": [ "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: 2)", "A elements have redundant explicit role link (count: 14)", "H3 elements have redundant explicit role heading (count: 2)", "SPAN elements have invalid or native-replaceable explicit role heading (count: 6)", "H1 elements have redundant explicit role heading (count: 1)", "H4 elements have redundant explicit role heading (count: 1)" ] } } } } }, "cssInvalid": { "score": 24, "maxCount": 8, "weight": 3, "tools": { "nuVal": { "^CSS: .+: .+ is not a .+ value.*$": { "quality": 1, "what": "Invalid value in CSS", "complaints": { "countTotal": 6, "texts": [ "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: .+: Parse Error.*$": { "quality": 1, "what": "Invalid CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: object: Parse Error." ] } } } } }, "attributeBad": { "score": 152, "maxCount": 38, "weight": 4, "tools": { "nuVal": { "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 26, "texts": [ "Attribute toggleid not allowed on element a at this point.", "Attribute icon not allowed on element a at this point.", "Attribute marginhorizontal not allowed on element svg at this point.", "Attribute index not allowed on element div at this point.", "Attribute alignment not allowed on element div at this point." ] } }, "^Bad value .* for attribute .+ on element .+$": { "quality": 1, "what": "Attribute on this element has an invalid value", "complaints": { "countTotal": 12, "texts": [ "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead." ] } } } } }, "targetEmpty": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "Bad value for attribute target on element a: Browsing context name must be at least one character long.": { "quality": 1, "what": "target attribute on an a element is empty", "complaints": { "countTotal": 4, "texts": [ "Bad value for attribute target on element a: Browsing context name must be at least one character long." ] } } } } }, "sectionHeadingless": { "score": 10, "maxCount": 10, "weight": 1, "tools": { "nuVal": { "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": { "quality": 1, "what": "section has no heading", "complaints": { "countTotal": 10, "texts": [ "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed." ] } } }, "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 2, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "frameSandboxRisk": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "nuVal": { "^Potentially bad value .+ for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.*$": { "quality": 1, "what": "iframe element has a vulnerable sandbox value containing both allow-scripts and allow-same-origin", "complaints": { "countTotal": 2, "texts": [ "Potentially bad value allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing." ] } } } } }, "typeRedundant": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 3, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } } } } }, "slashParseRisk": { "score": 33, "maxCount": 33, "weight": 1, "tools": { "nuVal": { "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": { "quality": 1, "what": "Void element has a useless trailing slash.", "complaints": { "countTotal": 33, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "skipRepeatedContent": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } } } } }, "focusIndication": { "score": 60, "maxCount": 15, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 15, "texts": [ "This rule checks that each element in sequential focus order has some visible focus indication." ] } } }, "testaro": { "focInd": { "quality": 1, "what": "Focused element displays a nonstandard or no focus indicator", "complaints": { "countTotal": 1, "texts": [ "IFRAME element has no focus indicator" ] } } } } }, "linkTextsSame": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R9": { "quality": 1, "what": "Links with identical accessible names have different purposes", "complaints": { "countTotal": 2, "texts": [ "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources." ] } }, "QW-ACT-R44": { "quality": 1, "what": "Links with identical accessible names and context serve different purposes", "complaints": { "countTotal": 2, "texts": [ "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources." ] } } }, "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 1, "texts": [ "These links have the same text but different destinations." ] } } } } }, "overflowHiddenRisk": { "score": 14, "maxCount": 14, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 14, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "ignorable": { "score": 0, "maxCount": 2, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 2, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "tabFocusability": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T24": { "quality": 1, "what": "Script removes the focus when focus is received", "complaints": { "countTotal": 1, "texts": [ "Content that normally receives focus when the content is accessed by keyboard may have this focus removed by scripting." ] } } }, "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 1, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "noHeading": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 3, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "boxSizeAbsolute": { "score": 30, "maxCount": 10, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 10, "texts": [ "At least one width attribute of an HTML element is expressed in absolute values" ] } } } } }, "pseudoListRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "qualWeb": { "QW-BP23": { "quality": 1, "what": "List item is used nonsemantically", "complaints": { "countTotal": 2, "texts": [ "Ensures <li> elements are used semantically" ] } } } } }, "leadingClipsText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 1, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 33, "maxCount": 11, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 11, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allCaps": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 2, "texts": [ "This long string of text is in all caps." ] } } } } }, "tabIndexMissing": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "tenon": { "190": { "quality": 1, "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute", "complaints": { "countTotal": 1, "texts": [ "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable." ] } } } } }, "linkForcesNewWindow": { "score": 33, "maxCount": 11, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 11, "texts": [ "This link opens in a new window without user control." ] } } } } }, "focusableOperable": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 2, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 4, "texts": [ "Operable element cannot be hovered over" ] } } } } }, "linkIndication": { "score": 34, "maxCount": 17, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 17, "texts": [ "Link is inline but has no underline" ] } } } } }, "menuNavigation": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "testaro": { "menuNav": { "quality": 1, "what": "Nonstandard keyboard navigation among focusable menu items", "complaints": { "countTotal": 6, "texts": [ "Menu item responds nonstandardly to ArrowUp, ArrowDown, End", "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home" ] } } } } }, "inconsistentStyles": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 3, "texts": [ "In-line links have 2 different styles", "Links in columns have 2 different styles", "Level-3 headings have 2 different styles" ] } } } } }, "titleBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 1, "texts": [ "A element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 5, "texts": [ "DIV element has a non-default Z index", "svg element has a non-default Z index" ] } } } } }, "linkPair": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 1, "texts": [ "Redundant link" ] } } } } } } } } }